2025/06/22 Update
Fixed Vow of Poverty. Fixed Vow of Poverty bonus feats not being restored onClientEnter. Added PRC option for spontaneous casters unlearning spells (@Rakiov) Gloura was double dipping caster level. Added NUI levelup spellpicker for most AMS classes (@Rakiov) Tweaked Tactical Insight. Updated ToB maneuver TLK entries to display correct prerequisites.
This commit is contained in:
@@ -217,6 +217,11 @@ void main()
|
||||
// through the .2da's, the entering player already meets.
|
||||
ExecuteScript("prc_prereq", oPC);
|
||||
ExecuteScript("prc_psi_ppoints", oPC);
|
||||
if (GetHasFeat(FEAT_VOWOFPOVERTY, oPC) == TRUE)
|
||||
{
|
||||
ExecuteScript("prc_vop_feats_oe", oPC);
|
||||
}
|
||||
|
||||
ResetTouchOfVitality(oPC);
|
||||
DelayCommand(0.15, DeleteLocalInt(oPC,"ONENTER"));
|
||||
|
||||
|
Reference in New Issue
Block a user