mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user