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"