2025/12/14 Late Update

Moved Hidden Talent a from a masterfeat to a dynamic conversation.
Updated PRC8 version number.
This commit is contained in:
Jaysyn904
2025-12-14 22:31:30 -05:00
parent 3ebdc0ba62
commit 5f749871cd
12 changed files with 657 additions and 185 deletions

View File

@@ -142,8 +142,8 @@ int _GetFeatBonusPP(object oChar)
nBonusPP += 2;
//:: Hidden Talent
if(IsHiddenTalent())
nBonusPP += 2 * GetHiddenTalentCount(oChar);
if(GetHasFeat(FEAT_HIDDEN_TALENT, oChar))
nBonusPP += 2;
//:: Psionic Feats
int i;