From 81f9ce135c96b8e928a30379a7d0ac26611ba6dd Mon Sep 17 00:00:00 2001 From: Grahame Date: Sat, 11 Aug 2018 13:17:59 -0400 Subject: [PATCH] Update EB4E_ObjectInteractions.hpp Fixes --- .../Configs/EB4E_ObjectInteractions.hpp | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/mapName.epoch/epoch_config/Configs/EB4E_ObjectInteractions.hpp b/mapName.epoch/epoch_config/Configs/EB4E_ObjectInteractions.hpp index 0d5c23d..67b4e01 100644 --- a/mapName.epoch/epoch_config/Configs/EB4E_ObjectInteractions.hpp +++ b/mapName.epoch/epoch_config/Configs/EB4E_ObjectInteractions.hpp @@ -26,6 +26,18 @@ { interactMode = 4; }; + class Icebox_EB4E : Default + { + interactMode = 4; + }; + class WoodenShelvesBlue_EB4E : Default + { + interactMode = 4; + }; + class WoodenShelves_EB4E : Default + { + interactMode = 4; + }; //// class Cargo10_yellow_EB4E : Default @@ -39,12 +51,16 @@ class Cargo10_red_EB4E : Default { interactMode = 4; + }; + class Cargo10_brick_red_EB4E : Default + { + interactMode = 4; }; class Cargo10_orange_EB4E : Default { interactMode = 4; }; - class Cargo10_green_EB4E : Default + class Cargo10_military_green_EB4E : Default { interactMode = 4; }; @@ -55,4 +71,4 @@ class Cargo10_blue_EB4E : Default { interactMode = 4; - }; \ No newline at end of file + };