Fix hatchet remove from toolbelt text

This commit is contained in:
ebaydayz
2016-04-25 16:36:50 -04:00
parent 56ea7d1382
commit a353f8e0e5

View File

@@ -25,7 +25,7 @@ class ItemHatchet : ItemCore
class Toolbelt
{
text = "Remove from Toolbelt";
text = $STR_ACTIONS_RFROMTB;
script = "spawn player_addToolbelt;";
use[] = {"ItemHatchet"};
output[] = {"MeleeHatchet"};