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
@@ -55,6 +55,12 @@
new /obj/item/reagent_containers/food/drinks/carton/soymilk(src)
for(var/i = 0, i < 2, i++)
new /obj/item/storage/box/fancy/egg_box(src)
for(var/i = 0, i < 1, i++)
new /obj/item/reagent_containers/food/snacks/spreads/butter(src)
for(var/i = 0, i < 4, i++)
new /obj/random/condiment(src)
for(var/i = 0, i < 2, i++)
new /obj/random/kitchen_staples(src)
/obj/structure/closet/secure_closet/freezer/kitchen
name = "kitchen cabinet"