From 80520fc4eaa336fca672adde08277d9d51cb109a Mon Sep 17 00:00:00 2001 From: Erik Lunna Date: Tue, 31 Oct 2023 13:09:50 +0100 Subject: [PATCH] Minion pets given from your god don't count as gifts. Concession for the finite altars change - let's not cheese players too much shall we? --- src/pray.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pray.c b/src/pray.c index dc912cac0..4af2784ea 100644 --- a/src/pray.c +++ b/src/pray.c @@ -1734,7 +1734,6 @@ aligntyp alignment; mon->weapon_check = NEED_HTH_WEAPON; (void) mon_wield_item(mon); } - u.ugifts++; u.uconduct.pets++; switch ((int)alignment) {