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 4d1a3532838..965e9a95911 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm @@ -565,7 +565,7 @@ dispose(ui.user) /obj/machinery/kitchen_machine/AltClick(mob/user) - if(!check_useable(user)) + if(!Adjacent(user) || !check_useable(user)) return cook()