mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
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:
co-authored by
SleepyGemmy
parent
d52ed47c0a
commit
fddefa054e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user