+ 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:
vbawol
2013-02-20 18:35:03 -06:00
parent 16878f0e5a
commit 70be2b1dae
6 changed files with 49 additions and 8 deletions

View File

@@ -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, "", ""];
};