mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix give bloodbag option showing when it shouldn't
This commit is contained in:
@@ -78,4 +78,9 @@ while {r_doLoop} do {
|
||||
|
||||
//Rerun the loop
|
||||
sleep 1;
|
||||
};
|
||||
};
|
||||
|
||||
if (((r_player_blood / r_player_bloodTotal) >= 0.35) and (player getVariable["USEC_lowBlood",false])) then {
|
||||
r_player_lowblood = false;
|
||||
player setVariable["USEC_lowBlood",false,true];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user