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

@@ -62,7 +62,7 @@ void main()
sScript += LetoAdd("SkillList", "", "list");
//Sex
sScript += SetGender(nSex);
/* sScript = */ SetGender(oPC, nSex);
//Race
sScript += SetRace(nRace);

View File

@@ -520,7 +520,7 @@ int CheckArchmageClass()
int iArchClass = GetHasFeat(FEAT_ARCHMAGE_SPELLCASTING_BEGUILER)
+ GetHasFeat(FEAT_ARCHMAGE_SPELLCASTING_DNECRO)
+ GetHasFeat(FEAT_ARCHMAGE_SPELLCASTING_SORCERER)
+ GetHasFeat(FEAT_ARCHMAGE_SPELLCASTING_SUBCHORD)
+ GetHasFeat(FEAT_ARCHMAGE_SPELLCASTING_SUBLIME_CHORD)
+ GetHasFeat(FEAT_ARCHMAGE_SPELLCASTING_WARMAGE)
+ GetHasFeat(FEAT_ARCHMAGE_SPELLCASTING_WIZARD);