mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Makes the Oven start closed. Recipe updates will come in a second PR
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
stat = POWEROFF //Starts turned off
|
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(
|
output_options = list(
|
||||||
"Pizza" = /obj/item/weapon/reagent_containers/food/snacks/variable/pizza,
|
"Pizza" = /obj/item/weapon/reagent_containers/food/snacks/variable/pizza,
|
||||||
|
|||||||
Reference in New Issue
Block a user