Use pline_mon instead of pline_xy
Forgot about this function. Whoops.
This commit is contained in:
@@ -5846,7 +5846,7 @@ shieldeff_mon(struct monst *mtmp)
|
||||
shieldeff(mtmp->mx, mtmp->my);
|
||||
/* does not depend on seeing the monster; the shield effect is visible */
|
||||
if (cansee(mtmp->mx, mtmp->my))
|
||||
pline_xy(mtmp->mx, mtmp->my, "%s resists!", Monnam(mtmp));
|
||||
pline_mon(mtmp, "%s resists!", Monnam(mtmp));
|
||||
}
|
||||
|
||||
/*mon.c*/
|
||||
|
||||
Reference in New Issue
Block a user