More minor cleanup

This commit is contained in:
ebaydayz
2016-03-12 22:40:23 -05:00
parent 473e1eaedd
commit 4c6b636bc0
12 changed files with 76 additions and 152 deletions

View File

@@ -47,7 +47,7 @@ class MeleeHatchet_DZE: MeleeWeapon
model="\dayz_weapons\models\Hatchet_weaponized";
picture="\dayz_equip\textures\equip_hatchet_CA.paa";
displayName=$STR_EQUIP_NAME_41;
displayName=$STR_EQUIP_NAME_HATCHET;
droppeditem= "ItemHatchet_DZE";
magazines[]=
{
@@ -83,7 +83,7 @@ class MeleeHatchet_DZE: MeleeWeapon
};
class Library
{
libTextDesc=$STR_EQUIP_DESC_41;
libTextDesc=$STR_EQUIP_DESC_HATCHET;
};
descriptionShort=$STR_EQUIP_DESC_41;
descriptionShort=$STR_EQUIP_DESC_HATCHET;
};