From 54cf162875e4c0613f2614591c477161cd6b1d91 Mon Sep 17 00:00:00 2001 From: Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com> Date: Tue, 30 May 2023 10:27:07 -0400 Subject: [PATCH] Update race_hb.nss --- trunk/racescripts/race_hb.nss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/racescripts/race_hb.nss b/trunk/racescripts/race_hb.nss index 56502ffa..f4f6a2d8 100644 --- a/trunk/racescripts/race_hb.nss +++ b/trunk/racescripts/race_hb.nss @@ -185,7 +185,7 @@ void main() SetCompositeBonus(oSkin, "Underfolk_H", 4, ITEM_PROPERTY_SKILL_BONUS, SKILL_HIDE); // Yes, they always have a +4 minimum } - if (GetPRCSwitch(PRC_CHICKEN_INFESTED) && GetLevelByClass(CLASS_TYPE_COMMONER, oPC)) + if (GetIsPC(oPC) == TRUE && GetPRCSwitch(PRC_CHICKEN_INFESTED) && GetLevelByClass(CLASS_TYPE_COMMONER, oPC)) { MultisummonPreSummon(); ApplyEffectAtLocation(DURATION_TYPE_TEMPORARY, EffectSummonCreature("prc_chicken"), GetLocation(oPC), HoursToSeconds(GetPRCSwitch(PRC_CHICKEN_INFESTED)));