From 9bf8b927b4ea59a90ff783bc078b47c42d8f8994 Mon Sep 17 00:00:00 2001 From: warriorstar-orion Date: Sun, 26 Jan 2025 23:39:33 -0500 Subject: [PATCH] fix baps when adding ingredients to kitchen machines (#28138) --- .../food_and_drinks/kitchen_machinery/kitchen_machine.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm b/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm index 4f6910352dc..e71fd502d5d 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm @@ -113,6 +113,8 @@ add_item(S, user) else add_item(used, user) + + return ITEM_INTERACT_COMPLETE else if(is_type_in_list(used, list(/obj/item/reagent_containers/glass, /obj/item/reagent_containers/drinks, /obj/item/reagent_containers/condiment))) if(!used.reagents) return ITEM_INTERACT_COMPLETE