Make jumbled rooms more likely
This commit is contained in:
parent
7ab5ece83b
commit
d749861477
|
@ -326,7 +326,7 @@ end
|
|||
|
||||
function pickALayout(matrix)
|
||||
-- Chose a random layout
|
||||
if random(2) == 1 then
|
||||
if random(3) == 1 then
|
||||
return matrix[random(#matrix)]
|
||||
else
|
||||
return createJumbleLayout(matrix)
|
||||
|
|
Loading…
Reference in New Issue