8 class slot support for arcane & divine casters
8 class slot support for arcane & divine casters. Added Marker feat enforcement script. Expanded LA buyoff to 60 HD. Marker feat constant bug fixes.
This commit is contained in:
@@ -46,6 +46,9 @@ void main()
|
||||
// Check to see which special prc requirements (i.e. those that can't be done)
|
||||
// through the .2da's, the newly leveled up player meets.
|
||||
DelayCommand(0.5, ExecuteScript("prc_prereq", oPC)); // Delayed so that deleveling gets to happen before it.
|
||||
|
||||
//:: Run PrC marker feat check
|
||||
ExecuteScript("prc_enforce_mark", oPC);
|
||||
ExecuteScript("prc_enforce_feat", oPC);
|
||||
ExecuteScript("prc_enforce_psi", oPC);
|
||||
//Restore Power Points for Psionics
|
||||
|
Reference in New Issue
Block a user