From 2c97ef6120497ee9d028fd7f22d19bb25afd34cf Mon Sep 17 00:00:00 2001 From: radiantAurora <80002839+radiantAurora@users.noreply.github.com> Date: Tue, 20 Jun 2023 22:53:27 +0100 Subject: [PATCH] Update recipes_fryer.dm --- code/modules/food/recipes_fryer.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/food/recipes_fryer.dm b/code/modules/food/recipes_fryer.dm index 05f88bafd2..e72dc0a579 100644 --- a/code/modules/food/recipes_fryer.dm +++ b/code/modules/food/recipes_fryer.dm @@ -193,7 +193,7 @@ * ) * result = /obj/item/weapon/reagent_containers/food/snacks/generalschicken * -*/datum/recipe/chickenwings +/datum/recipe/chickenwings * appliance = FRYER * reagents = list("capsaicin" = 5, "batter" = 10) * items = list( @@ -203,5 +203,5 @@ * /obj/item/weapon/reagent_containers/food/snacks/meat * ) * result = /obj/item/weapon/storage/box/wings //This is kinda like the donut box. -*//VOREStation Add End -*Chomp remove end */ +//VOREStation Add End +Chomp remove end */