Updated for updated PRC8 functions
Updated for updated PRC8 functions. Full compile. Updated spell & ability haks. Updated release archive.
This commit is contained in:
@@ -54,7 +54,7 @@ void main()
|
||||
int nMetaMagic = PRCGetMetaMagicFeat();
|
||||
int nSpell = PRCGetSpellId();
|
||||
int nBonus = nSpell == SPELL_DEFLECT ? nCasterLvl/2:
|
||||
min(20, (nCasterLvl/3));
|
||||
PRCMin(20, (nCasterLvl/3));
|
||||
|
||||
PRCSignalSpellEvent(oPC, FALSE, nSpell, oPC);
|
||||
|
||||
|
Reference in New Issue
Block a user