From 839b9bb4c82d166d4f45368694e42d22a7e6c418 Mon Sep 17 00:00:00 2001 From: Rykka Date: Tue, 21 Jul 2020 19:21:51 -0400 Subject: [PATCH] Makes the Oven start closed. Recipe updates will come in a second PR --- code/modules/food/kitchen/cooking_machines/oven.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food/kitchen/cooking_machines/oven.dm b/code/modules/food/kitchen/cooking_machines/oven.dm index f97ef239529..7f793d0050f 100644 --- a/code/modules/food/kitchen/cooking_machines/oven.dm +++ b/code/modules/food/kitchen/cooking_machines/oven.dm @@ -21,7 +21,7 @@ stat = POWEROFF //Starts turned off - var/open = TRUE + var/open = FALSE // Start closed just so people don't try to preheat with it open, lol. output_options = list( "Pizza" = /obj/item/weapon/reagent_containers/food/snacks/variable/pizza,