mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 09:27:45 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user