mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix hatchet remove from toolbelt text
This commit is contained in:
@@ -25,7 +25,7 @@ class ItemHatchet : ItemCore
|
|||||||
|
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text = "Remove from Toolbelt";
|
text = $STR_ACTIONS_RFROMTB;
|
||||||
script = "spawn player_addToolbelt;";
|
script = "spawn player_addToolbelt;";
|
||||||
use[] = {"ItemHatchet"};
|
use[] = {"ItemHatchet"};
|
||||||
output[] = {"MeleeHatchet"};
|
output[] = {"MeleeHatchet"};
|
||||||
|
|||||||
Reference in New Issue
Block a user