From 6dd34565564ae289e23ce0370f0fddbc7fa105cc Mon Sep 17 00:00:00 2001 From: Archie Date: Sun, 27 Jun 2021 17:07:46 -0300 Subject: [PATCH] Fixes synthsteak --- code/modules/food_and_drinks/food/snacks/meat.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/food_and_drinks/food/snacks/meat.dm b/code/modules/food_and_drinks/food/snacks/meat.dm index 8fa96603..c4e63937 100644 --- a/code/modules/food_and_drinks/food/snacks/meat.dm +++ b/code/modules/food_and_drinks/food/snacks/meat.dm @@ -191,7 +191,7 @@ desc = "A synthetic chunk of meat." icon_state = "meatproduct" //growing meat will make it look like a lumpo foodtype = RAW | MEAT //hurr durr chemicals we're harmed in the production of this meat thus its non-vegan. - cooked_type = /obj/item/reagent_containers/food/snacks/meat/steak/meatproduct + cooked_type = /obj/item/reagent_containers/food/snacks/meat/steak/plain/meatproduct /obj/item/reagent_containers/food/snacks/meat/slab/meatproduct name = "meat product" @@ -280,7 +280,7 @@ bitesize = 4 tastes = list("meat" = 1, "wheat" = 1) foodtype = GRAIN - cooked_type = /obj/item/reagent_containers/food/snacks/meat/steak/meatproduct + cooked_type = /obj/item/reagent_containers/food/snacks/meat/steak/plain/meatproduct /obj/item/reagent_containers/food/snacks/meat/slab/gorilla name = "gorilla meat" @@ -340,7 +340,7 @@ /obj/item/reagent_containers/food/snacks/meat/steak/plain foodtype = MEAT -/obj/item/reagent_containers/food/snacks/meat/steak/meatproduct +/obj/item/reagent_containers/food/snacks/meat/steak/plain/meatproduct foodtype = MEAT icon_state = "meatproduct_steak" @@ -497,4 +497,4 @@ /obj/item/reagent_containers/food/snacks/meat/cutlet/chicken name = "chicken cutlet" tastes = list("chicken" = 1) - icon_state = "bird_cutlet_cooked" \ No newline at end of file + icon_state = "bird_cutlet_cooked"