fix U1079 - loss of water walking over lava

Fix the reported problem of being able to safely stand on lava after
taking off fireproofed water walking boots.  The situation was more wide-
spread than that; the same thing happened when non-fireproofed boots were
burned off while walking over the lava in the first place.  Now you'll
fall in and end up getting stuck (you have to have fire resistance for any
of this to happen and that resistance makes falling in be survivable).
This commit is contained in:
nethack.rankin
2004-07-01 01:28:18 +00:00
parent 74c5d3f004
commit c91ac3274c
2 changed files with 11 additions and 5 deletions

View File

@@ -42,6 +42,7 @@ if you were Poison_resistant, only a *blessed* potion of sickness caused
shopkeeper removal of trap from shop doorway yields an open door instead of
a closed one if an intact open door is present
guarantee that hostile djinn released from bottles really are hostile
handle lava when removing or losing water walking boots
Platform- and/or Interface-Specific Fixes