mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-27 18:21:50 +03:00
Remove right click build sandbag action on shovel
Right click action on sandbag is more up to date
This commit is contained in:
@@ -13,19 +13,11 @@ class ItemShovel : ItemCore
|
|||||||
|
|
||||||
class ItemActions
|
class ItemActions
|
||||||
{
|
{
|
||||||
class Build
|
/*class Use
|
||||||
{
|
|
||||||
text = "Build Sandbag Fence";
|
|
||||||
script = "spawn player_build;";
|
|
||||||
require[] = {"ItemShovel"};
|
|
||||||
consume[] = {"ItemSandbag"};
|
|
||||||
create = "Sandbag1_DZ";
|
|
||||||
};
|
|
||||||
class Use
|
|
||||||
{
|
{
|
||||||
text = $STR_CREATE_STASH;
|
text = $STR_CREATE_STASH;
|
||||||
script = "spawn player_createstash;";
|
script = "spawn player_createstash;";
|
||||||
};
|
};*/
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user