fix github issue #1291 - water walking vs lava
Issue reported by ars3niy: non-fireproof water walking boots are supposed to be destroyed if worn on lava, but a post-3.6 change made that only happen if the hero died and left bones. The boots remained intact if hero was fire resistant or survived 6d6 damage. Staying intact should only happen if they're fireproof. This seems to work but each time lava_effects() gets modified it becomes more fragile. Having deleted objects stick around doesn't help with this problem, which is to keep an item which is being stolen--and whose loss causes the hero to drop into lava--from being burned up before being transferred to the thief's inventory. Fixes #1291
This commit is contained in:
@@ -2039,7 +2039,8 @@ priestname() didn't handle "a" vs" "an" prefix correctly; normally priests are
|
||||
named as "the priest of <deity>" but hearing an unseen priest read a
|
||||
scroll doesn't force "the" and yielded "You hear an priest of <deity>
|
||||
incant <scroll>."
|
||||
|
||||
non-fireproof water walking boots wouldn't be burnt up if fire resistant hero
|
||||
walked on molten lava
|
||||
|
||||
|
||||
Fixes to 3.7.0-x Platform and/or Interface Problems Exposed Via git Repository
|
||||
|
||||
Reference in New Issue
Block a user