mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 11:57:14 -05:00
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:
@@ -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