Cleanup localization calls (no quotes around $STR)

This commit is contained in:
dayz10k
2013-11-21 10:32:15 -05:00
parent ea7ffbaf61
commit 4e54ce4fc6

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;
};