From aae897f48f170f1f41703718fb2cabb97bb6bebf Mon Sep 17 00:00:00 2001 From: Jarcolr Date: Fri, 28 Mar 2014 20:55:10 +0200 Subject: [PATCH] Potato in processor doesn't transform into fries anymore What it says on the tin. Fixes issue discussed in #4596. --- code/game/machinery/kitchen/processor.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.