Message location for monster hurling a potion
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user