Update prc_enforce_mark.nss

Fixed bugs in Spell Dancer & Morninglord sections.
This commit is contained in:
Jaysyn904 2023-10-03 23:06:49 -04:00
parent e55402d7da
commit 9fcf163f83

View File

@ -202,9 +202,6 @@ int HeironeousMarkerFeats();
//:; Enforces Soulcaster marker feats //:; Enforces Soulcaster marker feats
int SoulcasterMarkerFeats(); int SoulcasterMarkerFeats();
//:; Enforces Soulcaster marker feats
int SoulcasterMarkerFeats();
//:; Enforces Spelldancer marker feats //:; Enforces Spelldancer marker feats
int SpelldancerMarkerFeats(); int SpelldancerMarkerFeats();
@ -2287,7 +2284,7 @@ int MasterHarperMarkerFeats()
//:; Enforces Morninglord of Lathander marker feats //:; Enforces Morninglord of Lathander marker feats
int MorninglordMarkerFeats() int MorninglordMarkerFeats()
{ {
if(GetLevelByClass(CLASS_TYPE_MASTER_OF_SHROUDS)) if(GetLevelByClass(CLASS_TYPE_MORNINGLORD))
{ {
int nMorninglord = GetHasFeat(FEAT_MORNINGLORD_SPELLCASTING_ARCHIVIST) int nMorninglord = GetHasFeat(FEAT_MORNINGLORD_SPELLCASTING_ARCHIVIST)
+ GetHasFeat(FEAT_MORNINGLORD_SPELLCASTING_CLERIC) + GetHasFeat(FEAT_MORNINGLORD_SPELLCASTING_CLERIC)
@ -2746,7 +2743,7 @@ int RageMageMarkerFeats()
return FALSE; return FALSE;
} }
//:; Enforces Red Wizard marker feats [not needed] //:; Enforces Red Wizard marker feats
int RedWizardMarkerFeats() int RedWizardMarkerFeats()
{ {
if(GetLevelByClass(CLASS_TYPE_RED_WIZARD)) if(GetLevelByClass(CLASS_TYPE_RED_WIZARD))