Decrease food waste (Kitchens spawn with a few extra ingredients) (#18648)

* first commit

woo

* added changelog

* Update aurorastation.dme

* Update code/game/objects/random/misc.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
Signed-off-by: tomixcomics <tomi.lifelesslosers@gmail.com>

* Update code/modules/reagents/reagent_containers/food/condiment.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
Signed-off-by: tomixcomics <tomi.lifelesslosers@gmail.com>

* Update code/game/objects/random/misc.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
Signed-off-by: tomixcomics <tomi.lifelesslosers@gmail.com>

* Update code/modules/reagents/reagent_containers/food/condiment.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
Signed-off-by: tomixcomics <tomi.lifelesslosers@gmail.com>

---------

Signed-off-by: tomixcomics <tomi.lifelesslosers@gmail.com>
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
tomixcomics
2024-03-17 21:55:12 +00:00
committed by GitHub
co-authored by SleepyGemmy
parent d52ed47c0a
commit fddefa054e
14 changed files with 333 additions and 87 deletions
@@ -245,19 +245,19 @@
/obj/item/reagent_containers/glass/bottle/syrup/chocolate
name = "chocolate syrup dispenser"
reagents_to_add = list(/singleton/reagent/drink/syrup_chocolate = 50)
reagents_to_add = list(/singleton/reagent/condiment/syrup_chocolate = 50)
/obj/item/reagent_containers/glass/bottle/syrup/pumpkin
name = "pumpkin spice syrup dispenser"
reagents_to_add = list(/singleton/reagent/drink/syrup_pumpkin = 50)
reagents_to_add = list(/singleton/reagent/condiment/syrup_pumpkin = 50)
/obj/item/reagent_containers/glass/bottle/syrup/vanilla
name = "vanilla syrup dispenser"
reagents_to_add = list(/singleton/reagent/drink/syrup_vanilla = 50)
reagents_to_add = list(/singleton/reagent/condiment/syrup_vanilla = 50)
/obj/item/reagent_containers/glass/bottle/syrup/caramel
name = "caramel syrup dispenser"
reagents_to_add = list(/singleton/reagent/drink/syrup_caramel = 50)
reagents_to_add = list(/singleton/reagent/condiment/syrup_caramel = 50)
/obj/item/reagent_containers/glass/bottle/triglyceride
name = "triglyceride bottle"