Add models for leather, kilo tea and kilo tobacco

Models made by @Helion4
This commit is contained in:
AirwavesMan
2021-01-17 15:49:15 +01:00
parent d3106bb5fc
commit ffe8b03bc1
2 changed files with 11 additions and 11 deletions

View File

@@ -81,7 +81,7 @@ class ItemKiloTobacco : CA_Magazine
count = 1;
displayName = $STR_EPOCH_KILOTOBACCO;
descriptionShort = $STR_EPOCH_KILOTOBACCO_DESC;
model = "z\addons\dayz_epoch\models\kilohemp.p3d";
model = "z\addons\dayz_epoch\models\kilotobacco.p3d";
picture = "\dayz_epoch_c\icons\plants\equip_kilotobacco_CA.paa";
type = 256;
};
@@ -103,7 +103,7 @@ class ItemKiloBlackTea : CA_Magazine
count = 1;
displayName = $STR_EPOCH_KILOBLACKTEA;
descriptionShort = $STR_EPOCH_KILOBLACKTEA_DESC;
model = "z\addons\dayz_epoch\models\kilohemp.p3d";
model = "z\addons\dayz_epoch\models\kilotea.p3d";
picture = "\dayz_epoch_c\icons\plants\equip_kilotea_CA.paa";
type = 256;
};