Files
Bubberstation/code/modules/food_and_drinks
1ce55f908f [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>
2024-02-17 08:26:36 -05:00
..