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:
parent
376aa83c43
commit
a715cc47f3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue