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
@@ -1177,4 +1177,27 @@
desc = "A box full of high-capacity power cells."
starts_with = list(
/obj/item/cell/high = 3
)
)
/obj/item/storage/box/condiment
name = "condiment box"
desc = "A large box of condiments, syrups, flavorings."
icon_state = "largebox"
illustration = "condiment"
starts_with = list(
/obj/item/reagent_containers/food/condiment/enzyme = 1,
/obj/item/reagent_containers/food/condiment/shaker/peppermill = 2,
/obj/item/reagent_containers/food/condiment/shaker/salt = 2,
/obj/item/reagent_containers/food/condiment/shaker/spacespice = 2,
/obj/item/reagent_containers/food/condiment/shaker/sprinkles = 1,
/obj/item/reagent_containers/food/condiment/sugar = 1,
/obj/item/reagent_containers/food/condiment/shaker/pumpkinspice = 1,
/obj/item/reagent_containers/glass/bottle/syrup/chocolate = 1,
/obj/item/reagent_containers/glass/bottle/syrup/pumpkin = 1,
/obj/item/reagent_containers/glass/bottle/syrup/vanilla = 1,
/obj/item/reagent_containers/glass/bottle/syrup/caramel = 1,
)
/obj/item/storage/box/produce/fill()
. = ..()
make_exact_fit()