containers and objects in special level descriptions
On mazelike levels, containers had to be listed before their objects. But, for roomfilled levels, containers had to be listed _after_ the objects. All our current levels that use containers with objects are mazelike, so I changed the room behavior, updating the comment in lev_comp.y to match. Other items/monsters are still processed in reverse on roomfilled special levels, but I think this is OK.
This commit is contained in:
@@ -165,6 +165,7 @@ in some situations, if hero stood still, a hostile dwarf would switch back
|
||||
and forth between weapon and pick-axe and never move
|
||||
uncontrolled teleports did not handle leashed pets
|
||||
minetown fountain warnings shouldn't prevent finding gems/coins in fountain
|
||||
order of container and objects was different for mazelike and roomfilled levels
|
||||
|
||||
|
||||
Platform- and/or Interface-Specific Fixes
|
||||
|
||||
Reference in New Issue
Block a user