From aae897f48f170f1f41703718fb2cabb97bb6bebf Mon Sep 17 00:00:00 2001 From: Jarcolr Date: Fri, 28 Mar 2014 20:55:10 +0200 Subject: [PATCH 1/2] 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. From e3bc3ff64c52916fccfd6eccab2a5687a8864eef Mon Sep 17 00:00:00 2001 From: Jarcolr Date: Fri, 28 Mar 2014 21:14:31 +0200 Subject: [PATCH 2/2] Removed text that came from nowhere..? uhh.. --- code/game/machinery/kitchen/processor.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/machinery/kitchen/processor.dm b/code/game/machinery/kitchen/processor.dm index 3c396fa9da..161dfc01ce 100644 --- a/code/game/machinery/kitchen/processor.dm +++ b/code/game/machinery/kitchen/processor.dm @@ -158,5 +158,3 @@ src.visible_message("\blue \the [src] finished processing.", \ "You hear the food processor stopping/") - -\red The processor is in the process of processing.