Forgot to set this variable in selfbloodbag.sqf

This commit is contained in:
icomrade
2016-05-06 11:45:29 -04:00
parent b0ffc1421e
commit 6ab855fd9d

View File

@@ -47,7 +47,7 @@ if (_haswholebag) then {
_badBag = true;
};
if (dayz_classicBloodBagSystem && ("ItemBloodbag" in (magazines player))) then {_wholeBag = true;};
if (dayz_classicBloodBagSystem && ("ItemBloodbag" in (magazines player))) then {_wholeBag = true; _badBag = false;};
call fnc_usec_medic_removeActions;
r_action = false;