Add to back for sledgehammer

This commit is contained in:
icomrade
2016-04-25 22:57:29 -04:00
parent d63f48af85
commit c1eb07d99d

View File

@@ -8,19 +8,22 @@ class ItemSledge: ItemCore // Epoch class
descriptionShort=$STR_EQUIP_SLEDGE_DESC; descriptionShort=$STR_EQUIP_SLEDGE_DESC;
class ItemActions class ItemActions
{ {
class ToBack
{
text = $STR_ACTIONS_2BACK;
script = "spawn player_addtoBack;";
use[] = {"ItemSledge"};
output[] = {"MeleeSledge"};
};
class Toolbelt class Toolbelt
{ {
text=$STR_ACTIONS_RFROMTB; text = $STR_ACTIONS_RFROMTB;
script="spawn player_addToolbelt;"; script = "spawn player_addToolbelt;";
use[]= use[] = {"ItemSledge"};
{ output[] = {"MeleeSledge"};
"ItemSledge"
};
output[]=
{
"MeleeSledge"
};
}; };
/* Lets take this out for now and see how it goes. /* Lets take this out for now and see how it goes.
class MineOre class MineOre
{ {