From 13a3083bae58d72b4b873fe45b340d8745601fd5 Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Sat, 5 Nov 2016 15:32:49 -0400 Subject: [PATCH] Remove right click build sandbag action on shovel Right click action on sandbag is more up to date --- SQF/dayz_code/Configs/CfgWeapons/Tools/Shovel.hpp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Shovel.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Shovel.hpp index cfa596a6e..4d8d24fdf 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Shovel.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Shovel.hpp @@ -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;"; - }; + };*/ }; };