From 8a4954455c8893e322e60686ef55ebe74bbd9021 Mon Sep 17 00:00:00 2001 From: DirtySanchez Date: Wed, 18 Oct 2017 11:51:00 -0500 Subject: [PATCH] add metal floor --- Sources/epoch_config/Configs/CfgItemInteractions.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sources/epoch_config/Configs/CfgItemInteractions.hpp b/Sources/epoch_config/Configs/CfgItemInteractions.hpp index 79b32637..b273962f 100644 --- a/Sources/epoch_config/Configs/CfgItemInteractions.hpp +++ b/Sources/epoch_config/Configs/CfgItemInteractions.hpp @@ -395,6 +395,10 @@ class CfgItemInteractions { buildClass = "MetalTower_EPOCH"; }; + class KitMetalFloor : Item_Build_base + { + buildClass = "MetalFloor_EPOCH"; + }; class KitCinderTower : Item_Build_base { buildClass = "CinderTower_EPOCH";