mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 17:57:15 -05:00
Update prc_enforce_mark.nss
Fixed: Fist of Raziel marker feat check was checking the wrong class.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user