Less chance for pits

This commit is contained in:
Linus Probert 2018-05-15 14:15:51 +02:00
parent 6d5acc698e
commit 33324b6802
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ local function add_pits_to_room(map)
if CURRENT_LEVEL < 2 then
return
elseif random(4) == 1 then
elseif random(5) ~= 1 then
return
end