Less chance for pits
This commit is contained in:
parent
6d5acc698e
commit
33324b6802
|
@ -157,7 +157,7 @@ local function add_pits_to_room(map)
|
||||||
|
|
||||||
if CURRENT_LEVEL < 2 then
|
if CURRENT_LEVEL < 2 then
|
||||||
return
|
return
|
||||||
elseif random(4) == 1 then
|
elseif random(5) ~= 1 then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue