Updated for updated PRC8 functions
Updated for updated PRC8 functions. Full compile. Updated spell & ability haks. Updated release archive.
This commit is contained in:
@@ -62,7 +62,7 @@ void main()
|
||||
int nCasterLvl = PRCGetCasterLevel(oPC);
|
||||
int nSpell = GetSpellId();
|
||||
int nMetaMagic = PRCGetMetaMagicFeat();
|
||||
int nDam = min(40,nCasterLvl);
|
||||
int nDam = PRCMin(40,nCasterLvl);
|
||||
float fDur = RoundsToSeconds(nCasterLvl);
|
||||
effect eShield;
|
||||
effect eVis;
|
||||
|
Reference in New Issue
Block a user