Message location for monster wielding an item
This commit is contained in:
@@ -839,8 +839,9 @@ 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,
|
||||||
exclaim ? '!' : '.');
|
"%s wields %s%c", Monnam(mon), doname(obj),
|
||||||
|
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
|
||||||
artifact_light don't want that because they'd have '(weapon
|
artifact_light don't want that because they'd have '(weapon
|
||||||
|
|||||||
Reference in New Issue
Block a user