mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix give bloodbag option showing when it shouldn't
This commit is contained in:
@@ -79,3 +79,8 @@ 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