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