From 12032477d43b102b6c468db55fc31fef7bb4270e Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Fri, 4 Nov 2016 20:46:46 -0400 Subject: [PATCH] Remove vanilla dismantle on sandbag and hedgehog Epoch handles this in fn_selfActions --- SQF/dayz_code/Configs/CfgVehicles/DZE/Prop_Defs.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SQF/dayz_code/Configs/CfgVehicles/DZE/Prop_Defs.hpp b/SQF/dayz_code/Configs/CfgVehicles/DZE/Prop_Defs.hpp index 1067425cf..9211222f1 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/DZE/Prop_Defs.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/DZE/Prop_Defs.hpp @@ -138,6 +138,8 @@ class Hedgehog_DZ: BuiltItems constructioncount = 1; removeoutput[] = {{"ItemTankTrap",1}}; nounderground = 0; + //Remove vanilla dismantle action + class UserActions {delete Dismantle;}; }; // WorkBench_DZ class WorkBench_DZ: BuiltItems @@ -236,6 +238,8 @@ class Sandbag1_DZ: BuiltItems constructioncount = 3; removeoutput[] = {{"ItemSandbag",1}}; nounderground = 0; + //Remove vanilla dismantle action + class UserActions {delete Dismantle;}; }; //review some of these settings class BagFenceRound_DZ: BuiltItems