Remove right click build sandbag action on shovel

Right click action on sandbag is more up to date
This commit is contained in:
ebaydayz
2016-11-05 15:32:49 -04:00
parent d7f35c0cf3
commit 13a3083bae

View File

@@ -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;";
}; };*/
}; };
}; };