Define model for tent so it cannot be overwritten

This commit is contained in:
AirwavesMan
2020-12-27 13:18:20 +01:00
parent d86f6b8481
commit 96890580c5

View File

@@ -12,6 +12,7 @@ class TentStorage_base : DZ_storage_base {
};
class TentStorage : TentStorage_base {
model = "\z\addons\dayz_communityassets\models\tent_a.p3d";
displayName = $STR_VEH_NAME_TENT;
transportMaxMagazines = 130;
transportMaxWeapons = 10;