diff --git a/code/modules/food_and_drinks/kitchen_machinery/processor.dm b/code/modules/food_and_drinks/kitchen_machinery/processor.dm index cd0a5d295ef..a28668d10e6 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/processor.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/processor.dm @@ -166,7 +166,7 @@ to_chat(user, "\the [src] is already processing something!") return 1 - if(default_deconstruction_screwdriver(user, "processor1", "processor", O)) + if(default_deconstruction_screwdriver(user, "processor_open", "processor", O)) return if(exchange_parts(user, O)) diff --git a/icons/obj/kitchen.dmi b/icons/obj/kitchen.dmi index f0e9a52a559..9f83289c81b 100644 Binary files a/icons/obj/kitchen.dmi and b/icons/obj/kitchen.dmi differ