We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fde8d commit 7a59d15Copy full SHA for 7a59d15
data/maproombuilder.lua
@@ -419,7 +419,7 @@ local function build_normal_room(room)
419
if not crumbling then
420
pitsAdded = layoutparser.add_pits_to_room(room)
421
end
422
- if not pitsAdded then
+ if not pitsAdded and (not crumbling or CURRENT_LEVEL > 3) then
423
interiorWallsAdded = layoutparser.add_walls_to_room(room)
424
425
0 commit comments