mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 13:21:57 +03:00
Replace max blood constant of 12000 to r_player_bloodTotal
Vanilla commit: https://github.com/DayZMod/DayZ/commit/78b608c854b90640ca1d46ae6c2708b525bc55e0
This commit is contained in:
@@ -701,7 +701,7 @@ player_sumMedical = {
|
||||
_character getVariable["USEC_inPain",false],
|
||||
_character getVariable["USEC_isCardiac",false],
|
||||
_character getVariable["USEC_lowBlood",false],
|
||||
_character getVariable["USEC_BloodQty",12000],
|
||||
_character getVariable["USEC_BloodQty",r_player_bloodTotal],
|
||||
_wounds,
|
||||
[_legs,_arms],
|
||||
_character getVariable["unconsciousTime",0],
|
||||
|
||||
Reference in New Issue
Block a user