Idris cafe (#16884)

* freezer, teal decals

* mappin

* a

* cafesign

* a

* coffeemenu

* pumpkinspice

* coffeemenu

* pspice in condi box

* mapping

* a

* a

* a

* takeaway cup

* chocolate syrup

* mappp

* table

* syrup icon

* syrup reagentfillings icon

* takeaway cup volume

* syrup bottles

* freez

* condiment box

* map

* c

* a

* firealarm

* oops

* Update DreamySkrell-idris-cafe-0.yml

* post merge fix?

---------

Co-authored-by: DreamySkrell <>
This commit is contained in:
DreamySkrell
2023-07-30 20:31:18 +02:00
committed by GitHub
parent 56ba391b08
commit cc41bb76fc
13 changed files with 546 additions and 149 deletions
@@ -81,4 +81,15 @@
new /obj/random/spacecash(src)
for(var/i = 0, i < rand(6,9), i++)
new /obj/random/coin(src)
new /obj/random/coin(src)
/obj/structure/closet/secure_closet/freezer/cafe/fill()
..()
for(var/i = 0, i < 6, i++)
new /obj/item/reagent_containers/food/drinks/milk(src)
for(var/i = 0, i < 3, i++)
new /obj/item/storage/box/fancy/egg_box(src)
new /obj/item/reagent_containers/food/condiment/flour(src)
for(var/i = 0, i < 2, i++)
new /obj/item/reagent_containers/food/drinks/soymilk(src)
new /obj/item/reagent_containers/food/condiment/sugar(src)