github issue #715 - losing stoning resistance \
while wielding a cockatrice corpse without gloves Reported by vultur-cadens: if safely wielding a cockatrice corpse without gloves due to temporary stoning resistance or wearing yellow dragon scales/mail, having the resistance be lost to timeout or to taking off the dragon armor should have turned the hero to stone but didn't. Extend the handling for taking off gloves to cover these other two cases too. The feedback for these deaths is usually too verbose to fit on the tombstone but does show up in logfile. Fixes #715
This commit is contained in:
@@ -534,6 +534,7 @@ extern int stop_donning(struct obj *);
|
||||
extern int Armor_off(void);
|
||||
extern int Armor_gone(void);
|
||||
extern int Helmet_off(void);
|
||||
extern void wielding_corpse(struct obj *, struct obj *, boolean);
|
||||
extern int Gloves_off(void);
|
||||
extern int Boots_on(void);
|
||||
extern int Boots_off(void);
|
||||
|
||||
Reference in New Issue
Block a user