From 565a3cf0a9d7dac974fb118904b8a69936513b9b Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sun, 3 Apr 2022 08:55:09 +0300 Subject: [PATCH] Reverse the unique requirement --- src/trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trap.c b/src/trap.c index 74a55f7c2..e218afd64 100644 --- a/src/trap.c +++ b/src/trap.c @@ -4704,7 +4704,7 @@ reward_untrap(struct trap* ttmp, struct monst* mtmp) if (!ttmp->madeby_u) { if (rnl(10) < 8 && !mtmp->mpeaceful && !helpless(mtmp) && !mtmp->mfrozen && !mindless(mtmp->data) - && unique_corpstat(mtmp->data) + && !unique_corpstat(mtmp->data) && mtmp->data->mlet != S_HUMAN) { mtmp->mpeaceful = 1; set_malign(mtmp); /* reset alignment */