Files
MrSky12 a9f71a34b2 Lavaland lower updates to the candy cave
Added area and light emitters
2023-11-18 18:55:14 +01:00

39 lines
1.1 KiB
Plaintext

//Stuff for the quantum hub
/area/ruin/space/has_grav/powered/quantum_hub
name = "Quantum Pad Hub"
icon_state = "purple"
/obj/item/storage/box/quantum_pad_parts
name = "box of quantum pad parts"
desc = "Contains a all the parts you'd need to make a quantum pad."
icon_state = "syndiebox"
/obj/item/storage/box/quantum_pad_parts/PopulateContents()
new /obj/item/circuitboard/machine/quantumpad(src)
new /obj/item/stack/ore/bluespace_crystal(src)
new /obj/item/stock_parts/capacitor/quadratic(src)
new /obj/item/stock_parts/manipulator/femto(src)
new /obj/item/stack/cable_coil(src, 15)
new /obj/item/stack/sheet/metal/twenty(src)
/area/ruin/unpowered/caloriteshrine
name = "Calorite Shrine"
icon_state = "away"
/area/ruin/powered/snackstore
name = "Snack Store"
icon_state = "away"
/area/ruin/powered/candyland/inside
name = "Candy Land"
icon_state = "away"
/area/ruin/powered/candyland/outside
name = "Candy Land"
icon_state = "away"
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
/area/ruin/powered/candycaveLower/inside
name = "Candy Cave"
icon_state = "away"