From e223ae4d3495ae6060017bb60b11a322ff39623c Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 6 Sep 2017 01:52:56 +0200 Subject: yer funny aki, arent yer --- not/CloudGenerator.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/not/CloudGenerator.lua b/not/CloudGenerator.lua index 404be1b..da5ddb2 100644 --- a/not/CloudGenerator.lua +++ b/not/CloudGenerator.lua @@ -63,7 +63,7 @@ end function CloudGenerator:run (count, inside) local count = count or 1 - for i=1,count then + for i=1,count do local x, y = self:getRandomPosition(inside) local style = self:getRandomStyle() self.world:insertCloud(self:createCloud(x, y, style)) -- cgit v1.1