From 1ce55f908f5ab0af3dd495cd52cfafe5a7c18fee Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 17 Feb 2024 14:26:36 +0100 Subject: [PATCH] [MIRROR] Makes Bulgogi make Bulgogi instead of Bibimbap (#26541) * Makes Bulgogi make Bulgogi instead of Bibimbap (#81504) A maintainer on the discord told me it looked like I could fix it myself, so I gave it a shot. ## About The Pull Request Fixes #81503. All I did was swap out the name "bibimbap" with "bulgogi_noodles" in the "result" field in the file "code/modules/food_and_drinks/recipes/tablecraft/recipes_martian.dm". Now it should call the right food, since the icon and stats and stuff are all stored under that name! The stats are in code/game/objects/items/food/martian.dm The icon is in icons/obj/food/martian.dm ## Why It's Good For The Game Well, I like to cook stuff, and it peeved me that when I tried to make bulgogi, it made bibimbap instead. I was excited for the little pixely food with the little pixely stats that I wanted, and got one slightly different! Imagine my horror! My fix will solve this problem. ## Changelog :cl: fix: Crafting Bulgogi no longer makes Bibimbap. It instead makes Bulgogi. /:cl: * Makes Bulgogi make Bulgogi instead of Bibimbap --------- Co-authored-by: Roastglue <160211100+Roastglue@users.noreply.github.com> --- .../food_and_drinks/recipes/tablecraft/recipes_martian.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/recipes/tablecraft/recipes_martian.dm b/code/modules/food_and_drinks/recipes/tablecraft/recipes_martian.dm index fb4f29284b8..02bb9ae7bf8 100644 --- a/code/modules/food_and_drinks/recipes/tablecraft/recipes_martian.dm +++ b/code/modules/food_and_drinks/recipes/tablecraft/recipes_martian.dm @@ -168,7 +168,7 @@ /obj/item/food/onion_slice = 1, /datum/reagent/consumable/nutriment/soup/teriyaki = 4, ) - result = /obj/item/food/salad/bibimbap + result = /obj/item/food/salad/bulgogi_noodles category = CAT_MARTIAN /datum/crafting_recipe/food/yakisoba_katsu