From e96be4b484e1920bb5b05de90be93986c2351715 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Sun, 17 Nov 2019 18:37:54 -0600 Subject: [PATCH] Fixed default value for USEC_BloodQty Thanks to @IsGoose for finding this: https://github.com/EpochModTeam/DayZ-Epoch/issues/2045 --- SQF/dayz_code/init/compiles.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/init/compiles.sqf b/SQF/dayz_code/init/compiles.sqf index 37f407af1..e9316ef09 100644 --- a/SQF/dayz_code/init/compiles.sqf +++ b/SQF/dayz_code/init/compiles.sqf @@ -776,7 +776,7 @@ player_sumMedical = { _character getVariable["USEC_inPain",false], _character getVariable["USEC_isCardiac",false], _character getVariable["USEC_lowBlood",false], - _character getVariable["USEC_BloodQty",r_player_bloodTotal], + _character getVariable["USEC_BloodQty",12000], _wounds, [_legs,_arms], _character getVariable["unconsciousTime",0],