Skip to content

Commit

Permalink
Fix: non-peaceful demon still underlined.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Dec 2, 2024
1 parent 207875f commit 044eb7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/minion.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 044eb7a

Please sign in to comment.