From 46d6b042f5a7ea32a6c392da0e0edde90efe44ac Mon Sep 17 00:00:00 2001 From: vbawol Date: Wed, 4 Oct 2017 09:11:03 -0500 Subject: [PATCH] kit garden and cinder floor --- Sources/epoch_config/Configs/CfgItemInteractions.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Sources/epoch_config/Configs/CfgItemInteractions.hpp b/Sources/epoch_config/Configs/CfgItemInteractions.hpp index 39c88a02..84c21f32 100644 --- a/Sources/epoch_config/Configs/CfgItemInteractions.hpp +++ b/Sources/epoch_config/Configs/CfgItemInteractions.hpp @@ -399,6 +399,10 @@ class CfgItemInteractions { buildClass = "CinderTower_EPOCH"; }; + class KitCinderFloor : Item_Build_base + { + buildClass = "CinderFloor_EPOCH"; + }; class KitWoodRamp : Item_Build_base { buildClass = "WoodRamp_EPOCH"; @@ -464,6 +468,11 @@ class CfgItemInteractions { buildClass = "CinderWallHalf_EPOCH"; }; + class Kit_Garden : Item_Build_base + { + buildClass = "Garden_EPOCH"; + isStorage = 1; + }; class PaintCanBase : Default { interactAction = 12;