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:
@@ -35,6 +35,7 @@ const int RACIAL_TYPE_CHANGELING = 147;
|
||||
const int RACIAL_TYPE_KALASHTAR = 148;
|
||||
const int RACIAL_TYPE_WARFORGED = 149;
|
||||
const int RACIAL_TYPE_ZAKYA_RAKSHASA = 150;
|
||||
const int RACIAL_TYPE_EMPTY_VESSEL = 154;
|
||||
|
||||
//Planescape Races
|
||||
const int RACIAL_TYPE_BARIAUR = 207;
|
||||
|
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user