mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 08:27:13 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user