diff --git a/code/game/machinery/kitchen/processor.dm b/code/game/machinery/kitchen/processor.dm index 92f01384aa..3c396fa9da 100644 --- a/code/game/machinery/kitchen/processor.dm +++ b/code/game/machinery/kitchen/processor.dm @@ -1,4 +1,3 @@ - /obj/machinery/processor name = "Food Processor" icon = 'icons/obj/kitchen.dmi' @@ -43,7 +42,7 @@ */ potato input = /obj/item/weapon/reagent_containers/food/snacks/grown/potato - output = /obj/item/weapon/reagent_containers/food/snacks/fries + output = /obj/item/weapon/reagent_containers/food/snacks/rawsticks carrot input = /obj/item/weapon/reagent_containers/food/snacks/grown/carrot @@ -160,3 +159,4 @@ "You hear the food processor stopping/") +\red The processor is in the process of processing.