Only generate shop items on solid floor squares

This commit addresses one issue raised in #338 that shop items were generated
on lava squares.
This commit is contained in:
Patric Mueller
2020-05-10 14:23:34 +02:00
parent 6ad4b48ceb
commit 6fcb3fc0c7
2 changed files with 7 additions and 0 deletions

View File

@@ -240,6 +240,7 @@ X11: was still initializing map to 'stone' instead of 'unexplored' after they
became separate glyphs
X11: for text map without color, add support for black&white ice; draw it in
inverse video to distinguish from ordinary floor
only generate shop items on solid floor squares
Platform- and/or Interface-Specific Fixes