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 75de77531b23..a49197a4bc3e 100644
--- a/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm
+++ b/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm
@@ -154,11 +154,9 @@
return ITEM_INTERACT_COMPLETE
special_attack_grab(G, user)
return ITEM_INTERACT_COMPLETE
- else
- to_chat(user, "You have no idea what you can cook with [used].")
- return ITEM_INTERACT_COMPLETE
- return ..()
+ to_chat(user, "You have no idea what you can cook with [used].")
+ return ITEM_INTERACT_COMPLETE
/obj/machinery/kitchen_machine/wrench_act(mob/living/user, obj/item/I)
if(operating)