Update stringtable.xml

This commit is contained in:
oiad
2017-12-17 11:12:18 +13:00
parent 7a93b5649a
commit 373aeb2db7
2 changed files with 12 additions and 9 deletions

View File

@@ -1152,7 +1152,7 @@ class ItemKiloHemp : CA_Magazine
scope = public;
count = 1;
displayName = $STR_EPOCH_KILOOFHEMP;
descriptionShort = $STR_EPOCH_KILOOFHEMP;
descriptionShort = $STR_EPOCH_KILOOFHEMP_DESC;
weight = 1;
model = "z\addons\dayz_epoch\models\kilohemp.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_kilohemp_CA.paa";
@@ -1231,8 +1231,8 @@ class ItemTobaccoLeafs : CA_Magazine
{
scope = public;
count = 1;
displayName = $STR_EPOCH_TOBACCO_LEAFS;
descriptionShort = $STR_EPOCH_TOBACCO_LEAFS_DESC;
displayName = $STR_EPOCH_TOBACCO_LEAF;
descriptionShort = $STR_EPOCH_TOBACCO_LEAF_DESC;
model = "\z\addons\dayz_communityassets\models\comfrey.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_comfrey_CA.paa";
type = 256;