mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Define model for tent so it cannot be overwritten
This commit is contained in:
@@ -12,6 +12,7 @@ class TentStorage_base : DZ_storage_base {
|
|||||||
};
|
};
|
||||||
|
|
||||||
class TentStorage : TentStorage_base {
|
class TentStorage : TentStorage_base {
|
||||||
|
model = "\z\addons\dayz_communityassets\models\tent_a.p3d";
|
||||||
displayName = $STR_VEH_NAME_TENT;
|
displayName = $STR_VEH_NAME_TENT;
|
||||||
transportMaxMagazines = 130;
|
transportMaxMagazines = 130;
|
||||||
transportMaxWeapons = 10;
|
transportMaxWeapons = 10;
|
||||||
|
|||||||
Reference in New Issue
Block a user