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