mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 11:47:15 -05:00
Added Vow of Poverty
Added Vow of Poverty, Jaebrin, Hobgoblin Warsoul & Forsaker fixes (thanks PRC5 & @Fencas). Added iprp_matcost.2da for new materials. Updated PRC8 Tester module. Cohorts updated to support 8 classes. Fixed ranged disarm w/ Fighter. Updated release archive.
This commit is contained in:
@@ -424,7 +424,7 @@ void EvalPRCFeats(object oPC)
|
||||
if (ToBFeats(oPC))
|
||||
ExecuteScript("tob_feats", oPC);
|
||||
|
||||
if (GetIsIncarnumUser(oPC))
|
||||
if (GetIsIncarnumUser(oPC) || GetRacialType(oPC) == RACIAL_TYPE_JAEBRIN)
|
||||
ExecuteScript("moi_events", oPC);
|
||||
|
||||
if (GetIsBinder(oPC))
|
||||
|
||||
Reference in New Issue
Block a user