mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add to back for sledgehammer
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user