1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-31 01:42:24 +01:00

Creatures aflicted by the red word "frantically" remove gear

This commit is contained in:
chris 2023-03-13 11:32:42 -04:00
parent 376aa83c43
commit a715cc47f3

View file

@ -1664,7 +1664,7 @@ struct monst *mon;
if(!old) return FALSE; //Shouldn't occur since we already checked this, but perhaps remove_armor will support welded armor.
if(seen)
pline("%s removes %s.", Monnam(mon), distant_name(old, doname));
pline("%s frantically removes %s.", Monnam(mon), distant_name(old, doname));
do {
tarx = rn2(17)-8+mon->mx;
tary = rn2(17)-8+mon->my;