From 679c312d4de4d567dd7f83ff6671121aec743910 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sun, 14 Jan 2024 17:21:48 +0200 Subject: [PATCH] Message location for monster hurling a potion --- src/muse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/muse.c b/src/muse.c index 2c7993acf..99e1612c9 100644 --- a/src/muse.c +++ b/src/muse.c @@ -1920,7 +1920,8 @@ use_offensive(struct monst *mtmp) */ if (cansee(mtmp->mx, mtmp->my)) { otmp->dknown = 1; - pline("%s hurls %s!", Monnam(mtmp), singular(otmp, doname)); + pline_xy(mtmp->mx, mtmp->my, + "%s hurls %s!", Monnam(mtmp), singular(otmp, doname)); } m_throw(mtmp, mtmp->mx, mtmp->my, sgn(mtmp->mux - mtmp->mx), sgn(mtmp->muy - mtmp->my),