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";