diff --git a/code/modules/food_and_drinks/machinery/stove_component.dm b/code/modules/food_and_drinks/machinery/stove_component.dm index b1dab9cc248d..b148e27f01b0 100644 --- a/code/modules/food_and_drinks/machinery/stove_component.dm +++ b/code/modules/food_and_drinks/machinery/stove_component.dm @@ -120,7 +120,7 @@ if(!attacking_item.is_open_container()) return if(!isnull(container)) - to_chat(span_warning("You wouldn't dare try to cook two things on the same stove simultaneously. \ + to_chat(user, span_warning("You wouldn't dare try to cook two things on the same stove simultaneously. \ What if it cross contaminates?")) return COMPONENT_NO_AFTERATTACK