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
int FistOfRazielMarkerFeats()
{
if(GetLevelByClass(CLASS_TYPE_ENLIGHTENEDFIST))
if(GetLevelByClass(CLASS_TYPE_FISTRAZIEL))
{
int nRaziel = GetHasFeat(FEAT_FISTRAZIEL_SPELLCASTING_ARCHIVIST)
+ GetHasFeat(FEAT_FISTRAZIEL_SPELLCASTING_CLERIC)