Fix wrong lockbox sound

This commit is contained in:
AirwavesMan
2021-04-26 10:13:09 +02:00
parent 43786eec57
commit ffccff6a38
3 changed files with 3 additions and 2 deletions

View File

@@ -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;