Update for PRC8 parity
Update for PRC8 parity. Full compile.
This commit is contained in:
@@ -425,7 +425,7 @@ void chr_OnRest(object oPC, int nRestEvent)
|
||||
}
|
||||
|
||||
NWNX_Object_SetCurrentHitPoints(oPC,
|
||||
min(GetMaxHitPoints(oPC), GetLocalInt(oPC, CHR_REST_VAR_HITPOINTS_BEFORE_REST) + 5 + GetHitDice(oPC)));
|
||||
PRCMin(GetMaxHitPoints(oPC), GetLocalInt(oPC, CHR_REST_VAR_HITPOINTS_BEFORE_REST) + 5 + GetHitDice(oPC)));
|
||||
|
||||
RemoveBlackScreen(oPC);
|
||||
DeleteLocalInt(oPC, CHR_REST_VAR_REST_CANCELLED_BY_SCRIPT);
|
||||
|
||||
Reference in New Issue
Block a user