mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Let Shovel build sandbags, fix errors with toolbox
This commit is contained in:
@@ -13,6 +13,14 @@ class ItemShovel : ItemCore
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = "Build Sandbag Fence";
|
||||
script = "; ['ItemShovel','Build'] spawn player_build; r_action_count = r_action_count + 1;";
|
||||
require[] = {"ItemShovel"};
|
||||
consume[] = {"ItemSandbag"};
|
||||
create = "Sandbag1_DZ";
|
||||
};
|
||||
class Use
|
||||
{
|
||||
text = $STR_CREATE_STASH;
|
||||
|
||||
Reference in New Issue
Block a user