abuse wisdom in keeping with Rider eating msg

The death message for eating a Rider is "unwisely tried to eat...", but
it doesn't abuse Wisdom (potentially relevant if you lifesave)
This commit is contained in:
nhmall
2015-03-13 01:02:09 -04:00
committed by Pasi Kallinen
parent 3b89c474ab
commit f2d9494d95
2 changed files with 3 additions and 0 deletions

View File

@@ -874,6 +874,7 @@ remove 'if (Deaf)' guards preceding You_hear which already checks deafness
tse a menu to loot multiple containers
do_look() in post-3.4.3 used glyph prior to setting it in pager.c
charge for a boulder that fills a pit in shop
abuse wisdom in keeping with Rider eating message
Platform- and/or Interface-Specific Fixes

View File

@@ -659,6 +659,8 @@ register int pm;
mons[pm].mname);
killer.format = NO_KILLER_PREFIX;
done(DIED);
/* life-saving needed to reach here */
exercise(A_WIS, FALSE);
/* It so happens that since we know these monsters */
/* cannot appear in tins, context.victual.piece will always */
/* be what we want, which is not generally true. */