From 89eea668f53f35e85ebad4b20324752d8879dcec Mon Sep 17 00:00:00 2001 From: icomrade Date: Fri, 29 Apr 2016 17:00:56 -0400 Subject: [PATCH] better math --- SQF/dayz_code/compile/fn_damageHandler.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/compile/fn_damageHandler.sqf b/SQF/dayz_code/compile/fn_damageHandler.sqf index e059b7487..cbeddd6fb 100644 --- a/SQF/dayz_code/compile/fn_damageHandler.sqf +++ b/SQF/dayz_code/compile/fn_damageHandler.sqf @@ -56,7 +56,7 @@ if (_unit == player) then {!_isPZombie}); _humanityHit = 0; - if (!_punishment && {(DayZ_LastHumanityChange + 5) > diag_tickTime}) then { + if (!_punishment && {(DayZ_LastHumanityChange + 3) < diag_tickTime}) then { DayZ_LastHumanityChange = diag_tickTime; _myKills = 200 - (((player getVariable ["humanKills",0]) / 3) * 150); // how many non bandit players have I (the shot/damaged player) killed?