]> granicus.if.org Git - nethack/commit
fix #H6610 - completely burnt paper golem
authorPatR <rankin@nethack.org>
Fri, 15 Dec 2017 00:22:36 +0000 (16:22 -0800)
committerPatR <rankin@nethack.org>
Fri, 15 Dec 2017 00:22:36 +0000 (16:22 -0800)
commit892f210c1ef4fe6b5c4f5001e3374718ae8bcb79
tree5864fe28e6185b8304fa5e31dbff382723e932c5
parentb4540086f8b12b9daeb8c4732a937e9ce698ccb3
fix #H6610 - completely burnt paper golem

When a monster killed a paper golem with a fire attack, the player was
told that the golem "burns completely" yet it might still leave some
blank scrolls as 'corpse'.  The fix for that was one-line, but several
other death-by-fire situations which didn't report "burns completely"
were also leaving scrolls:  fireball spell or scroll of fire or other
fire explosions (if any), also wand of fire.  Fire trap and poly'd
hero with fire attack were already suppressing 'corpse'.
doc/fixes36.1
include/mondata.h
src/explode.c
src/mhitm.c
src/mhitu.c
src/uhitm.c
src/zap.c