Updated for updated PRC8 functions
Updated for updated PRC8 functions. Full compile. Updated spell & ability haks. Updated release archive.
This commit is contained in:
@@ -261,7 +261,7 @@ void main()
|
||||
if (nTotem)
|
||||
{
|
||||
int nTotemRage = GetMaxEssentiaCapacityFeat(oPC) - nEssentia;
|
||||
int nExtraEss = max(nTotem/2, 1);
|
||||
int nExtraEss = PRCMax(nTotem/2, 1);
|
||||
int nBoost;
|
||||
if (nExtraEss >= nTotemRage)
|
||||
{
|
||||
|
Reference in New Issue
Block a user