Update for PRC8 parity
Update for PRC8 parity. Full compile.
This commit is contained in:
@@ -65,7 +65,7 @@ void main()
|
||||
int nLevel = util_GetLevel(oPC);
|
||||
|
||||
int nINT = GetAbilityScore(oPC, ABILITY_INTELLIGENCE, TRUE);
|
||||
int nMaxBankedSkillPoints = max(1, 1+(nINT - 10)/2);
|
||||
int nMaxBankedSkillPoints = PRCMax(1, 1+(nINT - 10)/2);
|
||||
if (NWNX_Creature_GetSkillPointsRemaining(oPC) > nMaxBankedSkillPoints)
|
||||
{
|
||||
int nXP = GetXP(oPC);
|
||||
|
||||
Reference in New Issue
Block a user