[MIRROR] Catering Updates (#12470)

Co-authored-by: Killian <49700375+KillianKirilenko@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-02-28 02:03:24 -05:00
committed by GitHub
co-authored by Killian Cameron Lennox
parent ecf9a9f217
commit f751528af3
19 changed files with 183 additions and 43 deletions
@@ -90,6 +90,29 @@
required_reagents = list(REAGENT_ID_TOMATOJUICE = 2, REAGENT_ID_APPLEJUICE = 1, REAGENT_ID_SUGAR = 1, REAGENT_ID_SPACESPICE = 1)
result_amount = 4
/datum/decl/chemical_reaction/instant/food/mustard
name = REAGENT_MUSTARD
id = REAGENT_ID_MUSTARD
result = REAGENT_ID_MUSTARD
required_reagents = list(REAGENT_ID_MUSTARDPODS = 2, REAGENT_ID_WATER = 2, REAGENT_ID_SODIUMCHLORIDE = 1, REAGENT_ID_HONEY = 1)
result_amount = 4
/datum/decl/chemical_reaction/instant/food/vinegar_apple
name = "apple " + REAGENT_VINEGAR
id = "applevinegar"
result = REAGENT_ID_VINEGAR
required_reagents = list(REAGENT_ID_APPLEJUICE = 2, REAGENT_ID_WATER = 2, REAGENT_ID_SUGAR = 2)
catalysts = list(REAGENT_ID_YEAST = 5)
result_amount = 4
/datum/decl/chemical_reaction/instant/food/vinegar_grape
name = "grape " + REAGENT_VINEGAR
id = "grapevinegar"
result = REAGENT_ID_VINEGAR
required_reagents = list(REAGENT_ID_GRAPEJUICE = 2, REAGENT_ID_WATER = 2, REAGENT_ID_SUGAR = 2)
catalysts = list(REAGENT_ID_YEAST = 5)
result_amount = 4
/datum/decl/chemical_reaction/instant/food/peanutbutter
name = REAGENT_PEANUTBUTTER
id = REAGENT_ID_PEANUTBUTTER
@@ -719,6 +719,19 @@
supply_conversion_value = REFINERYEXPORT_VALUE_COMMON
industrial_use = REFINERYEXPORT_REASON_FOOD
/datum/reagent/mustardpods
name = REAGENT_MUSTARDPODS
id = REAGENT_ID_MUSTARDPODS
description = "Densely-packed seed pods from a mustard plant. Good for making mustard. Not much use for anything else."
taste_description = "sharp, bitter, dry mustard"
reagent_state = SOLID
ingest_met = REM
color = "#B2A00D"
cup_prefix = "mustardy"
wiki_flag = WIKI_FOOD
supply_conversion_value = REFINERYEXPORT_VALUE_COMMON
industrial_use = REFINERYEXPORT_REASON_FOOD
/datum/reagent/enzyme
name = REAGENT_ENZYME
id = REAGENT_ID_ENZYME