mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
better math
This commit is contained in:
@@ -56,7 +56,7 @@ if (_unit == player) then
|
|||||||
{!_isPZombie});
|
{!_isPZombie});
|
||||||
_humanityHit = 0;
|
_humanityHit = 0;
|
||||||
|
|
||||||
if (!_punishment && {(DayZ_LastHumanityChange + 5) > diag_tickTime}) then {
|
if (!_punishment && {(DayZ_LastHumanityChange + 3) < diag_tickTime}) then {
|
||||||
DayZ_LastHumanityChange = diag_tickTime;
|
DayZ_LastHumanityChange = diag_tickTime;
|
||||||
_myKills = 200 - (((player getVariable ["humanKills",0]) / 3) * 150);
|
_myKills = 200 - (((player getVariable ["humanKills",0]) / 3) * 150);
|
||||||
// how many non bandit players have I (the shot/damaged player) killed?
|
// how many non bandit players have I (the shot/damaged player) killed?
|
||||||
|
|||||||
Reference in New Issue
Block a user