mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 09:29:21 +03:00
Cleanup localization calls (no quotes around $STR)
This commit is contained in:
@@ -21,7 +21,7 @@ class MeleeMachete: MeleeWeapon
|
||||
{
|
||||
class Toolbelt
|
||||
{
|
||||
text="Add to Toolbelt";
|
||||
text=$STR_EPOCH_PLAYER_296;
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
@@ -38,4 +38,4 @@ class MeleeMachete: MeleeWeapon
|
||||
libTextDesc="";
|
||||
};
|
||||
descriptionShort="An agricultural tool turned into a weapon, the Machete may be less versatile than the common hatchet, but it packs a punch.";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user