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)) {
|
||||
boolean newly_welded;
|
||||
|
||||
pline("%s wields %s%c", Monnam(mon), doname(obj),
|
||||
exclaim ? '!' : '.');
|
||||
pline_xy(mon->mx, mon->my,
|
||||
"%s wields %s%c", Monnam(mon), doname(obj),
|
||||
exclaim ? '!' : '.');
|
||||
/* 3.6.3: mwelded() predicate expects the object to have its
|
||||
W_WEP bit set in owormmask, but the pline here and for
|
||||
artifact_light don't want that because they'd have '(weapon
|
||||
|
||||
Reference in New Issue
Block a user