From f141807916abd3e577e3941b792dcd4f3ed18fe6 Mon Sep 17 00:00:00 2001 From: vbawol Date: Wed, 25 May 2016 17:01:42 -0500 Subject: [PATCH] fixed missing WhiskeyNoodle item interactions --- 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 da69c328..5d6d7ee8 100644 --- a/Sources/epoch_config/Configs/CfgItemInteractions.hpp +++ b/Sources/epoch_config/Configs/CfgItemInteractions.hpp @@ -145,6 +145,10 @@ class CfgItemInteractions { { interactAttributes[] = { 0, 5000, 0, 0, 0, 0, 0, 0, 0, 0 }; }; + class WhiskeyNoodle : Drink_base + { + interactAttributes[] = { 0, 0, 800, 0, 0, 0, -5, 50, 0, 0, 0 , 10 , 0}; + }; class water_epoch : Drink_Jar_base { interactAttributes[] = { 0, 0, 500, 0, 0, 0, 5, 50, 0, 0 };