Update for PRC 4.1.10a 2023/02/20

Update for PRC 4.1.10a 2023/02/20

+ Jaysyn's latest PnP changes.
This commit is contained in:
Jaysyn904
2023-02-20 19:23:13 -05:00
parent 6c305aecc5
commit 6a6a8d56ac
42 changed files with 3670 additions and 2577 deletions

View File

@@ -40,6 +40,8 @@ int MyPRCGetRacialType(object oCreature)
return RACIAL_TYPE_SHAPECHANGER;
if (GetLevelByClass(CLASS_TYPE_HEARTWARDER, oCreature) > 9)
return RACIAL_TYPE_FEY;
if (GetLevelByClass(CLASS_TYPE_FORESTMASTER, oCreature) > 7)
return RACIAL_TYPE_PLANT;
// PRC Shifting Polymorph -caused racial type override. Stored with offset +1 to differentiate value 0 from non-existence
int nShiftingOverrideRace = GetLocalInt(oCreature, "PRC_ShiftingOverride_Race");