Updated for updated PRC8 functions
Updated for updated PRC8 functions. Full compile. Updated spell & ability haks. Updated release archive.
This commit is contained in:
@@ -47,7 +47,7 @@ void main()
|
||||
location lLoc = PRCGetSpellTargetLocation();
|
||||
int nCasterLvl = PRCGetCasterLevel(oPC);
|
||||
int nMetaMagic = PRCGetMetaMagicFeat();
|
||||
int nDice = min(nCasterLvl, 60);
|
||||
int nDice = PRCMin(nCasterLvl, 60);
|
||||
int nAlign;
|
||||
int nDam;
|
||||
int nDC;
|
||||
|
Reference in New Issue
Block a user