mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-16 05:39:58 +03:00
Fix wrong lockbox sound
This commit is contained in:
@@ -13,7 +13,7 @@ _cursorTarget = _this select 3;
|
||||
_typeOf = typeOf (_cursorTarget);
|
||||
|
||||
_isSafe = _typeOf in ["VaultStorage","VaultStorage2","TallSafe"];
|
||||
_isLockBox = _typeOf in ["LockboxStorage","LockboxStorage2","LockboxStorageWinter","LockboxStorageWinter2"];
|
||||
_isLockBox = _typeOf in DZE_LockboxesUnlocked;
|
||||
_isStorage = (_isSafe || _isLockBox);
|
||||
_isDoor = _typeOf in DZE_DoorsLocked;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user