This commit is contained in:
[VB]AWOL
2013-11-21 10:39:24 -06:00
parent aca098f7ea
commit f1729e06e2
20 changed files with 241 additions and 241 deletions

View File

@@ -6,7 +6,7 @@ class MeleeBaseBallBat: MeleeWeapon
magazineReloadTime=0;
model="\z\addons\dayz_communityassets\models\baseball_bat_weaponized.p3d";
picture="\z\addons\dayz_communityassets\pictures\equip_baseball_bat_ca.paa";
displayName="$STR_EQUIP_NAME_BASEBALLBAT";
displayName=$STR_EQUIP_NAME_BASEBALLBAT;
droppeditem= "MeleeBaseBallBat";
magazines[]=
{
@@ -19,7 +19,7 @@ class MeleeBaseBallBat: MeleeWeapon
};
class Library
{
libTextDesc="$STR_EQUIP_DESC_BASEBALLBAT";
libTextDesc=$STR_EQUIP_DESC_BASEBALLBAT;
};
descriptionShort="$STR_EQUIP_DESC_BASEBALLBAT";
};
descriptionShort=$STR_EQUIP_DESC_BASEBALLBAT;
};