From 3e700f4ce953b9723cae8f52220d04cb4a94cfc8 Mon Sep 17 00:00:00 2001 From: klaasjared <86997650+GhostActual@users.noreply.github.com> Date: Tue, 3 Aug 2021 17:57:27 -0400 Subject: [PATCH] Base Commit --- code/modules/food/food/snacks.dm | 4 ---- code/modules/food/recipes_grill.dm | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/code/modules/food/food/snacks.dm b/code/modules/food/food/snacks.dm index dcb1eb5f527..300b8d87f92 100644 --- a/code/modules/food/food/snacks.dm +++ b/code/modules/food/food/snacks.dm @@ -5752,10 +5752,6 @@ center_of_mass = list("x"=16, "y"=11) bitesize = 6 -/obj/item/weapon/reagent_containers/food/snacks/custardbun/Initialize() - . = ..() - reagents.add_reagent("protein", 2) - /obj/item/weapon/reagent_containers/food/snacks/chickenmomo name = "chicken momo" gender = PLURAL diff --git a/code/modules/food/recipes_grill.dm b/code/modules/food/recipes_grill.dm index 4619cf760c2..9a71472d6e8 100644 --- a/code/modules/food/recipes_grill.dm +++ b/code/modules/food/recipes_grill.dm @@ -252,7 +252,7 @@ /datum/recipe/omurice/face appliance = GRILL - reagents = list("rice" = 5, "ketchup" = 5, "sodiumchloride" = 5, "egg" = 3) + reagents = list("rice" = 5, "ketchup" = 5, "sodiumchloride" = 1, "egg" = 3) result = /obj/item/weapon/reagent_containers/food/snacks/omurice/face /datum/recipe/meatsteak