Remove vanilla dismantle on sandbag and hedgehog

Epoch handles this in fn_selfActions
This commit is contained in:
ebaydayz
2016-11-04 20:46:46 -04:00
parent 1223e08d79
commit 12032477d4

View File

@@ -138,6 +138,8 @@ class Hedgehog_DZ: BuiltItems
constructioncount = 1; constructioncount = 1;
removeoutput[] = {{"ItemTankTrap",1}}; removeoutput[] = {{"ItemTankTrap",1}};
nounderground = 0; nounderground = 0;
//Remove vanilla dismantle action
class UserActions {delete Dismantle;};
}; };
// WorkBench_DZ // WorkBench_DZ
class WorkBench_DZ: BuiltItems class WorkBench_DZ: BuiltItems
@@ -236,6 +238,8 @@ class Sandbag1_DZ: BuiltItems
constructioncount = 3; constructioncount = 3;
removeoutput[] = {{"ItemSandbag",1}}; removeoutput[] = {{"ItemSandbag",1}};
nounderground = 0; nounderground = 0;
//Remove vanilla dismantle action
class UserActions {delete Dismantle;};
}; };
//review some of these settings //review some of these settings
class BagFenceRound_DZ: BuiltItems class BagFenceRound_DZ: BuiltItems