## About The Pull Request
Mustard
<img width="230" height="219" alt="image"
src="https://github.com/user-attachments/assets/a433587a-fe8e-4f4e-ae2c-20b15e000152"
/>
<img width="123" height="115" alt="Captura de tela 2026-01-23 122145"
src="https://github.com/user-attachments/assets/fe0de423-2a8e-48cd-abe2-67eed4c9d394"
/>
I don't know how to sprite this is just a resprite of the other
condiment bottles so it may look off and also i can't actually sprite a
mustard plant or anything
Also makes it so chefs can get mustard bottles in the mail
Mustard

Adds ketchup and mustard to the chef ordering console
fuck ketchup
## Why It's Good For The Game
It's been 10 years without mustard please give me mustard
More variety of condiments. more flavor

I think it's an oversight that the mayo bottle is in the chef ordering
console but not ketchup. come on man
## Changelog
🆑
add: Mustard. find it in the produce ordering computer or receive it in
the mail
fix: Adds ketchup to the produce ordering computer
/🆑
This commit is contained in:
EEASAS
2026-01-24 17:57:45 -05:00
committed by GitHub
parent 57cfcad93e
commit 76813c0f8e
5 changed files with 27 additions and 0 deletions
@@ -351,6 +351,15 @@
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED
default_container = /obj/item/reagent_containers/condiment/ketchup
/datum/reagent/consumable/mustard
name = "Mustard"
description = "Spicy, tangy sauce, made from the mustard plant."
nutriment_factor = 5
color = "#ffd129"
taste_description = "mustard"
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED
default_container = /obj/item/reagent_containers/condiment/mustard
/datum/reagent/consumable/capsaicin
name = "Capsaicin Oil"
description = "This is what makes chilis hot."
@@ -329,6 +329,13 @@
list_reagents = list(/datum/reagent/consumable/ketchup = 50)
fill_icon_thresholds = null
/obj/item/reagent_containers/condiment/mustard
name = "mustard"
desc = "A spicy and tangy sauce made out of the mustard plant. Great on hotdogs!"
icon_state = "mustard"
list_reagents = list(/datum/reagent/consumable/mustard = 50)
fill_icon_thresholds = null
/obj/item/reagent_containers/condiment/worcestershire
name = "worcestershire sauce"
desc = "A fermented sauce of legend from old England. Makes almost anything better."