mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix #1278
This commit is contained in:
@@ -297,7 +297,7 @@ r_action_targets = [];
|
||||
r_pitchWhine = false;
|
||||
r_isBandit = false;
|
||||
isInTraderCity = false;
|
||||
|
||||
NORRN_dropAction = -1;
|
||||
DZE_PROTOBOX = objNull;
|
||||
|
||||
//ammo routine
|
||||
|
||||
@@ -12,7 +12,7 @@ r_action = false;
|
||||
r_action_load = false;
|
||||
call fnc_usec_medic_removeActions;
|
||||
|
||||
_dragger removeAction NORRN_loadWoundedAction;
|
||||
//_dragger removeAction NORRN_loadWoundedAction;
|
||||
|
||||
if ((_vcl emptyPositions "cargo") > 0) then
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ _name = _args select 0;
|
||||
_vcl = _args select 1;
|
||||
_crewVcl = crew _vcl;
|
||||
|
||||
_name removeAction NORRN_pullOutAction;
|
||||
_name removeAction (_this select 2);
|
||||
|
||||
for [{ _loop = 0 },{ _loop < count _crewVcl },{ _loop = _loop + 1}] do
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user