Add a tall safe

This safe is the biggest version in-game. The safe is not in by default. It is up to the server admins to use it.

Model made by @Helion4
This commit is contained in:
AirwavesMan
2020-12-05 14:52:15 +01:00
parent 5d02283af8
commit 021f22bf0e
8 changed files with 77 additions and 12 deletions

View File

@@ -140,7 +140,7 @@ call {
if (_status < 4) then {
_type = call {
if (_type in ["VaultStorageLocked","VaultStorage","VaultStorage2Locked","VaultStorage2"]) exitwith {
if (_type in ["VaultStorageLocked","VaultStorage","VaultStorage2Locked","VaultStorage2","TallSafe"]) exitwith {
if (_ownerID == _playerUID) then {_lockCode = format["%1 - Owner",_lockCode];};
"Safe"
};