mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
#709 Add Stringtable localization for Epoch toolbelt items
This commit is contained in:
@@ -21,7 +21,7 @@ class MeleeHatchet: MeleeWeapon
|
|||||||
{
|
{
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="Add to Toolbelt";
|
text="STR_EPOCH_PLAYER_296";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
@@ -38,4 +38,4 @@ class MeleeHatchet: MeleeWeapon
|
|||||||
libTextDesc="$STR_EQUIP_DESC_41";
|
libTextDesc="$STR_EQUIP_DESC_41";
|
||||||
};
|
};
|
||||||
descriptionShort="$STR_EQUIP_DESC_41";
|
descriptionShort="$STR_EQUIP_DESC_41";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user