mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Forgot to set this variable in selfbloodbag.sqf
This commit is contained in:
@@ -47,7 +47,7 @@ if (_haswholebag) then {
|
|||||||
_badBag = true;
|
_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;
|
call fnc_usec_medic_removeActions;
|
||||||
r_action = false;
|
r_action = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user