From 04b671182208efcbe5cb6b0f8deb6eaa18901bc9 Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Sat, 27 Aug 2016 10:11:49 -0400 Subject: [PATCH] Round humanity in journal Vanilla commit: https://github.com/DayZMod/DayZ/commit/145ec00b76914597f4d7454ba09de83f44887ec9 --- SQF/dayz_code/actions/playerstats/epeen_setText_journal.sqf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/SQF/dayz_code/actions/playerstats/epeen_setText_journal.sqf b/SQF/dayz_code/actions/playerstats/epeen_setText_journal.sqf index 376464e7c..ec3b23a91 100644 --- a/SQF/dayz_code/actions/playerstats/epeen_setText_journal.sqf +++ b/SQF/dayz_code/actions/playerstats/epeen_setText_journal.sqf @@ -273,15 +273,11 @@ _disabledTemperature = switch (dayz_temperature_override) do { FPS:%10, FPSMin:%11
", (round(r_player_blood)), - //(player getVariable['USEC_BloodQty', r_player_blood]), - //(r_player_bloodpersec), - //(r_player_foodstack), - //(r_player_bloodregen), (round(dayz_hunger)), (round(dayz_thirst)), (_spawnselection), (round(dayz_temperatur)), - (player getVariable['humanity', 0]), + (round(player getVariable['humanity', 0])), (dayz_currentGlobalZombies), (dayz_Survived), (_survivors),