#H85: create_object() bugs

From a bug report.c was first creating  a corpse
complete with revive timer if it was a troll, or without
a timer if it was a lizard or lichen corpse. Then it might
change the corpse type, leaving strange corpse
types that revived, or that lasted forever.
This commit is contained in:
nethack.allison
2006-05-09 01:31:55 +00:00
parent 1a01343c63
commit c0731a8809
2 changed files with 16 additions and 0 deletions

View File

@@ -215,6 +215,8 @@ properly handle destruction of equipment carried by monsters hit by
disintegration breath; life-saving retained conferred properties of
formerly worn items (loss of steed's saddle caused much confusion)
don't exercize or abuse wisdom when rumors get used for random graffiti
create_object() created lizard corpses without timers and troll corpses with
their revive timers, then changed the corpsenm field
Platform- and/or Interface-Specific Fixes