Update for new nwscript.nss

Update for new nwscript.nss.  Added & updated notes.  Continuing with spellcasting marker feats.
This commit is contained in:
Jaysyn904
2023-07-03 10:53:43 -04:00
parent 522ebeedf9
commit db2f5c8719
21 changed files with 6247 additions and 302 deletions

View File

@@ -780,8 +780,7 @@ int GetIsDivineClass(int nClass, object oCaster = OBJECT_SELF)
|| nClass == CLASS_TYPE_SOHEI
|| nClass == CLASS_TYPE_SOLDIER_OF_LIGHT
|| nClass == CLASS_TYPE_UR_PRIEST
|| nClass == CLASS_TYPE_VASSAL
|| nClass == CLASS_TYPE_VIGILANT;
|| nClass == CLASS_TYPE_VASSAL;
}
int GetArcanePRCLevels(object oCaster, int nCastingClass = CLASS_TYPE_INVALID)