This commit is contained in:
2015-07-21 15:32:52 +10:00
parent d6157f6722
commit 3e7e366554
+1 -1
View File
@@ -91,7 +91,7 @@ for i = 1, roomcount do
table.insert(roomlist, newroom(-30, 0, 30, -60)) --60x60
end
roomcount = math.random(10, 15)
roomcount = math.random(5, 10)
for i = 1, roomcount do
table.insert(roomlist, newroom(-30, 50, 30, -10)) --60x60
end