mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-11 10:42:58 +03:00
0.974
+ allow cargo check on open vaults + added Land_HBarrier1_DZ for large sandbag crafting + fixed animation sources error with wood gate. fixes #109 + fixed missing Soldier1_DZ one skin. fixes #93
This commit is contained in:
@@ -142,7 +142,7 @@ if (!isNull cursorTarget and !_inVehicle and (player distance cursorTarget < 6))
|
||||
};
|
||||
*/
|
||||
|
||||
if((_isVehicle or _isTent) and _canDo and !_isMan) then {
|
||||
if((_isVehicle or _isTent or (cursorTarget isKindOf "VaultStorage")) and _canDo and !_isMan) then {
|
||||
if (s_player_checkGear < 0) then {
|
||||
s_player_checkGear = player addAction ["Cargo Check", "\z\addons\dayz_code\actions\cargocheck.sqf",cursorTarget, 1, true, true, "", ""];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user