Make sure random doors don't open into solid wall

When making a random door into a random wall or random position
in a room, keep trying harder to find a location that doesn't
have solid wall behind it.

Fixes the Wizard tower door.
This commit is contained in:
Pasi Kallinen
2020-03-10 18:08:40 +02:00
parent 67d3cd31f8
commit ae471e71b2
2 changed files with 5 additions and 4 deletions

View File

@@ -109,6 +109,7 @@ reinstate ranked ordering of the status condition fields
grammar for messages about a monster removing items from a container was bad
some new status conditions didn't always update when they should
fix flipping non-existent stairs and ladders (github #311)
fix door created into random wall or position opening into solid wall
Platform- and/or Interface-Specific Fixes