mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Forgot to set this variable in selfbloodbag.sqf
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user