[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
🆑
fix: Crafting Bulgogi no longer makes Bibimbap. It instead makes
Bulgogi.
/🆑

* Makes Bulgogi make Bulgogi instead of Bibimbap

---------

Co-authored-by: Roastglue <160211100+Roastglue@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-02-17 08:26:36 -05:00
committed by GitHub
co-authored by Roastglue
parent 626abc5a8a
commit 1ce55f908f
@@ -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