Fixed Thrall of Grazzt not getting a marker feat

Fixed Thrall of Grazzt not getting a marker feat.  Fixed TLK error with Elemental Savant marker feat.  Added grey elf to Racial IP list for Elves.  Updated release archive.

All @Barmlot: Added Empty Vessel race.  Fixed Necropolitian name/tlk.  Fixed Incarnum Blade meldshaping.  Fixed Hybsil's Pass Without Trace.  Fixed Kalashtar's Skill Affinity: Persuade.  Fixed missing Marrutact Howl.  Added Immunity to Sleep to Mongrelfolk & removed Charm Animal.  (thanks @barmlot!)
This commit is contained in:
Jaysyn904
2024-10-22 10:09:54 -04:00
parent 50f3cd7c0a
commit 53149108fe
24 changed files with 25164 additions and 25042 deletions

View File

@@ -165,6 +165,9 @@ int _GetFeatBonusPP(object oChar){
if(GetRacialType(oChar) == RACIAL_TYPE_KALASHTAR)
nBonusPP += GetHitDice(oChar);
if(GetRacialType(oChar) == RACIAL_TYPE_EMPTY_VESSEL)
nBonusPP += GetHitDice(oChar);
if(GetHasFeat(FEAT_ABERRANT_WARPED_MIND, oChar))
nBonusPP += GetAberrantFeatCount(oChar);