Update prc_enforce_mark.nss

Fixed: Fist of Raziel marker feat check was checking the wrong class.
This commit is contained in:
Jaysyn904 2023-09-20 17:08:23 -04:00
parent 609437d67d
commit d6c2f265ef

View File

@ -1406,7 +1406,7 @@ int EnlightendFistMarkerFeats()
//:; Enforces Fist of Raziel marker feats //:; Enforces Fist of Raziel marker feats
int FistOfRazielMarkerFeats() int FistOfRazielMarkerFeats()
{ {
if(GetLevelByClass(CLASS_TYPE_ENLIGHTENEDFIST)) if(GetLevelByClass(CLASS_TYPE_FISTRAZIEL))
{ {
int nRaziel = GetHasFeat(FEAT_FISTRAZIEL_SPELLCASTING_ARCHIVIST) int nRaziel = GetHasFeat(FEAT_FISTRAZIEL_SPELLCASTING_ARCHIVIST)
+ GetHasFeat(FEAT_FISTRAZIEL_SPELLCASTING_CLERIC) + GetHasFeat(FEAT_FISTRAZIEL_SPELLCASTING_CLERIC)