Message location for monster wielding an item

This commit is contained in:
Pasi Kallinen
2024-01-14 17:43:27 +02:00
parent 679c312d4d
commit ccfcc32843
+2 -1
View File
@@ -839,7 +839,8 @@ mon_wield_item(struct monst *mon)
if (canseemon(mon)) { if (canseemon(mon)) {
boolean newly_welded; boolean newly_welded;
pline("%s wields %s%c", Monnam(mon), doname(obj), pline_xy(mon->mx, mon->my,
"%s wields %s%c", Monnam(mon), doname(obj),
exclaim ? '!' : '.'); exclaim ? '!' : '.');
/* 3.6.3: mwelded() predicate expects the object to have its /* 3.6.3: mwelded() predicate expects the object to have its
W_WEP bit set in owormmask, but the pline here and for W_WEP bit set in owormmask, but the pline here and for