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:
@@ -212,7 +212,7 @@ void handleCraftProperties2da(string s2da, int row = 0)
|
||||
void handleCraftItems2da(int row = 0)
|
||||
{
|
||||
int max;
|
||||
for(max = min(row + 25, PRCGetFileEnd("prc_craft_gen_it")); row < max; row++)
|
||||
for(max = PRCMin(row + 25, PRCGetFileEnd("prc_craft_gen_it")); row < max; row++)
|
||||
{
|
||||
DoDebug("Handling prc_craft_gen_it row " + IntToString(row));
|
||||
|
||||
|
Reference in New Issue
Block a user