mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Metastation kitchen area redesign and related features, take 2 (#30754)
* Metastation kitchen area redesign and related features, take 2 * reviews
This commit is contained in:
@@ -88,6 +88,7 @@ GLOBAL_LIST_INIT(metal_recipes, list(
|
||||
new /datum/stack_recipe("meatspike frame", /obj/structure/kitchenspike_frame, 5, time = 5 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
|
||||
new /datum/stack_recipe("rack parts", /obj/item/rack_parts),
|
||||
new /datum/stack_recipe("storage shelf", /obj/structure/shelf, 5, time = 2.5 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
|
||||
new /datum/stack_recipe("spice rack", /obj/structure/shelf/spice_rack, 5, time = 2.5 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
|
||||
new /datum/stack_recipe("metal bookcase", /obj/structure/bookcase/metal, 5, time = 2.5 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
|
||||
new /datum/stack_recipe("gun rack", /obj/structure/gunrack, 5, time = 2.5 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
|
||||
new /datum/stack_recipe("reflector frame", /obj/structure/reflector, 5, time = 2.5 SECONDS, one_per_turf = TRUE, on_floor = TRUE),
|
||||
|
||||
@@ -2047,6 +2047,20 @@
|
||||
new /obj/item/kitchen/knife/cheese(src)
|
||||
new /obj/item/kitchen/knife/pizza_cutter(src)
|
||||
|
||||
/obj/item/storage/box/kitchen_moulds
|
||||
name = "kitchen mould kit"
|
||||
desc = "A box of shaped moulds used for candy. Like gummy bears!"
|
||||
|
||||
/obj/item/storage/box/kitchen_moulds/populate_contents()
|
||||
new /obj/item/reagent_containers/cooking/mould/bear(src)
|
||||
new /obj/item/reagent_containers/cooking/mould/worm(src)
|
||||
new /obj/item/reagent_containers/cooking/mould/bean(src)
|
||||
new /obj/item/reagent_containers/cooking/mould/ball(src)
|
||||
new /obj/item/reagent_containers/cooking/mould/cane(src)
|
||||
new /obj/item/reagent_containers/cooking/mould/cash(src)
|
||||
new /obj/item/reagent_containers/cooking/mould/coin(src)
|
||||
new /obj/item/reagent_containers/cooking/mould/loli(src)
|
||||
|
||||
#undef NODESIGN
|
||||
#undef NANOTRASEN
|
||||
#undef SYNDI
|
||||
|
||||
Reference in New Issue
Block a user