Cooking with Konyang (New foods, food upgrades, and food tweaks) (#20570)

-Adds 8 new food dishes, among them 6 Asian/Konyanger from cuisine (Moss
burger, moss big bite burger, sweet chili chicken, crimson lime,
vegetable eggrolls, and meat eggrolls) and 2 other dishes (dodo ikire
and mozzarella sticks)
-Adds sweet chili sauce
-Adds Macarons to the custom foods you can make with the oven
-Waffles and fries now visually change based on specific syrups or
condiments you pour onto them much like pancakes already do.
-Removed the aspect of batter that makes people nauseous after consuming
it because it was breaking a lot of fried foods.
-Rearranges a bit of code so things are in the right category
-Makes produce boxes more likely to have onions and garlic in them since
there are a lot of recipes that require them.

(NOTE: If/when giving feedback please keep in mind my knowledge of code
is very limited, I may not know some terms you refer to, and some of the
code for more advanced mechanics has been copied and edited from other,
pre-existing bits in the code.)

---------

Signed-off-by: tomixcomics <11053204+tomixcomics@users.noreply.github.com>
Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
This commit is contained in:
tomixcomics
2025-03-10 08:08:01 +00:00
committed by GitHub
co-authored by Fluffy
parent 7a7999b58d
commit c2f17a187d
20 changed files with 493 additions and 24 deletions
+1
View File
@@ -504,6 +504,7 @@
/obj/item/reagent_containers/food/condiment/ntella = 1,
/obj/item/reagent_containers/food/condiment/peanut_butter = 1,
/obj/item/reagent_containers/food/condiment/cherry_jelly = 1,
/obj/item/reagent_containers/food/condiment/sweet_chili = 0.8,
/obj/item/reagent_containers/food/condiment/grape_jelly = 0.5
)
+1
View File
@@ -67,6 +67,7 @@
"cacao" = 0.5,
"cherry" = 0.25,
"onion" = 0.5,
"garlic" = 0.5,
"bellpepper" = 0.25
)