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 29d7bd3a9bf..35d2045bb26 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/kitchen_machine.dm @@ -524,6 +524,9 @@ if(!anchored) to_chat(user, "It's unanchored!") return FALSE + if(operating) + to_chat(user, "Its already cooking!") + return FALSE return TRUE #undef NO_DIRT