mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
Replace max blood constant of 12000 to r_player_bloodTotal
Vanilla commit:
78b608c854
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