From 044eb7a6ceecb15215360002f8af92881e77d1e9 Mon Sep 17 00:00:00 2001 From: Erik Lunna Date: Mon, 2 Dec 2024 14:14:45 +0100 Subject: [PATCH] Fix: non-peaceful demon still underlined. --- src/minion.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/minion.c b/src/minion.c index 743fcf56a9..e2c457f731 100644 --- a/src/minion.c +++ b/src/minion.c @@ -322,6 +322,7 @@ demon_talk(struct monst *mtmp) if (!demand || gm.multi < 0 || cash <= 0) { /* you have no gold or can't move */ mtmp->mpeaceful = 0; set_malign(mtmp); + newsym(mtmp->mx, mtmp->my); return 0; } else {