mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fixed default value for USEC_BloodQty
Thanks to @IsGoose for finding this: https://github.com/EpochModTeam/DayZ-Epoch/issues/2045
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user