mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
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:
@@ -285,6 +285,28 @@ class ItemVault2: CA_Magazine
|
||||
};
|
||||
};
|
||||
|
||||
class ItemTallSafe: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_SAFE;
|
||||
model = "\z\addons\dayz_epoch_v\props\safe_tall\tallsafe.p3d";
|
||||
picture = "\dayz_epoch_c\icons\equipment\tallsafe.paa";
|
||||
descriptionShort = $STR_EPOCH_SAFE_DESC;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_EPOCH_PLAYER_230;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "TallSafeLocked";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class ItemLockbox: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
|
||||
Reference in New Issue
Block a user