Exalted update
Updated Vow of Poverty. Added Sanctify Ki Strike, Holy Strike, Fist of Heavens, Vow of Abstinence, Vow of Chastity & Gift of Faith. (@fenac). Turned off the Taunt & Parry skills. Re-disabled AC & save bonuses from Tumble & Spellcraft. Updated min() & max() to PRCmin() & PRCmax() to not conflict with similarly named NUI adjacent functions. Set Point Blank Shot to 30' per PnP. Added icon for Chosen of Evil. Started work on Hidden Talent. Created Psionics function cheatsheet. Updated release archive.
This commit is contained in:
@@ -2263,7 +2263,7 @@ int InnateCounterspell(object oCaster, int nSpellId, int nSpellLevel)
|
||||
// Set a marker on the Noctumancer at the right level
|
||||
if (GetLevelByClass(CLASS_TYPE_NOCTUMANCER) >= 7)
|
||||
{
|
||||
int nStore = min(1, nSpellLevel/2);
|
||||
int nStore = PRCMin(1, nSpellLevel/2);
|
||||
SetLocalInt(oShadow, "InnateCounterSuccess", nStore);
|
||||
FloatingTextStringOnCreature("You have one free mystery of "+IntToString(nStore)+" level", oShadow, FALSE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user