mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user