mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +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 Build
|
||||
{
|
||||
text = "Build Sandbag Fence";
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemShovel"};
|
||||
consume[] = {"ItemSandbag"};
|
||||
create = "Sandbag1_DZ";
|
||||
};
|
||||
class Use
|
||||
/*class Use
|
||||
{
|
||||
text = $STR_CREATE_STASH;
|
||||
script = "spawn player_createstash;";
|
||||
};
|
||||
};*/
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user