diff --git a/code/datums/supplypacks/supply.dm b/code/datums/supplypacks/supply.dm index 465816a276..d80f7d1bc4 100644 --- a/code/datums/supplypacks/supply.dm +++ b/code/datums/supplypacks/supply.dm @@ -178,7 +178,7 @@ ) cost=25 containertype = /obj/structure/closet/crate/secure/xion - containername = "Explore equipment" //CHOMP explo keep + containername = "Explorer equipment" //CHOMP explo keep access = access_explorer //CHOMP explo keep /datum/supply_pack/pilotgear diff --git a/code/datums/supplypacks/voidsuits_vr.dm b/code/datums/supplypacks/voidsuits_vr.dm index 224cda3ab3..37cd0563c4 100644 --- a/code/datums/supplypacks/voidsuits_vr.dm +++ b/code/datums/supplypacks/voidsuits_vr.dm @@ -105,11 +105,11 @@ ) cost = 150 containertype = /obj/structure/closet/crate/secure - name = "Solgov exploration voidsuit crate" //CHOMP explo keep + name = "Solgov exploration voidsuit crate" //CHOMP explo keep access = access_explorer //CHOMP explo keep - -/datum/supply_pack/voidsuits/solgov_engineer - name = "Solgov engineering voidsuit" + +/datum/supply_pack/voidsuits/solgov_engineer //CHOMP explo keep + name = "Solgov engineering voidsuit" //CHOMP explo keep contains = list( /obj/item/clothing/suit/space/void/engineering/alt2, /obj/item/clothing/head/helmet/space/void/engineering/alt2 @@ -140,5 +140,5 @@ containertype = /obj/structure/closet/crate/secure name = "Solgov captain voidsuit crate" access = access_captain - + // CHOMPStation EDIT End diff --git a/maps/groundbase/gb-z3.dmm b/maps/groundbase/gb-z3.dmm index f94f8aaa56..abb227d481 100644 --- a/maps/groundbase/gb-z3.dmm +++ b/maps/groundbase/gb-z3.dmm @@ -1 +1 @@ -lol byeeeeeeeeeeeee \ No newline at end of file +eeeeeeee \ No newline at end of file diff --git a/maps/groundbase/groundbase_telecomms.dm b/maps/groundbase/groundbase_telecomms.dm index d9b5419e0a..192c976ba3 100644 --- a/maps/groundbase/groundbase_telecomms.dm +++ b/maps/groundbase/groundbase_telecomms.dm @@ -1,97 +1 @@ -// ### Preset machines ### - - -// #### Relays #### -// Telecomms doesn't know about connected z-levels, so we need relays even for the other surface levels. -/obj/machinery/telecomms/relay/preset/station - id = "groundbase Relay" - autolinkers = list("groundbase_relay") - -// #### Hub #### -/obj/machinery/telecomms/hub/preset/groundbase - id = "Hub" - network = "tcommsat" - autolinkers = list("hub", - "groundbase_relay", "c_relay", "m_relay", "r_relay", - "science", "medical", "supply", "service", "common", "command", "engineering", "security", "Away Team", "unused", - "hb_relay", "receiverA", "broadcasterA" - ) - -/obj/machinery/telecomms/receiver/preset_right/groundbase - id = "groundbase_rx" - freq_listening = list(AI_FREQ, SCI_FREQ, MED_FREQ, SUP_FREQ, SRV_FREQ, COMM_FREQ, ENG_FREQ, SEC_FREQ, ENT_FREQ, EXP_FREQ) - -/obj/machinery/telecomms/broadcaster/preset_right/groundbase - id = "groundbase_tx" - -/obj/machinery/telecomms/bus/preset_two/groundbase - freq_listening = list(SUP_FREQ, SRV_FREQ, EXP_FREQ) - -/obj/machinery/telecomms/server/presets/service/groundbase - freq_listening = list(SRV_FREQ, EXP_FREQ) - autolinkers = list("service", "Away Team") - -// Telecommunications Satellite -/area/groundbase/command/tcomms - name = "\improper Telecomms" - ambience = list('sound/ambience/ambisin2.ogg', 'sound/ambience/signal.ogg', 'sound/ambience/signal.ogg') - -/area/groundbase/command/tcomms/entrance - name = "\improper Telecomms Teleporter" - -/area/groundbase/command/tcomms/foyer - name = "\improper Telecomms Foyer" - -/area/groundbase/command/tcomms/storage - name = "\improper Telecomms Storage" - -/area/groundbase/command/tcomms/computer - name = "\improper Telecomms Control Room" - -/area/groundbase/command/tcomms/chamber - name = "\improper Telecomms Central Compartment" - flags = BLUE_SHIELDED - -/area/maintenance/substation/tcomms - name = "\improper Telecomms Substation" - -/area/maintenance/station/tcomms - name = "\improper Telecoms Maintenance" - -/datum/map/groundbase/default_internal_channels() - return list( - num2text(PUB_FREQ) = list(), - num2text(AI_FREQ) = list(access_synth), - num2text(ENT_FREQ) = list(), - num2text(ERT_FREQ) = list(access_cent_specops), - num2text(COMM_FREQ)= list(access_heads), - num2text(ENG_FREQ) = list(access_engine_equip, access_atmospherics), - num2text(MED_FREQ) = list(access_medical_equip), - num2text(MED_I_FREQ)=list(access_medical_equip), - num2text(SEC_FREQ) = list(access_security), - num2text(SEC_I_FREQ)=list(access_security), - num2text(SCI_FREQ) = list(access_tox,access_robotics,access_xenobiology), - num2text(SUP_FREQ) = list(access_cargo), - num2text(SRV_FREQ) = list(access_janitor, access_hydroponics), - num2text(EXP_FREQ) = list(access_awayteam) - ) - -/obj/item/device/multitool/groundbase_buffered - name = "pre-linked multitool (Rascal's Pass hub)" - desc = "This multitool has already been linked to the groundbase telecomms hub and can be used to configure one (1) relay." - -/obj/item/device/multitool/groundbase_buffered/Initialize() - . = ..() - buffer = locate(/obj/machinery/telecomms/hub/preset/groundbase) - -/obj/item/device/bluespaceradio/groundbase_prelinked -<<<<<<< HEAD - name = "bluespace radio (Stellar Delight)" -======= - name = "bluespace radio (Rascal's Pass)" ->>>>>>> 244095be9e... Merge pull request #14220 from Very-Soft/removeexplo - handset = /obj/item/device/radio/bluespacehandset/linked/groundbase_prelinked - -/obj/item/device/radio/bluespacehandset/linked/groundbase_prelinked - bs_tx_preload_id = "groundbase_rx" //Transmit to a receiver - bs_rx_preload_id = "groundbase_tx" //Recveive from a transmitter +idgaf \ No newline at end of file diff --git a/maps/offmap_vr/talon/talon_v2.dmm b/maps/offmap_vr/talon/talon_v2.dmm index 02291ceeea..2de130208f 100644 --- a/maps/offmap_vr/talon/talon_v2.dmm +++ b/maps/offmap_vr/talon/talon_v2.dmm @@ -2,6 +2,14 @@ "aa" = ( /turf/space, /area/space) +"ab" = ( +/obj/structure/dogbed, +/mob/living/simple_mob/animal/passive/dog/corgi/puppy{ + desc = "That's Hendrickson, warden of the Talon's brig. No schemes can escape the watchful gleam of this corgi's deep, dark eyes."; + name = "Hendrickson" + }, +/turf/simulated/floor/tiled/techfloor, +/area/talon_v2/brig) "ac" = ( /obj/machinery/computer/ship/helm{ req_one_access = list(301) @@ -59,6 +67,11 @@ }, /turf/simulated/floor/tiled/white, /area/talon_v2/medical) +"ai" = ( +/obj/structure/table/rack/steel, +/obj/item/clothing/under/syndicate/combat, +/turf/simulated/floor/tiled/techfloor, +/area/talon_v2/armory) "aj" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/cable/green{ @@ -356,6 +369,14 @@ /obj/random/maintenance/engineering, /turf/simulated/floor/plating, /area/talon_v2/engineering/star_store) +"aM" = ( +/obj/structure/table/rack/steel, +/obj/item/clothing/shoes/magboots, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/talon_v2/armory) "aN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -460,6 +481,24 @@ /obj/effect/floor_decal/industrial/outline/red, /turf/simulated/floor/tiled/techfloor, /area/shuttle/talonboat) +"aX" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/weapon/cell/device/weapon{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/weapon/cell/device/weapon, +/obj/item/clothing/accessory/holster/waist, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/talon_v2/armory) +"aY" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/weapon/gun/energy/netgun, +/turf/simulated/floor/tiled/techfloor, +/area/talon_v2/armory) "aZ" = ( /obj/machinery/shipsensors{ dir = 1 @@ -479,6 +518,18 @@ }, /turf/simulated/floor/tiled/techfloor, /area/talon_v2/maintenance/wing_port) +"bb" = ( +/obj/machinery/alarm/talon{ + dir = 1; + pixel_y = -25 + }, +/obj/structure/table/rack/steel, +/obj/item/device/spaceflare, +/obj/machinery/camera/network/talon{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/talon_v2/armory) "bc" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -506,6 +557,20 @@ }, /turf/simulated/wall/shull, /area/talon_v2/ofd_ops) +"be" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/weapon/cell/device/weapon{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/weapon/cell/device/weapon, +/obj/item/clothing/accessory/holster/waist, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -26 + }, +/turf/simulated/floor/tiled/techfloor, +/area/talon_v2/armory) "bf" = ( /obj/structure/railing/grey, /obj/machinery/light{ @@ -555,6 +620,11 @@ /obj/structure/closet/walllocker_double/hydrant/south, /turf/simulated/floor/plating, /area/talon_v2/engineering/atmospherics) +"bj" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/weapon/gun/energy/gun, +/turf/simulated/floor/tiled/techfloor, +/area/talon_v2/armory) "bn" = ( /obj/structure/hull_corner{ dir = 4 @@ -5809,21 +5879,6 @@ /obj/structure/catwalk, /turf/simulated/floor/plating, /area/talon_v2/engineering/atmospherics) -"sv" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/gun/energy/netgun, -/obj/item/weapon/cell/device/weapon{ - pixel_x = -5; - pixel_y = 2 - }, -/obj/item/weapon/cell/device/weapon{ - pixel_x = -5; - pixel_y = 2 - }, -/obj/item/weapon/cell/device/weapon, -/obj/item/clothing/accessory/holster/waist, -/turf/simulated/floor/tiled/techfloor, -/area/talon_v2/armory) "sw" = ( /obj/machinery/light_switch{ dir = 8; @@ -7617,16 +7672,6 @@ }, /turf/simulated/floor/plating, /area/talon_v2/engineering) -"yq" = ( -/obj/structure/table/rack/steel, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/syndicate/black, -/obj/item/clothing/head/helmet/space/syndicate/black, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/talon_v2/armory) "yr" = ( /obj/effect/overmap/visitable/ship/talon, /turf/space, @@ -8062,11 +8107,6 @@ /obj/machinery/light, /turf/simulated/floor/tiled/techmaint, /area/talon_v2/central_hallway/port) -"zL" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/gun/energy/locked/frontier/holdout/unlocked, -/turf/simulated/floor/tiled/techfloor, -/area/talon_v2/armory) "zM" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/machinery/portable_atmospherics/canister/empty, @@ -9175,21 +9215,6 @@ /obj/machinery/atmospherics/pipe/manifold/visible/yellow, /turf/simulated/floor/plating, /area/talon_v2/engineering/starboard) -"Ef" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/gun/energy/gun/burst, -/obj/item/weapon/cell/device/weapon{ - pixel_x = -5; - pixel_y = 2 - }, -/obj/item/weapon/cell/device/weapon, -/obj/item/clothing/accessory/holster/waist, -/obj/machinery/light_switch{ - dir = 1; - pixel_y = -26 - }, -/turf/simulated/floor/tiled/techfloor, -/area/talon_v2/armory) "Ei" = ( /obj/machinery/door/airlock/mining{ id_tag = "talon_minerdoor"; @@ -9472,15 +9497,6 @@ }, /turf/simulated/floor/tiled/techfloor, /area/talon_v2/bridge) -"EV" = ( -/obj/structure/table/rack/steel, -/obj/item/clothing/shoes/leg_guard/combat, -/obj/item/clothing/gloves/arm_guard/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/suit/armor/combat, -/obj/item/clothing/head/helmet/combat, -/turf/simulated/floor/tiled/techfloor, -/area/talon_v2/armory) "EX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -10548,22 +10564,6 @@ }, /turf/simulated/floor/tiled/techmaint, /area/talon_v2/central_hallway/star) -"HV" = ( -/obj/machinery/alarm/talon{ - dir = 1; - pixel_y = -25 - }, -/obj/structure/table/rack/steel, -/obj/item/weapon/grenade/spawnergrenade/manhacks/mercenary{ - pixel_x = -5; - pixel_y = 4 - }, -/obj/item/device/spaceflare, -/obj/machinery/camera/network/talon{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/talon_v2/armory) "HW" = ( /obj/machinery/door/firedoor/glass/talon, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -12693,20 +12693,6 @@ }, /turf/simulated/floor/tiled/techmaint, /area/talon_v2/refining) -"Oi" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/gun/energy/netgun, -/obj/item/weapon/cell/device/weapon{ - pixel_x = -5; - pixel_y = 2 - }, -/obj/item/weapon/cell/device/weapon, -/obj/item/clothing/accessory/holster/waist, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/talon_v2/armory) "Oj" = ( /turf/simulated/wall/shull, /area/talon_v2/armory) @@ -13914,11 +13900,6 @@ }, /turf/simulated/floor/wood, /area/talon_v2/crew_quarters/meditation) -"Sa" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/gun/energy/gun, -/turf/simulated/floor/tiled/techfloor, -/area/talon_v2/armory) "Sb" = ( /obj/structure/bed/chair/wood, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -14987,12 +14968,6 @@ }, /turf/simulated/floor/reinforced/airless, /area/space) -"Vv" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/clothing/accessory/holster/machete, -/obj/item/weapon/material/knife/machete, -/turf/simulated/floor/tiled/techfloor, -/area/talon_v2/armory) "Vw" = ( /obj/structure/cable/green{ d1 = 1; @@ -15949,14 +15924,6 @@ "Yu" = ( /turf/simulated/wall/rshull, /area/talon_v2/maintenance/wing_port) -"Yv" = ( -/mob/living/simple_mob/animal/passive/dog/corgi/puppy{ - desc = "That's Hendrickson, warden of the Talon's brig. No schemes can escape the watchful gleam of this corgi's deep, dark eyes."; - name = "Hendrickson" - }, -/obj/structure/dogbed, -/turf/simulated/floor/tiled/techfloor, -/area/talon_v2/brig) "Yw" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -24250,7 +24217,7 @@ Si Oj PC OP -Vv +Qu OP Qu Zc @@ -24658,7 +24625,7 @@ XQ Xm db qm -Yv +ab rq tA uF @@ -24674,11 +24641,11 @@ NW Rp Si Nh -EV +ai OP -yq +aM OP -HV +bb Zc ZB Jv @@ -24958,11 +24925,11 @@ NW Rp Si Nh -sv +Qu OP -Oi +aX OP -Ef +be Zc BI Ds @@ -25100,11 +25067,11 @@ Dd Ew eS Oj -zL +Qu SN -zL +aY XW -Sa +bj Zc WY Ds diff --git a/maps/stellar_delight/stellar_delight1.dmm b/maps/stellar_delight/stellar_delight1.dmm index 6f145a101a..54299a48fb 100644 --- a/maps/stellar_delight/stellar_delight1.dmm +++ b/maps/stellar_delight/stellar_delight1.dmm @@ -1,44419 +1 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ab" = ( -/obj/structure/cable/pink{ - icon_state = "2-4" - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_processing) -"ac" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/power/apc/angled{ - cell_type = /obj/item/weapon/cell/super; - dir = 1; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"ad" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"ae" = ( -/obj/structure/closet/secure_closet/security, -/obj/item/device/holowarrant, -/obj/item/clothing/accessory/badge/holo/cord, -/obj/item/clothing/accessory/badge/holo/cord, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/red, -/obj/item/device/ticket_printer, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"ag" = ( -/obj/structure/cable/pink{ - icon_state = "1-4" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"ah" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"ai" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/structure/table/rack, -/obj/random/maintenance, -/obj/random/maintenance/clean, -/obj/random/maintenance/security, -/obj/random/maintenance/research, -/obj/random/contraband, -/obj/structure/cable/pink, -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"aj" = ( -/obj/structure/table/woodentable, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm8) -"ak" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/orange, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block) -"am" = ( -/obj/machinery/door/firedoor/glass/hidden/steel{ - dir = 2 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"an" = ( -/turf/simulated/wall/bay/white, -/area/stellardelight/deck1/aft) -"ao" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"ap" = ( -/obj/structure/cable/pink{ - icon_state = "2-4" - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"aq" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/wall/bay/r_wall/red, -/area/security/armoury) -"ar" = ( -/obj/structure/filingcabinet/chestdrawer{ - desc = "A large drawer filled with autopsy reports."; - name = "Autopsy Reports" - }, -/obj/machinery/firealarm/angled, -/turf/simulated/floor/tiled/techfloor, -/area/medical/morgue) -"as" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"at" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"au" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"aw" = ( -/obj/structure/stairs/spawner/north, -/obj/structure/railing/grey{ - dir = 8 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"ax" = ( -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 5 - }, -/obj/machinery/shower{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"ay" = ( -<<<<<<< HEAD -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/pathfinder) -======= -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/table/standard, -/obj/item/device/multitool/sd_buffered{ - pixel_y = 2 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"az" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) ->>>>>>> 244095be9e... Merge pull request #14220 from Very-Soft/removeexplo -"aA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"aB" = ( -/obj/structure/table/standard, -/obj/machinery/cell_charger, -/obj/machinery/power/apc/angled{ - dir = 8 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/assembly/robotics) -"aC" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"aD" = ( -/turf/simulated/wall/bay/purple, -/area/assembly/robotics) -"aE" = ( -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/starboard) -"aF" = ( -/obj/structure/closet/bombcloset/double, -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 29 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 38 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 20 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"aG" = ( -/obj/structure/bookcase{ - name = "bookcase (Religious)" - }, -/obj/item/weapon/book/bundle/custom_library/religious/zoroastrianism, -/obj/item/weapon/book/custom_library/religious/feastofkubera, -/obj/item/weapon/book/custom_library/religious/storyoflordganesha, -/obj/item/weapon/book/custom_library/religious/sungoddessofkorea, -/obj/item/weapon/book/custom_library/religious/wayofbleedingswan, -/turf/simulated/floor/wood, -/area/library) -"aH" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/blast/angled{ - dir = 4; - id = "GatewayShutterE" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/gateway) -"aI" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"aJ" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/camera/network/command{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"aK" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"aL" = ( -/obj/machinery/camera/network/research/xenobio{ - dir = 5; - network = list("Xenobiology") - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"aM" = ( -/turf/simulated/wall/bay/purple, -/area/rnd/workshop) -"aN" = ( -/obj/structure/sign/directions/evac{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"aO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"aP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"aQ" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/starboard) -"aR" = ( -/obj/structure/table/glass, -/obj/item/weapon/paper_bin, -/obj/item/weapon/pen, -/obj/item/weapon/clipboard, -/obj/item/weapon/folder/white, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/exam_room) -"aS" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/security/security_equiptment_storage) -"aU" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"aV" = ( -/obj/machinery/alarm/angled{ - dir = 4 - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"aW" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"aX" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/emerald/corner, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"aY" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "securitylockdown" - }, -/obj/machinery/door/window/brigdoor/eastright{ - dir = 2 - }, -/obj/effect/floor_decal/milspec/color/red, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"aZ" = ( -/obj/machinery/embedded_controller/radio/airlock/access_controller{ - dir = 8; - id_tag = "xenobio_airlock_control"; - name = "Xenobiology Access Console"; - pixel_x = 24; - tag_exterior_door = "xenobio_airlock_exterior"; - tag_interior_door = "xenobio_airlock_interior" - }, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/xenobiology) -"ba" = ( -/obj/item/modular_computer/console/preset/civilian, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/stellardelight/deck1/exploshuttle) -"bb" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/botany/editor, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"bc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"bd" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 9 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"be" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/access_button{ - command = "cycle_interior"; - dir = 8; - frequency = 1379; - master_tag = "xenobio_airlock_control"; - name = "Xenobiology Access Button"; - pixel_y = -32; - req_access = null; - req_one_access = list(47,55) - }, -/obj/machinery/door/airlock/angled_bay/standard/color{ - autoclose = 0; - dir = 4; - door_color = "#ffffff"; - fill_color = "#ead9ff"; - frequency = 1379; - id_tag = "xenobio_airlock_interior"; - locked = 1; - name = "Xenobiology Lab"; - req_access = list(47,55); - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/rnd/xenobiology) -"bf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/light/floortube{ - dir = 4; - pixel_x = 6 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/medical/virology) -"bg" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/disposal/wall/cleaner{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"bh" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/alarm/angled, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"bi" = ( -/turf/simulated/wall/bay/r_wall/brown, -/area/stellardelight/deck1/dorms/dorm1) -"bj" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/rnd/xenobiology/xenoflora) -"bk" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/prison/cell_block/C) -"bl" = ( -/turf/simulated/wall/bay/steel, -/area/maintenance/stellardelight/substation/civilian) -"bm" = ( -/obj/structure/bed/chair/office/dark, -/obj/effect/landmark/start/warden, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"bn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"bo" = ( -/obj/structure/shuttle/engine/propulsion, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/exploshuttle) -"bq" = ( -/obj/structure/table/bench/steel, -/obj/effect/landmark/start/security, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"br" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#9c9c9c"; - fill_color = "#5c5c5c"; - id_tag = "dorm1"; - name = "Room 1"; - stripe_color = "#89bd66" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/dorms/dorm1) -"bs" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/port) -"bt" = ( -/obj/structure/table/woodentable, -/obj/machinery/light/small, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm3) -"bu" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/sign/painting/public{ - pixel_x = -30 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"bv" = ( -/obj/item/weapon/soap/nanotrasen, -/obj/item/weapon/soap/nanotrasen, -/obj/item/weapon/soap/nanotrasen, -/obj/item/weapon/grenade/chem_grenade/cleaner, -/obj/item/weapon/grenade/chem_grenade/cleaner, -/obj/item/weapon/grenade/chem_grenade/cleaner, -/obj/item/weapon/reagent_containers/spray/cleaner, -/obj/item/weapon/reagent_containers/spray/cleaner, -/obj/item/weapon/reagent_containers/spray/cleaner, -/obj/structure/table/steel, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/wall{ - dir = 1 - }, -/obj/item/weapon/storage/bag/trash, -/obj/item/weapon/storage/bag/trash, -/obj/item/weapon/storage/bag/trash, -/obj/item/weapon/storage/bag/trash, -/obj/item/weapon/storage/bag/trash, -/turf/simulated/floor/tiled/monotile, -/area/janitor) -"bw" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/catwalk_plated/dark, -/obj/effect/landmark{ - name = "vinestart" - }, -/turf/simulated/floor, -/area/stellardelight/deck1/port) -"bx" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"by" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-4" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"bz" = ( -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"bA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/wood, -/area/library) -"bB" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"bD" = ( -/obj/structure/lattice, -/turf/space, -/area/space) -"bE" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"bF" = ( -/obj/structure/bed/chair/sofa/pew/right{ - dir = 1 - }, -/obj/structure/sign/painting/chapel_secure{ - pixel_y = -32 - }, -/obj/effect/landmark/start/visitor, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"bG" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"bH" = ( -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"bI" = ( -/obj/effect/floor_decal/borderfloorblack/full, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/machinery/flasher/portable, -/obj/machinery/camera/network/security{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"bJ" = ( -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/angled{ - dir = 1; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/random/soap, -/obj/random/soap, -/obj/item/weapon/towel/random, -/obj/item/weapon/towel/random, -/obj/item/clothing/under/bathrobe, -/obj/item/clothing/under/bathrobe, -/obj/structure/table/standard, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"bK" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/wall{ - dir = 4; - pixel_x = -24; - plane = -34 - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"bL" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"bM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"bN" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchhall) -"bO" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/mouse_hole_spawner{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"bP" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchequip) -"bQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"bR" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/camera/network/halls, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"bS" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"bT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/techfloor, -/area/medical/morgue) -"bU" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/curtain/black{ - anchored = 1 - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/stellardelight/deck1/dorms/dorm7) -"bV" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"bW" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/bluegrid, -/area/assembly/robotics) -"bX" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/red/corner, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"bY" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/stellardelight/deck1/exploshuttle) -"bZ" = ( -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/civilian) -"cb" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"cd" = ( -/obj/machinery/camera/network/halls{ - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"ce" = ( -/obj/machinery/computer/ship/navigation/telescreen{ - pixel_x = 32 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"cf" = ( -/obj/structure/table/steel, -/obj/item/weapon/surgical/scalpel, -/obj/item/weapon/autopsy_scanner, -/obj/item/weapon/surgical/cautery, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/camera/network/medbay{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/medical/morgue) -"cg" = ( -/obj/machinery/photocopier, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"ch" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/lino, -/area/chapel/office) -"ci" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled/dark, -/area/stellardelight/deck1/resleeving) -"cj" = ( -/obj/machinery/button/remote/blast_door{ - dir = 1; - id = "xenobiopen3"; - name = "Pen 3 Containment"; - pixel_x = -30; - pixel_y = 8; - req_access = list(55) - }, -/obj/machinery/button/remote/blast_door{ - id = "xenobiopen5"; - name = "Pen 5 Containment"; - pixel_x = -31; - pixel_y = -8; - req_access = list(55) - }, -/obj/machinery/button/remote/blast_door{ - dir = 8; - id = "xenobiodiv3"; - name = "Divider 3 Blast Doors"; - pixel_x = -39; - req_access = list(55) - }, -/obj/machinery/light/floortube{ - dir = 8; - pixel_x = -6 - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"ck" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/sign/directions/evac{ - dir = 8; - pixel_y = 32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"cl" = ( -/obj/structure/table/woodentable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/starboard) -"cm" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/forensics/sample_kit, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"cn" = ( -/obj/machinery/light/floortube{ - dir = 8; - pixel_x = -6 - }, -/obj/machinery/light/floortube{ - dir = 4; - pixel_x = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"co" = ( -/obj/machinery/vending/fitness, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/starboard) -"cp" = ( -/obj/machinery/shower{ - dir = 1 - }, -/obj/structure/curtain/open/shower/medical, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/stellardelight/deck1/resleeving) -"cq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/button/remote/blast_door{ - dir = 4; - id = "researchwindowlockdown"; - name = "Window Lockdown"; - pixel_x = -24 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchhall) -"cr" = ( -/obj/structure/cable/pink{ - icon_state = "1-4" - }, -/obj/structure/table/rack, -/obj/random/maintenance, -/obj/random/maintenance/clean, -/obj/random/maintenance/security, -/obj/random/maintenance/research, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"cs" = ( -/obj/structure/table/rack, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/void/medical/emt, -/obj/item/clothing/suit/space/void/medical/emt, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space/void/medical/emt, -/obj/item/clothing/head/helmet/space/void/medical/emt, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/angled{ - dir = 1; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"ct" = ( -/obj/structure/closet/secure_closet/pilot, -/obj/machinery/firealarm/angled, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"cu" = ( -/obj/machinery/shower{ - pixel_y = 15 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"cv" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/effect/landmark/start/scientist, -/turf/simulated/floor/tiled/dark, -/area/rnd/research) -"cw" = ( -/obj/structure/reagent_dispensers/acid{ - pixel_x = 32 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"cy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/firealarm/angled, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"cA" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/firealarm/angled, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"cB" = ( -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"cC" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/atmospherics) -"cD" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"cE" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_processing) -"cF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"cG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"cI" = ( -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 6 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"cJ" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#9c9c9c"; - fill_color = "#5c5c5c"; - id_tag = "dorm2"; - name = "Room 2"; - stripe_color = "#89bd66" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/dorms/dorm2) -"cK" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"cM" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/gunbox{ - pixel_y = 6 - }, -/obj/item/gunbox{ - pixel_y = -3 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"cN" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"cO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"cP" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 1 - }, -/mob/living/simple_mob/vore/fennec/bridgette, -/obj/machinery/newscaster/security_unit{ - pixel_y = 28 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"cQ" = ( -/obj/machinery/mineral/unloading_machine, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"cS" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"cT" = ( -/obj/machinery/smartfridge/drying_rack, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"cU" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/landmark{ - name = "vinestart" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"cV" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-4" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"cW" = ( -/obj/effect/floor_decal/chapel{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"cX" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/researchserver) -"cY" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - door_color = "#8c1d11"; - name = "Forensics Lab"; - req_access = list(4); - stripe_color = "#d27428" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/detectives_office) -"cZ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/machinery/vending/cigarette, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"da" = ( -/obj/structure/bed/chair/comfy/black, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm4) -"db" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"dc" = ( -/obj/structure/table/woodentable, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm4) -"dd" = ( -/obj/item/device/radio/intercom/department/medbay{ - dir = 8; - pixel_x = -24 - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/exam_room) -"de" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchequip) -"df" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"dg" = ( -/obj/machinery/button/remote/blast_door{ - dir = 1; - id = "xenobiopen2"; - name = "Pen 2 Containment"; - pixel_x = 30; - pixel_y = 8; - req_access = list(55) - }, -/obj/machinery/button/remote/blast_door{ - id = "xenobiopen4"; - name = "Pen 4 Containment"; - pixel_x = 29; - pixel_y = -8; - req_access = list(55) - }, -/obj/machinery/button/remote/blast_door{ - dir = 4; - id = "xenobiodiv2"; - name = "Divider 2 Blast Doors"; - pixel_x = 38; - pixel_y = -1; - req_access = list(55) - }, -/obj/machinery/light/floortube{ - dir = 4; - pixel_x = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"dh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/C) -"di" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"dj" = ( -/obj/structure/table/woodentable, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/starboard) -"dk" = ( -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-4" - }, -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"dl" = ( -/turf/simulated/wall/bay/brown, -/area/stellardelight/deck1/mining) -"dm" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 32 - }, -/obj/effect/floor_decal/milspec/color/red/half, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"dn" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"do" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "miningops" - }, -/obj/machinery/mineral/input, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"dp" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"dq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/button/remote/airlock{ - desc = "A remote control switch for the medbay foyer."; - dir = 4; - id = "recoveryexit"; - name = "Door Control"; - pixel_x = -27; - pixel_y = 25 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"dr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"dt" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/firealarm/angled{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/red/half, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"du" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/researchserver) -"dv" = ( -/obj/structure/closet/walllocker_double/east, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm2) -"dw" = ( -/obj/structure/railing/grey{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/structure/cable/white{ - icon_state = "16-0" - }, -/obj/structure/stairs/spawner/north, -/turf/simulated/floor, -/area/stellardelight/deck1/lowermed) -"dx" = ( -/obj/structure/bookcase{ - name = "bookcase (Adult)" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/sign/painting/library_secure{ - pixel_x = 30 - }, -/turf/simulated/floor/wood, -/area/library) -"dy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/medical) -"dA" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"dB" = ( -/obj/structure/sign/painting/library_secure{ - pixel_x = 30 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"dD" = ( -/obj/structure/table/rack/shelf/steel, -/obj/machinery/atmospherics/pipe/simple/hidden/purple, -/obj/effect/floor_decal/milspec/color/black, -/obj/item/ammo_magazine/ammo_box/b12g/pellet{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/ammo_magazine/ammo_box/b12g/pellet{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/item/ammo_magazine/ammo_box/b12g/pellet{ - pixel_x = -5; - pixel_y = 7 - }, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"dF" = ( -/obj/machinery/computer/security/xenobio, -/obj/machinery/alarm/angled, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"dG" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"dH" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"dI" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"dJ" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"dK" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/double/glass{ - dir = 8; - name = "Library"; - stripe_color = "#3b3b3b" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/library) -"dL" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"dN" = ( -/obj/structure/closet/secure_closet/hydroponics/sci{ - req_access = list(77) - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/camera/network/research{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchhall) -"dO" = ( -/obj/machinery/mineral/input, -/obj/effect/floor_decal/industrial/loading{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"dP" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/effect/mouse_hole_spawner{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"dQ" = ( -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"dR" = ( -/obj/machinery/power/apc/angled{ - dir = 8 - }, -/obj/structure/cable/pink{ - icon_state = "0-4" - }, -/obj/machinery/camera/network/security, -/obj/machinery/computer/arcade, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block) -"dS" = ( -/obj/structure/table/rack, -/obj/random/maintenance, -/obj/random/maintenance/clean, -/obj/random/maintenance/security, -/obj/random/pouch, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"dT" = ( -/obj/structure/cable/pink{ - icon_state = "2-8" - }, -/obj/structure/table/bench/standard, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block) -"dU" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass/talon, -/obj/machinery/door/blast/regular/open{ - id = "talon_boat_cockpit" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/stellardelight/deck1/miningshuttle) -"dV" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/clothing/mask/gas{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_equiptment_storage) -"dW" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/table/reinforced, -/obj/machinery/door/blast/angled_shutter/open{ - dir = 4; - id = "dontlooktmyrobotpenis"; - name = "Privacy Shutters" - }, -/obj/machinery/door/window/brigdoor/westright{ - dir = 4; - name = "Robotics Desk"; - req_access = list(7); - req_one_access = list(47) - }, -/turf/simulated/floor/tiled/monotile, -/area/assembly/robotics) -"dY" = ( -/obj/machinery/mineral/processing_unit, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"dZ" = ( -/obj/structure/table/standard, -/obj/item/weapon/disk/tech_disk, -/obj/item/weapon/disk/tech_disk, -/obj/item/weapon/disk/design_disk, -/obj/item/weapon/disk/design_disk, -/obj/item/weapon/reagent_containers/dropper{ - pixel_y = -4 - }, -/obj/item/clothing/glasses/omnihud/rnd, -/obj/item/clothing/gloves/sterile/latex, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"ea" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-4" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"eb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/library) -"ec" = ( -/obj/structure/sign/deck1{ - pixel_x = -32 - }, -/obj/machinery/camera/network/medbay{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"ed" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"ee" = ( -/obj/structure/dispenser{ - phorontanks = 0 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"ef" = ( -/obj/structure/table/rack, -/obj/item/device/suit_cooling_unit{ - pixel_y = -5 - }, -/obj/item/device/suit_cooling_unit{ - pixel_y = -5 - }, -/obj/machinery/alarm/angled, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"eh" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/window/brigdoor/southleft{ - id = "Cell B"; - name = "Cell B"; - req_access = list(2) - }, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/steel_ridged, -/area/prison/cell_block/B) -"ei" = ( -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"ej" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"ek" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/deck1/portaft) -"el" = ( -/obj/item/weapon/storage/box/monkeycubes, -/obj/item/weapon/storage/box/monkeycubes, -/obj/item/weapon/storage/box/monkeycubes, -/obj/item/weapon/storage/box/monkeycubes, -/obj/item/weapon/storage/box/monkeycubes, -/obj/structure/closet/walllocker_double/east, -/obj/structure/table/reinforced, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/item/weapon/storage/box/beakers, -/obj/item/weapon/reagent_containers/spray/cleaner, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"em" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/table/standard, -/obj/item/device/gps{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/device/gps{ - pixel_x = -6; - pixel_y = 5 - }, -/obj/item/device/gps{ - pixel_x = -6; - pixel_y = -4 - }, -/obj/item/device/gps{ - pixel_x = 6; - pixel_y = -4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"en" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"eo" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/low_wall/bay/reinforced/purple, -/obj/structure/sign/xenobio{ - plane = -34 - }, -/turf/simulated/floor, -/area/rnd/xenobiology) -"ep" = ( -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"eq" = ( -/turf/simulated/floor/carpet, -/area/chapel/main) -"er" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"es" = ( -/obj/structure/table/steel, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/obj/machinery/camera/network/research{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/researchserver) -"et" = ( -/obj/effect/landmark{ - name = "droppod_landing" - }, -/turf/space, -/area/space) -"eu" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 24; - pixel_y = 32 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"ev" = ( -/obj/machinery/computer/transhuman/resleeving{ - dir = 8 - }, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"ew" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"ex" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/exploration) -"ey" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/turf/simulated/wall/bay/purple, -/area/stellardelight/deck1/exploration) -"ez" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/sterile/latex, -/obj/item/weapon/reagent_containers/syringe, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"eA" = ( -/obj/effect/floor_decal/milspec/color/black, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"eB" = ( -/obj/machinery/power/apc/angled{ - dir = 8 - }, -/obj/structure/cable/pink{ - icon_state = "0-4" - }, -/obj/structure/table/bench/standard, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/B) -"eC" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"eD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"eE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"eF" = ( -/turf/simulated/floor, -/area/security/tactical) -"eG" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/structure/cable/pink{ - icon_state = "2-4" - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"eH" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_processing) -"eI" = ( -/obj/machinery/libraryscanner, -/obj/machinery/camera/network/civilian{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/library) -"eJ" = ( -/obj/structure/table/rack/shelf, -/obj/item/device/radio{ - pixel_x = -4; - pixel_y = -4 - }, -/obj/item/device/radio{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/item/device/radio{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/device/radio{ - pixel_x = 4; - pixel_y = 5 - }, -/turf/simulated/floor/tiled/milspec, -<<<<<<< HEAD -/area/stellardelight/deck1/explobriefing) -======= -/area/stellardelight/deck1/exploequipment) -"eL" = ( -/obj/structure/mirror{ - pixel_y = 38 - }, -/obj/structure/sink{ - pixel_y = 20 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) ->>>>>>> 244095be9e... Merge pull request #14220 from Very-Soft/removeexplo -"eM" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"eN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"eO" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/medical, -/obj/structure/curtain/open/privacy, -/obj/structure/sign/painting/library_secure{ - pixel_y = 30 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"eP" = ( -/obj/machinery/computer/timeclock/premade/east, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"eQ" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"eR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"eS" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "chapelofficelockdown" - }, -/obj/structure/low_wall/bay/reinforced/black, -/turf/simulated/floor, -/area/chapel/office) -"eT" = ( -/obj/machinery/recharge_station, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"eU" = ( -/obj/effect/floor_decal/industrial/outline, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/stellardelight/deck1/miningshuttle) -"eV" = ( -/turf/simulated/floor, -/area/stellardelight/deck1/aft) -"eW" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/flora/pottedplant/stoutbush, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"eX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 1 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"eY" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = 30 - }, -/obj/machinery/alarm/angled, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"fa" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 4; - door_color = "#8c1d11"; - fill_color = "#854a44"; - name = "Warden's Office"; - req_access = list(3); - stripe_color = "#d27428" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/warden) -"fb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"fc" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/angled_bay/hatch{ - name = "maintenance access"; - stripe_color = "#454545" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/chapel/main) -"fd" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"ff" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "miningops" - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"fg" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/rnd/xenobiology) -"fh" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"fi" = ( -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/stellardelight/deck1/exploshuttle) -"fj" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/civilian) -"fk" = ( -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"fl" = ( -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/B) -"fm" = ( -/obj/machinery/smartfridge/secure/virology, -/obj/machinery/light/floortube{ - dir = 4; - pixel_x = 6 - }, -/obj/machinery/firealarm/angled, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/virology) -"fn" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.6 - }, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/suit/space/void/security, -/obj/item/clothing/suit/space/void/security, -/obj/item/clothing/head/helmet/space/void/security, -/obj/item/clothing/head/helmet/space/void/security, -/obj/effect/floor_decal/milspec/color/red, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"fo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"fp" = ( -/obj/machinery/r_n_d/circuit_imprinter{ - dir = 1 - }, -/obj/item/weapon/reagent_containers/glass/beaker/sulphuric, -/turf/simulated/floor/tiled/dark, -/area/rnd/research) -"fq" = ( -/obj/structure/table/steel_reinforced, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"fr" = ( -/turf/simulated/wall/bay/r_wall/brown, -/area/stellardelight/deck1/dorms/dorm3) -"fs" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/alarm/angled, -/turf/simulated/floor/tiled/steel_grid, -/area/maintenance/stellardelight/deck1/starboardaft) -"ft" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 1 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"fu" = ( -/obj/structure/bed/chair/sofa/corp/right, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm3) -"fv" = ( -/obj/random/slimecore, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"fw" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "brigwindowlockdown" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/prison/cell_block) -"fx" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchequip) -"fy" = ( -/obj/item/weapon/clipboard, -/obj/item/weapon/folder/red, -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/weapon/stamp/ward, -/obj/item/weapon/stamp/denied{ - pixel_x = 5 - }, -/obj/item/weapon/pen, -/obj/structure/table/steel_reinforced, -/obj/item/device/radio/intercom{ - pixel_y = -24 - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"fz" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/starboard) -"fB" = ( -/obj/structure/table/rack, -/obj/random/maintenance, -/obj/random/maintenance/security, -/obj/random/maintenance/research, -/obj/random/contraband, -/obj/random/snack, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"fD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/computer/ship/navigation/telescreen{ - pixel_x = -64 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"fE" = ( -/obj/structure/cable/orange{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"fF" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/camera/network/security{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"fG" = ( -/obj/structure/table/steel_reinforced, -/obj/item/device/gps/security{ - pixel_y = 3 - }, -/obj/item/device/gps/security{ - pixel_x = -3 - }, -/obj/effect/floor_decal/milspec/color/red, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"fH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"fI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"fJ" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#ffffff"; - fill_color = "#ead9ff"; - name = "Mech Bay"; - req_access = list(29,47); - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/assembly/robotics) -"fK" = ( -/obj/machinery/mineral/equipment_vendor, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"fL" = ( -/obj/machinery/firealarm/angled, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"fM" = ( -/obj/structure/closet/l3closet/scientist, -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"fN" = ( -/obj/machinery/door/firedoor/glass/hidden/steel{ - dir = 2 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_y = 28 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"fO" = ( -/turf/simulated/wall/bay/r_wall{ - desc = "It has a steel stripe! A huge chunk of metal used to seperate rooms."; - stripe_color = "#3d5e80" - }, -/area/stellardelight/deck1/aft) -"fP" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/obj/structure/cable/pink{ - icon_state = "0-4" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"fQ" = ( -/obj/structure/cable/green{ - color = "#42038a" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-2" - }, -/obj/machinery/power/smes/buildable{ - RCon_tag = "Substation - Exploration"; - output_attempt = 0 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/exploration) -"fR" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"fS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 5 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"fT" = ( -/obj/structure/cable/pink{ - icon_state = "2-8" - }, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"fV" = ( -/obj/machinery/light/small, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"fW" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"fX" = ( -/obj/structure/table/woodentable, -/obj/machinery/alarm/angled, -/obj/machinery/photocopier/faxmachine{ - department = "Library Conference Room" - }, -/turf/simulated/floor/wood, -/area/library) -"fZ" = ( -/obj/machinery/camera/network/civilian{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"ga" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/orange, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"gb" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_equiptment_storage) -"gc" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/pink{ - icon_state = "0-4" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"gd" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/double/glass{ - name = "glass airlock" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/starboard) -"ge" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"gf" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#9c9c9c"; - fill_color = "#5c5c5c"; - id_tag = "dorm5"; - name = "Room 5"; - stripe_color = "#89bd66" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/dorms/dorm5) -"gg" = ( -/obj/effect/landmark/start/xenobio, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"gh" = ( -/obj/structure/bed/chair/backed_red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"gi" = ( -/obj/machinery/camera/network/civilian{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"gj" = ( -/obj/structure/stairs/spawner/south, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor, -/area/stellardelight/deck1/fore) -"gk" = ( -/obj/machinery/light/floortube{ - dir = 8; - pixel_x = -6 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"gl" = ( -/obj/machinery/camera/network/research/xenobio{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/xenobiology) -"gm" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/painting/chapel_secure{ - pixel_y = 32 - }, -/obj/effect/landmark/start/chaplain, -/turf/simulated/floor/carpet, -/area/chapel/main) -"gn" = ( -/obj/structure/bed/chair/backed_red, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/aft) -"go" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"gp" = ( -/obj/structure/closet/crate, -/obj/machinery/camera/network/mining{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"gq" = ( -/obj/machinery/door/firedoor/glass/hidden/steel{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"gr" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"gs" = ( -/obj/item/weapon/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/device/multitool, -/obj/item/clothing/head/welding, -/obj/item/weapon/storage/belt/utility, -/obj/item/device/radio/off, -/obj/item/device/radio/off, -/obj/item/device/radio/off, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/item/weapon/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/structure/closet/walllocker_double/north, -/obj/item/device/assembly/signaler, -/obj/item/device/assembly/signaler, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"gt" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"gu" = ( -/obj/structure/table/steel, -/obj/machinery/recharger, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/workshop) -"gw" = ( -/obj/structure/closet/crate, -/obj/random/maintenance, -/obj/random/maintenance/cargo, -/obj/random/maintenance/clean, -/obj/random/mre, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"gx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"gy" = ( -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"gz" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"gC" = ( -/obj/structure/table/steel, -/obj/item/device/sleevemate, -/obj/item/device/camera{ - name = "Autopsy Camera"; - pixel_x = -2; - pixel_y = 7 - }, -/obj/machinery/alarm/angled, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/techfloor, -/area/medical/morgue) -"gD" = ( -/obj/structure/flora/pottedplant/decorative, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"gE" = ( -/obj/structure/closet/wardrobe/chaplain_black, -/obj/item/weapon/storage/fancy/crayons, -/obj/item/weapon/flame/candle/candelabra, -/obj/item/weapon/flame/candle/candelabra, -/obj/item/weapon/flame/candle/candelabra, -/obj/item/weapon/flame/candle/candelabra, -/obj/item/weapon/reagent_containers/food/drinks/bottle/holywater, -/obj/item/weapon/nullrod, -/obj/item/weapon/deck/tarot, -/obj/item/device/retail_scanner/civilian, -/turf/simulated/floor/lino, -/area/chapel/office) -"gF" = ( -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/exam_room) -"gG" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - dir = 4; - name = "maintenance access"; - stripe_color = "#454545" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/deck1/portcent) -"gH" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"gK" = ( -/obj/structure/table/woodentable, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm1) -"gL" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/blast/angled{ - id = "GatewayShutter" - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"gM" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#ffffff"; - fill_color = "#ead9ff"; - name = "Research and Development"; - req_access = list(7); - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/rnd/research) -"gO" = ( -/obj/structure/bed/chair/bay/shuttle{ - dir = 4 - }, -/obj/machinery/power/apc/angled{ - cell_type = /obj/item/weapon/cell/super; - dir = 8; - req_access = list(31,5) - }, -/obj/structure/cable/yellow, -/obj/machinery/light/floortube{ - dir = 8; - pixel_x = -6 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/stellardelight/deck1/miningshuttle) -"gP" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/deck1/starboardcent) -"gQ" = ( -/turf/simulated/wall/bay/brown, -/area/stellardelight/deck1/oreprocessing) -"gS" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"gT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/virology) -"gU" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"gV" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/exploration) -"gW" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/structure/cable/pink{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"gX" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/xenobiology) -"gY" = ( -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"gZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/medical/virology) -"ha" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 4; - door_color = "#323d80"; - fill_color = "#313866"; - id_tag = "rddoor"; - name = "Server Room"; - req_access = list(30); - stripe_color = "#5a19a8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/researchserver) -"hb" = ( -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/obj/structure/cable/pink, -/obj/machinery/power/smes/buildable{ - RCon_tag = "Substation - Security"; - output_attempt = 0 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/security) -"hc" = ( -/obj/structure/closet/firecloset, -/turf/simulated/floor, -/area/maintenance/security_port) -"hd" = ( -/obj/structure/closet/secure_closet/scientist, -/turf/simulated/floor/tiled/dark, -/area/stellardelight/deck1/researchequip) -"he" = ( -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"hg" = ( -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"hh" = ( -/obj/effect/mouse_hole_spawner{ - dir = 8 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"hi" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/computer/shuttle_control/explore/stellardelight/mining{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"hj" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"hk" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"hl" = ( -/obj/structure/cable/pink{ - icon_state = "2-8" - }, -/obj/structure/table/bench/standard, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/B) -"hm" = ( -/obj/machinery/autolathe{ - hacked = 1 - }, -/obj/machinery/firealarm/angled, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"ho" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"hp" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/double/glass{ - name = "glass airlock" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/port) -"hq" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -25; - pixel_y = -24 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"hr" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"hs" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"ht" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"hu" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/gun/energy/gun{ - pixel_y = 7 - }, -/obj/item/weapon/gun/energy/gun{ - pixel_y = -5 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"hv" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"hw" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-4" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"hx" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - dir = 8; - frequency = 1379; - master_tag = "xenobio_airlock_control"; - name = "Xenobiology Access Button"; - pixel_y = 32; - req_access = null; - req_one_access = list(47,55) - }, -/obj/machinery/door/airlock/angled_bay/standard/color{ - autoclose = 0; - dir = 4; - door_color = "#ffffff"; - fill_color = "#ead9ff"; - frequency = 1379; - id_tag = "xenobio_airlock_exterior"; - locked = 1; - name = "Xenobiology Lab"; - req_access = list(47,55); - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/xenobiology) -"hy" = ( -/obj/structure/bed/chair/bay/shuttle{ - dir = 4 - }, -/obj/machinery/light/floortube{ - dir = 8; - pixel_x = -6 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/stellardelight/deck1/exploshuttle) -"hz" = ( -/obj/structure/dispenser{ - phorontanks = 0 - }, -/obj/machinery/camera/network/command{ - dir = 10 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"hA" = ( -/obj/effect/floor_decal/industrial/warning, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"hB" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window/southleft{ - name = "Server Room"; - req_access = list(30) - }, -/obj/machinery/door/window/northleft{ - name = "Server Room"; - req_access = list(30) - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden, -/turf/simulated/floor/tiled/techfloor/grid, -/area/stellardelight/deck1/researchserver) -"hC" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/cell/device/weapon{ - pixel_y = -2 - }, -/obj/item/weapon/cell/device/weapon{ - pixel_y = -8 - }, -/obj/item/weapon/cell/device/weapon{ - pixel_y = 4 - }, -/obj/item/weapon/cell/device/weapon{ - pixel_y = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"hD" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"hE" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"hF" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - dir = 4; - door_color = "#8c1d11"; - name = "Equipment Storage"; - req_access = list(1); - stripe_color = "#d27428" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/security_lockerroom) -"hG" = ( -/obj/machinery/door/firedoor/glass/hidden/steel{ - dir = 8 - }, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_x = 32; - pixel_y = 10 - }, -/obj/structure/sign/directions/chapel{ - dir = 8; - pixel_x = 32; - pixel_y = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"hH" = ( -/obj/machinery/door/blast/angled{ - id = "GatewayShutter" - }, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"hI" = ( -/obj/structure/table/rack, -/obj/random/maintenance/security, -/obj/random/maintenance/clean, -/obj/random/maintenance, -/obj/random/contraband, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"hJ" = ( -/turf/simulated/wall/bay/white, -/area/medical/virology) -"hK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm3) -"hL" = ( -/obj/effect/floor_decal/steeldecal/steel_decals3, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 6 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"hM" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"hN" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/item/device/radio/intercom{ - dir = 1; - name = "Station Intercom (General)"; - pixel_y = 21 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"hO" = ( -/obj/item/weapon/weldingtool, -/obj/item/clothing/glasses/welding, -/obj/item/weapon/storage/box/lights/mixed, -/obj/structure/closet/walllocker_double/north, -/obj/item/device/multitool, -/obj/structure/sink/kitchen{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/firealarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"hP" = ( -/obj/structure/morgue{ - dir = 2 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/techfloor, -/area/medical/morgue) -"hQ" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_processing) -"hR" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/angled{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"hS" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/sign/department/biblio{ - pixel_x = 32; - plane = -34 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"hT" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"hU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"hV" = ( -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"hW" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"hX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"hY" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/blast/angled{ - dir = 4; - id = "GatewayShutterW" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/gateway) -"hZ" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/closet/bombcloset, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"ia" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"ib" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/orange{ - icon_state = "0-2" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"ic" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/orange, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/B) -"id" = ( -/obj/machinery/camera/network/halls{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"ie" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 10 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"if" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"ig" = ( -/obj/effect/floor_decal/industrial/loading, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"ih" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/stellardelight/deck1/exploshuttle) -"ii" = ( -/obj/random/maintenance/security, -/obj/random/medical, -/obj/structure/table/rack, -/obj/random/maintenance/security, -/obj/random/maintenance, -/obj/random/snack, -/turf/simulated/floor, -/area/maintenance/security_port) -"ik" = ( -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"il" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/table/rack, -/obj/random/maintenance, -/obj/random/maintenance, -/obj/random/maintenance, -/obj/random/maintenance/research, -/obj/random/maintenance/research, -/obj/random/maintenance/research, -/obj/random/maintenance/clean, -/obj/random/contraband, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"im" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/starboard) -"in" = ( -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 6 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"io" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 20 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 29 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 38 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"ip" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"iq" = ( -/turf/simulated/floor/wood, -/area/library) -"ir" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"is" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/pink{ - icon_state = "2-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"it" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"iv" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"iw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchequip) -"ix" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"iy" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"iz" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/library) -"iA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"iB" = ( -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"iC" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/wall/bay/r_wall/purple, -/area/rnd/xenobiology) -"iD" = ( -/obj/structure/cable/pink{ - icon_state = "2-4" - }, -/obj/structure/table/bench/standard, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/C) -"iE" = ( -/obj/structure/sign/painting/library_private{ - pixel_x = -32 - }, -/obj/structure/sign/painting/library_private{ - pixel_y = -32 - }, -/obj/item/weapon/storage/briefcase, -/obj/item/weapon/storage/briefcase, -/obj/structure/table/rack, -/turf/simulated/floor/wood, -/area/library) -"iF" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 4; - door_color = "#9c9c9c"; - fill_color = "#5c5c5c"; - name = "Custodial Closet"; - req_access = list(26); - stripe_color = "#89bd66" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/janitor) -"iG" = ( -/obj/structure/closet/wardrobe/virology_white, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/alarm/angled, -/obj/machinery/camera/network/medbay{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/medical/virology) -"iH" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-4" - }, -/obj/effect/shuttle_landmark/shuttle_initializer/exploration, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/stellardelight/deck1/exploshuttle) -"iI" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"iJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/camera/network/halls{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"iK" = ( -/obj/structure/table/woodentable, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/weapon/paper_bin{ - pixel_y = 7 - }, -/obj/item/weapon/pen{ - pixel_y = 6 - }, -/obj/random/coin/sometimes, -/turf/simulated/floor/wood, -/area/library) -"iL" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 5 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"iM" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - dir = 4; - door_color = "#ffffff"; - name = "maintenance access"; - req_one_access = null; - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/deck1/starboardaft) -"iN" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/chapel/main) -"iO" = ( -/obj/structure/table/steel, -/obj/item/weapon/folder/red{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/weapon/folder/red, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/alarm/angled, -/turf/simulated/floor/tiled/dark, -/area/security/security_processing) -"iQ" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"iR" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"iS" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/station_map{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"iT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm4) -"iU" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"iV" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "researchwindowlockdown" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/rnd/xenobiology/xenoflora) -"iW" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/flora/pottedplant/stoutbush, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"iX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"iY" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - dir = 4; - frequency = 1380; - id_tag = "explodocker_bay"; - pixel_x = -24 - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"iZ" = ( -/obj/effect/floor_decal/milspec/color/red, -/obj/machinery/alarm/angled, -/obj/structure/closet/emcloset, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"ja" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/flora/pottedplant/minitree, -/obj/machinery/alarm/angled, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"jb" = ( -/obj/machinery/door/blast/multi_tile/three_tile_ver{ - id = "xenospace2" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"jc" = ( -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -25 - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/obj/effect/floor_decal/milspec/color/red/half, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"jd" = ( -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 9 - }, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"jf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/camera/network/halls, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"jg" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera/network/halls{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"jh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/civilian) -"ji" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"jj" = ( -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 4; - icon_state = "map_vent_out"; - use_power = 1 - }, -/turf/simulated/floor/bluegrid{ - name = "Server Base"; - nitrogen = 500; - oxygen = 0; - temperature = 80 - }, -/area/stellardelight/deck1/researchserver) -"jk" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/wall{ - dir = 8; - pixel_x = 24; - plane = -34 - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"jl" = ( -/obj/structure/table/steel, -/obj/item/device/retail_scanner/security, -/obj/item/device/taperecorder, -/obj/item/weapon/storage/box/evidence, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_processing) -"jm" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/atmospherics) -"jn" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"jo" = ( -/obj/machinery/button/crematorium{ - id = "crematorium"; - pixel_x = 25; - req_access = list(); - req_one_access = null - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"jp" = ( -/obj/structure/cable/orange{ - icon_state = "2-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"jq" = ( -/obj/structure/table/woodentable, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/weapon/storage/pill_bottle/dice_nerd, -/turf/simulated/floor/wood, -/area/library) -"jr" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "brigwindowlockdown" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/prison/cell_block/B) -"js" = ( -/obj/structure/cable/pink{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"jt" = ( -/obj/structure/table/steel_reinforced, -/obj/item/device/suit_cooling_unit, -/obj/item/device/suit_cooling_unit, -/obj/item/weapon/cell/high{ - charge = 100; - maxcharge = 15000 - }, -/obj/item/weapon/cell/high{ - charge = 100; - maxcharge = 15000 - }, -/obj/effect/floor_decal/milspec/color/red, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"ju" = ( -/obj/machinery/door/window/brigdoor/eastleft{ - name = "Slime Pen 5"; - req_access = list(55) - }, -/obj/machinery/door/window/brigdoor/westright{ - name = "Slime Pen 4"; - req_access = list(55) - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen4"; - name = "Pen 4 Blast Doors" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"jv" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"jw" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/effect/mouse_hole_spawner{ - dir = 8 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"jx" = ( -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen1"; - name = "Pen 1 Blast Doors" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"jy" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "securitylockdown" - }, -/obj/effect/floor_decal/milspec/color/red, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"jz" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/curtain/black{ - anchored = 1 - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/stellardelight/deck1/dorms/dorm3) -"jA" = ( -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm3) -"jB" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"jC" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/wood, -/area/library) -"jD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm8) -"jF" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"jG" = ( -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"jH" = ( -/obj/machinery/door/firedoor/glass/hidden/steel, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"jI" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/workshop) -"jJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/vending/nifsoft_shop, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/port) -"jK" = ( -/obj/machinery/door/window/southleft{ - dir = 8; - name = "Library Desk Door"; - req_access = list(37) - }, -/obj/machinery/button/remote/blast_door{ - id = "librarywindowlockdown"; - name = "Window Lockdown"; - pixel_y = 25; - req_access = null - }, -/turf/simulated/floor/carpet, -/area/library) -"jL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/carpet, -/area/library) -"jN" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"jO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/hatch{ - door_color = "#e6ab22"; - name = "Cargo Substation"; - req_one_access = list(10); - stripe_color = "#e6ab22" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/substation/cargo) -"jP" = ( -/obj/machinery/gateway{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"jQ" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"jR" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"jT" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/landmark{ - name = "vinestart" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"jV" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/security) -"jW" = ( -/obj/machinery/alarm/angled{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/effect/landmark/start/pilot, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"jY" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"jZ" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"ka" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/floor_decal/industrial/warning{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"kb" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"kc" = ( -/obj/machinery/power/breakerbox/activated{ - RCon_tag = "Civilian Substation Bypass" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/civilian) -"kd" = ( -/obj/structure/flora/pottedplant/stoutbush, -/obj/machinery/alarm/angled, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/workshop) -"ke" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"kf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/glass, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"kg" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"kh" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/pink{ - icon_state = "2-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"kj" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/sign/directions/janitor{ - dir = 8; - pixel_x = 32 - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"kk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/lino, -/area/chapel/office) -"kl" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 4 - }, -/obj/machinery/station_map{ - dir = 8; - pixel_x = 32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"km" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"kn" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/starboard) -"ko" = ( -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"kp" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"kq" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/closet/emcloset, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"kr" = ( -/obj/machinery/power/breakerbox/activated{ - RCon_tag = "Research Substation Bypass" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/research) -"ks" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/purple{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"kt" = ( -/obj/effect/floor_decal/chapel{ - dir = 4 - }, -/obj/structure/bed/chair/sofa/pew/right{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"ku" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/light, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"kv" = ( -/obj/structure/sign/deck1{ - pixel_x = 32 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"kw" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/obj/effect/landmark/start/visitor, -/turf/simulated/floor/wood, -/area/library) -"kx" = ( -/obj/structure/table/rack, -/obj/random/maintenance, -/obj/random/maintenance/clean, -/obj/random/contraband, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"ky" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -<<<<<<< HEAD -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 24 - }, -======= -/obj/structure/disposalpipe/segment, ->>>>>>> 76e61a485c... Merge pull request #12764 from Very-Soft/timeforblue -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"kz" = ( -/obj/machinery/computer/message_monitor{ - dir = 4 - }, -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/researchserver) -"kA" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/double{ - name = "maintenance access"; - stripe_color = "#454545" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"kB" = ( -/turf/simulated/wall/bay/r_wall/black, -/area/maintenance/security_port) -"kC" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"kE" = ( -/obj/machinery/gateway{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"kG" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"kH" = ( -/obj/structure/dispenser/oxygen, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"kI" = ( -/obj/machinery/door/window/brigdoor/eastleft{ - name = "Slime Pen 3"; - req_access = list(55) - }, -/obj/machinery/door/window/brigdoor/westright{ - name = "Slime Pen 3"; - req_access = list(55) - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen3"; - name = "Pen 3 Blast Doors" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"kJ" = ( -/obj/structure/cable/orange{ - icon_state = "1-2" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"kK" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"kL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm1) -"kM" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/closet/emcloset, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/starboard) -"kN" = ( -/obj/machinery/door/blast/multi_tile/three_tile_ver{ - id = "xenospace4" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"kO" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"kP" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/rnd/storage) -"kQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"kS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"kT" = ( -/obj/machinery/power/apc/angled{ - dir = 4 - }, -/obj/structure/cable/pink{ - icon_state = "0-8" - }, -/obj/machinery/camera/network/security, -/obj/machinery/computer/arcade, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/C) -"kU" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"kW" = ( -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"kY" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable/pink{ - icon_state = "2-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"la" = ( -/obj/machinery/smartfridge/secure/extract, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"lb" = ( -/obj/machinery/door/blast/angled{ - id = "xenobiodiv3"; - name = "Divider 3 Blast Door" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"lc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/starboard) -"ld" = ( -/obj/structure/table/steel, -/obj/random/maintenance/research, -/obj/random/maintenance/research, -/obj/random/maintenance, -/obj/random/contraband, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"le" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"lf" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"lg" = ( -/obj/effect/shuttle_landmark/premade/sd/deck1/starboard, -/turf/space, -/area/space) -"lh" = ( -/obj/effect/floor_decal/chapel{ - dir = 1 - }, -/obj/structure/bed/chair/sofa/pew/left{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"li" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm6) -"lk" = ( -/obj/machinery/computer/transhuman/resleeving{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"ll" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"lm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/medical) -"ln" = ( -/obj/machinery/door/window/brigdoor/eastleft{ - name = "Slime Pen 1"; - req_access = list(55) - }, -/obj/machinery/door/window/brigdoor/westright{ - name = "Slime Pen 1"; - req_access = list(55) - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen1"; - name = "Pen 1 Blast Doors" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"lo" = ( -/obj/structure/table/woodentable, -/obj/item/device/camera_film, -/obj/item/device/camera_film, -/obj/item/device/taperecorder, -/turf/simulated/floor/carpet, -/area/library) -"lp" = ( -/obj/effect/floor_decal/borderfloorblack/full, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/machinery/flasher/portable, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"lq" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - door_color = "#e6ab22"; - name = "Security Substation"; - req_one_access = list(10); - stripe_color = "#e6ab22" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/substation/security) -"lr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/closet/crate/trashcart, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"ls" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/directions/dorms{ - dir = 6; - pixel_x = -32; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - dir = 4; - pixel_x = -32 - }, -/obj/structure/sign/directions{ - desc = "A direction sign, pointing out the way to the shuttle bay."; - name = "\improper Shuttle Bay"; - pixel_x = -32; - pixel_y = -6 - }, -/obj/structure/sign/directions/janitor{ - pixel_x = -32; - pixel_y = -12 - }, -/obj/machinery/camera/network/halls{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"lt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_y = 28 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"lu" = ( -/obj/structure/table/standard, -/obj/item/weapon/book/manual/resleeving, -/obj/item/weapon/storage/box/backup_kit, -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = 30 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel, -/area/assembly/robotics) -"lv" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/effect/landmark/start/visitor, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/port) -"lw" = ( -/obj/structure/bed/chair/backed_red{ - dir = 8 - }, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"lx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/civilian) -"ly" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 5 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"lz" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 4; - door_color = "#9fccc7"; - fill_color = "#333333"; - name = "Pilot Equipment"; - req_access = list(67); - stripe_color = "#ffffff" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/pilot) -"lA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/firealarm/angled, -/obj/structure/ore_box, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"lB" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/firealarm/angled, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/effect/floor_decal/milspec/color/red, -/obj/item/weapon/storage/box/donut, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"lC" = ( -/obj/item/weapon/bedsheet/bluedouble, -/obj/structure/bed/double/padded, -/obj/structure/curtain/black, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm8) -"lD" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/starboard) -"lF" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/steeldecal/steel_decals6, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"lG" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"lH" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchequip) -"lI" = ( -/obj/structure/cable/orange{ - icon_state = "2-4" - }, -/obj/machinery/power/sensor{ - name = "Powernet Sensor - Atmospherics Subgrid"; - name_tag = "Atmospherics Subgrid" - }, -/obj/structure/cable/orange{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/atmospherics) -"lJ" = ( -/obj/effect/floor_decal/borderfloorblack/full, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/machinery/flasher/portable, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"lK" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/wall{ - dir = 8; - pixel_x = 24; - plane = -34 - }, -/obj/machinery/button/remote/blast_door{ - id = "xenospace2"; - name = "2 Space Door"; - pixel_x = 10; - pixel_y = 21; - req_access = list(55) - }, -/obj/machinery/alarm/angled, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"lM" = ( -/obj/machinery/door/firedoor/glass/hidden/steel{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/sign/department/biblio{ - pixel_x = 32; - plane = -34 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"lN" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"lO" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - dir = 4; - door_color = "#333333"; -<<<<<<< HEAD - name = "Exploration Equipment Room"; - req_access = null; - req_one_access = list(19,43,67); -======= - name = "Auxiliary EVA Equipment Room"; - req_one_access = list(18,19,43); ->>>>>>> 244095be9e... Merge pull request #14220 from Very-Soft/removeexplo - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/exploequipment) -"lP" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"lQ" = ( -/obj/structure/mirror{ - pixel_y = 38 - }, -/obj/structure/sink{ - pixel_y = 20 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"lR" = ( -/obj/structure/stairs/spawner/north, -/obj/structure/railing/grey{ - dir = 8 - }, -/turf/simulated/floor, -/area/stellardelight/deck1/aft) -"lS" = ( -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"lT" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"lU" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"lV" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/closet/emcloset, -/obj/machinery/alarm/angled, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"lW" = ( -/obj/machinery/camera/network/research{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/machinery/chemical_dispenser/xenoflora/full, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"lX" = ( -/obj/structure/closet/secure_closet/paramedic, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"lY" = ( -/obj/machinery/alarm/angled{ - dir = 4 - }, -/obj/structure/table/rack, -/obj/random/maintenance/research, -/obj/random/maintenance/research, -/obj/random/maintenance/security, -/obj/random/maintenance/clean, -/obj/random/maintenance, -/obj/random/contraband, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"lZ" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop{ - dir = 4 - }, -/obj/item/device/radio{ - anchored = 1; - canhear_range = 7; - frequency = 1487; - icon = 'icons/obj/items.dmi'; - icon_state = "red_phone"; - name = "Virology Emergency Phone"; - pixel_x = 7; - pixel_y = 9 - }, -/obj/machinery/button/remote/blast_door{ - desc = "A remote control-switch for shutters."; - dir = 4; - id = "virologyquar"; - name = "Virology Emergency Lockdown Control"; - pixel_x = -28; - pixel_y = 5; - req_access = list(5) - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/virology) -"ma" = ( -/obj/structure/table/steel, -/obj/random/contraband, -/obj/random/maintenance/research, -/obj/random/maintenance, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"mb" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"mc" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"md" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/bed/chair/backed_red{ - dir = 8 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"me" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet, -/area/library) -"mf" = ( -/obj/structure/closet/secure_closet/pilot, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"mg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/bed/chair/office/dark, -/obj/effect/landmark/start/detective, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"mh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"mi" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchhall) -"mj" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = -24; - pixel_y = -25 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_processing) -"mk" = ( -/obj/effect/floor_decal/chapel{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"ml" = ( -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/power/apc/angled{ - dir = 1; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"mm" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"mn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/orange/corner{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/C) -"mo" = ( -/obj/structure/bookcase{ - name = "bookcase (Fiction)" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/sign/painting/library_secure{ - pixel_x = -30 - }, -/obj/item/weapon/book/bundle/custom_library/fiction/apurrrrfectman, -/obj/item/weapon/book/bundle/custom_library/fiction/beyondthedoor, -/obj/item/weapon/book/bundle/custom_library/fiction/chroniclesofmargatavol1, -/obj/item/weapon/book/bundle/custom_library/fiction/coldmountain, -/obj/item/weapon/book/bundle/custom_library/fiction/ghostship, -/obj/item/weapon/book/bundle/custom_library/fiction/manfromsnowyriver, -/obj/item/weapon/book/bundle/custom_library/fiction/metalglen, -/obj/item/weapon/book/bundle/custom_library/fiction/poemsforarainyday, -/obj/item/weapon/book/bundle/custom_library/fiction/raissue142, -/obj/item/weapon/book/bundle/custom_library/fiction/raissue147, -/obj/item/weapon/book/bundle/custom_library/fiction/silence, -/obj/item/weapon/book/bundle/custom_library/fiction/taleoftherainbowcat, -/obj/item/weapon/book/custom_library/fiction/blacksmithandkinglybloke, -/obj/item/weapon/book/custom_library/fiction/irishairmanforseesdeath, -/obj/item/weapon/book/custom_library/fiction/myrock, -/obj/item/weapon/book/custom_library/fiction/starsandsometimesfallingones, -/obj/item/weapon/book/custom_library/fiction/truelovehathmyheart, -/turf/simulated/floor/wood, -/area/library) -"mr" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"mt" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchequip) -"mu" = ( -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"mv" = ( -/obj/structure/janitorialcart, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/clothing/suit/caution, -/obj/item/clothing/suit/caution, -/obj/item/clothing/suit/caution, -/obj/item/clothing/suit/caution, -/turf/simulated/floor/tiled/monotile, -/area/janitor) -"mw" = ( -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -25 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 9 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"mx" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.6 - }, -/obj/item/weapon/tank/jetpack/carbondioxide, -/obj/item/weapon/tank/jetpack/carbondioxide, -/obj/item/weapon/tank/jetpack/carbondioxide, -/obj/item/weapon/tank/jetpack/carbondioxide, -/obj/effect/floor_decal/milspec/color/red, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"my" = ( -/obj/machinery/atmospherics/unary/freezer{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"mz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm7) -"mA" = ( -/obj/structure/sign/deck1{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"mB" = ( -/obj/structure/railing/grey{ - dir = 8 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"mC" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/pink, -/obj/structure/cable/pink{ - icon_state = "0-4" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"mD" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/effect/mouse_hole_spawner{ - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"mE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/station_map{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"mF" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/landmark/start/security, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"mG" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"mH" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/firealarm/angled, -/obj/structure/bed/chair/backed_red{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"mI" = ( -/obj/machinery/door/firedoor/glass/hidden/steel{ - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"mJ" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"mK" = ( -/obj/structure/table/sifwooden_reinforced, -/obj/item/weapon/storage/box/nifsofts_pilot, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"mL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/research) -"mM" = ( -/turf/simulated/wall/bay/steel, -/area/janitor) -"mN" = ( -/obj/machinery/requests_console{ - department = "Robotics"; - departmentType = 2; - name = "Robotics RC"; - pixel_y = 30 - }, -/obj/machinery/r_n_d/circuit_imprinter, -/obj/item/weapon/reagent_containers/glass/beaker/sulphuric, -/turf/simulated/floor/tiled/steel, -/area/assembly/robotics) -"mO" = ( -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"mP" = ( -/obj/machinery/computer/ship/navigation/telescreen{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"mQ" = ( -/obj/machinery/door/firedoor/glass/hidden/steel{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"mR" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/black{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 8; - door_color = "#ffffff"; - name = "Recovery Room"; - req_access = list(6); - stripe_color = "#5a96bb" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/medical/patient_wing) -"mS" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/double/glass{ - name = "glass airlock" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/starboard) -"mT" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"mU" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"mV" = ( -/obj/machinery/hologram/holopad, -/obj/effect/floor_decal/industrial/outline, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"mW" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/double/glass{ - dir = 8; - door_color = "#333333"; -<<<<<<< HEAD - name = "Exploration"; - req_one_access = list(19,43,67); -======= - name = "Away Mission Meeting Room"; - req_one_access = null; ->>>>>>> 244095be9e... Merge pull request #14220 from Very-Soft/removeexplo - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/explobriefing) -"mX" = ( -/obj/machinery/portable_atmospherics/hydroponics, -/obj/machinery/atmospherics/portables_connector{ - dir = 8 - }, -/obj/machinery/camera/network/research{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"mY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"mZ" = ( -/obj/structure/table/rack/steel, -/obj/item/clothing/gloves/arm_guard/bulletproof, -/obj/item/clothing/shoes/leg_guard/bulletproof, -/obj/item/clothing/suit/armor/bulletproof/alt, -/obj/item/clothing/head/helmet/bulletproof, -/obj/item/clothing/gloves/arm_guard/bulletproof, -/obj/item/clothing/shoes/leg_guard/bulletproof, -/obj/item/clothing/suit/armor/bulletproof/alt, -/obj/item/clothing/head/helmet/bulletproof, -/obj/machinery/atmospherics/pipe/simple/hidden/purple, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"nb" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"nc" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"nd" = ( -/obj/structure/table/rack/shelf, -/obj/item/weapon/tank/oxygen, -/obj/item/device/suit_cooling_unit, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/mask/breath, -/obj/item/clothing/suit/space/void/expedition_medical, -/obj/item/clothing/head/helmet/space/void/expedition_medical, -/obj/machinery/door/window/brigdoor/eastright{ - req_access = list(5) - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"ne" = ( -/obj/machinery/power/breakerbox/activated{ - RCon_tag = "Exploration Substation Bypass" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/exploration) -"nf" = ( -/turf/simulated/wall/bay/r_wall/brown, -/area/stellardelight/deck1/dorms/dorm2) -"ng" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/atmospherics) -"nh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"ni" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/security/tactical) -"nj" = ( -/obj/structure/table/sifwooden_reinforced, -/mob/living/simple_mob/animal/passive/bird/azure_tit/iceman, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"nk" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/stellardelight/deck1/explobriefing) -"nl" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - color = "#42038a" - }, -/obj/machinery/power/sensor{ - name = "Powernet Sensor - Exploration Subgrid"; - name_tag = "Exploration Subgrid" - }, -/obj/machinery/power/apc/angled{ - dir = 4; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/exploration) -"nm" = ( -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"nn" = ( -/obj/structure/cable/pink{ - icon_state = "2-4" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"no" = ( -/turf/simulated/floor/tiled/monotile, -/area/janitor) -"nq" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - door_color = "#8c1d11"; - name = "Security Processing"; - req_access = list(63); - stripe_color = "#d27428" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/security_processing) -"nt" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/floor_decal/industrial/outline/blue, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/researchserver) -"nu" = ( -/obj/machinery/transhuman/synthprinter, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/dark, -/area/assembly/robotics) -"nv" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.6 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/suit/space/void/security, -/obj/item/clothing/suit/space/void/security, -/obj/item/clothing/head/helmet/space/void/security, -/obj/item/clothing/head/helmet/space/void/security, -/obj/effect/floor_decal/milspec/color/red, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"nw" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop{ - dir = 1; - pixel_y = 4 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"nx" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 4; - door_color = "#ffffff"; - name = "Morgue"; - req_access = list(6); - stripe_color = "#5a96bb" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/medical/morgue) -"ny" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "explowindowlockdown" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/stellardelight/deck1/explobriefing) -"nz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"nA" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 10 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"nB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"nC" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/closet/emergsuit_wall{ - dir = 4; - pixel_x = 27 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"nD" = ( -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"nE" = ( -/obj/machinery/computer/rdconsole/core{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/rnd/research) -"nF" = ( -/obj/structure/closet/secure_closet/pilot, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"nG" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/sign/department/medbay{ - pixel_x = -32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"nH" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/maintenance/stellardelight/deck1/starboardaft) -"nI" = ( -/obj/effect/floor_decal/milspec/color/emerald, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"nJ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/double/glass{ - name = "glass airlock" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/port) -"nK" = ( -/turf/simulated/wall/rshull, -/area/stellardelight/deck1/miningshuttle) -"nL" = ( -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"nM" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/chapel/chapel_morgue) -"nN" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchhall) -"nO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = 32; - pixel_y = -24 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled/techfloor, -/area/medical/morgue) -"nP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"nQ" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/firealarm/angled, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"nS" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"nT" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"nV" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/forensics/sample_kit/powder, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"nW" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"nX" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"nY" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/sign/directions/evac{ - dir = 1; - pixel_x = 32; - pixel_y = 32 - }, -/obj/effect/catwalk_plated/dark, -/turf/simulated/floor, -/area/stellardelight/deck1/aft) -"nZ" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/glass, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"oa" = ( -/obj/structure/table/steel_reinforced, -/obj/item/weapon/tool/wrench, -/obj/item/weapon/tool/crowbar, -/obj/item/weapon/hand_labeler, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"ob" = ( -<<<<<<< HEAD -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -======= -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) ->>>>>>> 76e61a485c... Merge pull request #12764 from Very-Soft/timeforblue -"oc" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/stellardelight/deck1/aft) -"od" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green, -/obj/machinery/power/sensor{ - name = "Powernet Sensor - Civilian Subgrid"; - name_tag = "Civilian Subgrid" - }, -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/civilian) -"oe" = ( -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"of" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/structure/flora/pottedplant/stoutbush, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"og" = ( -/obj/effect/mouse_hole_spawner{ - dir = 1 - }, -/turf/simulated/floor, -/area/maintenance/security_port) -"oh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/button/remote/airlock{ - desc = "A remote control switch for the cleaning room exit."; - dir = 4; - id = "resleeveexit"; - name = "Door Control"; - pixel_x = -27; - pixel_y = 25 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/stellardelight/deck1/resleeving) -"oi" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/rnd/xenobiology) -"ok" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - name = "Exploration"; - sortType = "Exploration" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"ol" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = 32 - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"om" = ( -/obj/machinery/computer/shuttle_control/explore/stellardelight/exploration, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/stellardelight/deck1/exploshuttle) -"on" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"oo" = ( -/obj/effect/floor_decal/industrial/warning/corner, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/loading, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"op" = ( -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"oq" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"or" = ( -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen6"; - name = "Pen 6 Blast Doors" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"os" = ( -/obj/structure/sign/department/miner_dock{ - pixel_y = -32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"ou" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"ov" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"ox" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"oy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals3, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"oz" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/substation/research) -"oA" = ( -/obj/machinery/button/remote/airlock{ - dir = 1; - id = "dorm4"; - name = "Room 4 Lock"; - pixel_y = -22; - specialfunctions = 4 - }, -/obj/machinery/power/apc/angled{ - dir = 4; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm4) -"oB" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/landmark/vermin, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"oC" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -<<<<<<< HEAD -======= -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, ->>>>>>> 76e61a485c... Merge pull request #12764 from Very-Soft/timeforblue -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"oD" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/starboard) -"oE" = ( -/turf/simulated/wall/bay/white, -/area/medical/morgue) -"oF" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"oG" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"oH" = ( -/obj/structure/disposalpipe/tagger{ - dir = 2; - name = "package tagger - Void"; - sort_tag = "Void" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/sign/department/virology{ - pixel_x = 32 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"oI" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"oJ" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/space/void/mining, -/obj/item/clothing/mask/breath, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/head/helmet/space/void/mining, -/obj/item/weapon/mining_scanner, -/obj/item/device/radio/intercom{ - dir = 1; - pixel_y = 24 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"oK" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/wood, -/area/library) -"oL" = ( -/obj/structure/table/steel, -/obj/item/device/integrated_circuit_printer, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/workshop) -"oM" = ( -/obj/machinery/transhuman/resleever, -/obj/structure/sign/painting/library_secure{ - pixel_x = 30 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"oO" = ( -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/angled{ - dir = 1; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"oQ" = ( -/obj/machinery/vending/wardrobe/secdrobe, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/red, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"oR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/landmark/start/pilot, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"oS" = ( -/obj/structure/table/steel, -/obj/item/device/electronic_assembly/large/default, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/firealarm/angled, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/workshop) -"oT" = ( -/obj/structure/closet/secure_closet/personal, -/obj/item/clothing/under/bathrobe, -/obj/item/clothing/under/bathrobe, -/obj/item/weapon/towel/random, -/obj/item/weapon/towel/random, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"oU" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"oW" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"oX" = ( -/turf/simulated/wall/bay/r_wall/purple, -/area/rnd/storage) -"oY" = ( -/obj/machinery/organ_printer/flesh, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"oZ" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/pen, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"pa" = ( -/turf/simulated/floor/tiled/steel_grid, -/area/stellardelight/deck1/aft) -"pb" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/cargo) -"pc" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/obj/effect/floor_decal/borderfloorblack/full, -/obj/effect/floor_decal/industrial/outline, -/obj/machinery/portable_atmospherics/canister/air, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"pd" = ( -/obj/machinery/computer/ship/navigation/telescreen{ - pixel_x = -64 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"pe" = ( -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/stellardelight/deck1/miningshuttle) -"pf" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"pg" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/catwalk_plated/dark, -/obj/effect/landmark{ - name = "vinestart" - }, -/turf/simulated/floor, -/area/stellardelight/deck1/starboard) -"ph" = ( -/obj/random/trash_pile, -/turf/simulated/floor, -/area/maintenance/security_port) -"pi" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"pj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"pk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"pl" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/wall/bay/r_wall/red, -/area/security/tactical) -"pm" = ( -/obj/machinery/button/remote/airlock{ - dir = 1; - id = "dorm6"; - name = "Room 6 Lock"; - pixel_y = -22; - specialfunctions = 4 - }, -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm6) -"pn" = ( -/obj/structure/cable/pink{ - icon_state = "1-4" - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"pp" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "chapelwindowlockdown" - }, -/obj/structure/low_wall/bay/reinforced/black, -/turf/simulated/floor, -/area/chapel/main) -"pq" = ( -/obj/machinery/portable_atmospherics/canister/phoron, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"pr" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/milspec/color/orange/half, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block) -"ps" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#ffffff"; - fill_color = "#ead9ff"; - name = "Equipment Room"; - req_access = list(7); - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/rnd/research) -"pt" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 4; - door_color = "#ffffff"; - fill_color = "#ead9ff"; - name = "Toxins Storage"; - req_access = list(8); - stripe_color = "#5a19a8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/rnd/storage) -"pu" = ( -/obj/machinery/portable_atmospherics/canister/phoron, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"pv" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 32; - pixel_y = 7 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/medical/virology) -"pw" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"px" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/obj/machinery/computer/guestpass{ - pixel_y = 24 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"py" = ( -/obj/machinery/door/firedoor/glass/hidden/steel, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"pz" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-2" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"pA" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/machinery/button/remote/airlock{ - desc = "A remote control switch for the cleaning room."; - dir = 4; - id = "resleeveclean"; - name = "Door Control"; - pixel_x = -27; - pixel_y = -27 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"pC" = ( -/turf/simulated/wall/bay/r_wall/purple, -/area/stellardelight/deck1/exploequipment) -"pD" = ( -/obj/structure/table/woodentable, -/obj/item/device/tvcamera, -/obj/structure/sign/painting/library_private{ - pixel_y = -32 - }, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/wood, -/area/library) -"pE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/purple{ - dir = 4 - }, -/obj/effect/floor_decal/borderfloorblack/full, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"pF" = ( -/turf/simulated/wall/bay/purple, -/area/stellardelight/deck1/researchequip) -"pH" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - door_color = "#a6753d"; - name = "Mining"; - req_access = list(31); - stripe_color = "#3b2b1a" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/mining) -"pI" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - frequency = 1379; - id_tag = "ex_airpump" - }, -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - id_tag = "ex_airlock"; - pixel_y = 24; - req_one_access = list(13); - tag_airpump = "ex_airpump"; - tag_chamber_sensor = "ex_sensor"; - tag_exterior_door = "ex_exterior"; - tag_interior_door = "ex_interior" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"pJ" = ( -/obj/structure/bed/chair/sofa/corp/left{ - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm2) -"pK" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/purple, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"pL" = ( -/obj/machinery/door/window/brigdoor/southright{ - req_access = list(77); - req_one_access = newlist() - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"pM" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/researchserver) -"pN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/start/janitor, -/turf/simulated/floor/tiled/monotile, -/area/janitor) -"pO" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/hatch{ - door_color = "#e6ab22"; - name = "Cargo Substation"; - req_one_access = list(10); - stripe_color = "#e6ab22" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/substation/cargo) -"pP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"pQ" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/rnd/xenobiology/xenoflora_storage) -"pR" = ( -/turf/simulated/wall/bay/brown, -/area/stellardelight/deck1/miningequipment) -"pT" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/light/small, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"pU" = ( -/obj/structure/railing/grey{ - dir = 8 - }, -/obj/structure/sign/directions/evac{ - dir = 1; - pixel_x = -32 - }, -/obj/structure/sign/directions/medical{ - dir = 1; - pixel_x = -32; - pixel_y = 6 - }, -/obj/structure/sign/directions/stairs_up{ - dir = 1; - pixel_x = -32; - pixel_y = 12 - }, -/turf/simulated/floor, -/area/stellardelight/deck1/aft) -"pV" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"pX" = ( -/obj/machinery/shower{ - dir = 1; - pixel_y = -2 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/curtain/open/shower/medical, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel, -/area/medical/virology) -"pY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/bed/chair/office/dark, -/obj/effect/landmark/start/detective, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"pZ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_equiptment_storage) -"qa" = ( -/obj/machinery/suit_cycler/medical, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"qb" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "miningops" - }, -/obj/machinery/light, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"qd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"qe" = ( -/obj/machinery/alarm/angled{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"qg" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - dir = 8; - frequency = 1380; - id_tag = "miningdocker_bay"; - pixel_x = 24 - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"qh" = ( -/turf/simulated/wall/bay/white, -/area/medical/exam_room) -"qj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/sortjunction/flipped{ - dir = 4; - name = "Library"; - sortType = "Library" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/effect/catwalk_plated/dark, -/turf/simulated/floor, -/area/stellardelight/deck1/starboard) -"qk" = ( -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"ql" = ( -/obj/structure/table/woodentable, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"qm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/port) -"qn" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light/small, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"qo" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/closet/emcloset, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/port) -"qp" = ( -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 8 - }, -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"qq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"qs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/orange/corner{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block) -"qu" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"qv" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/sign/deck1{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"qw" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#9c9c9c"; - fill_color = "#5c5c5c"; - id_tag = "dorm4"; - name = "Room 4"; - stripe_color = "#89bd66" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/dorms/dorm4) -"qx" = ( -/obj/machinery/atmospherics/unary/heater{ - dir = 4 - }, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"qy" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/sign/directions/evac{ - pixel_x = 32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"qA" = ( -/turf/simulated/wall/bay/r_wall/purple, -/area/stellardelight/deck1/researchserver) -"qB" = ( -/obj/structure/table/bench/steel, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"qD" = ( -/turf/simulated/wall/bay/white, -/area/stellardelight/deck1/paramedic) -"qE" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/stellardelight/deck1/shower) -"qF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/firealarm/angled{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"qG" = ( -/obj/machinery/door_timer/cell_3{ - id = "Cell C"; - name = "Cell C"; - pixel_x = 32; - pixel_y = 32 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"qH" = ( -/obj/item/modular_computer/console/preset/civilian, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/stellardelight/deck1/miningshuttle) -"qI" = ( -/obj/structure/table/steel, -/obj/item/weapon/storage/box/flashbangs{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/item/weapon/storage/box/handcuffs{ - pixel_x = 6; - pixel_y = -2 - }, -/obj/item/weapon/storage/box/evidence, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_equiptment_storage) -"qJ" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/hatch{ - door_color = "#8c1d11"; - name = "maintenance access"; - req_one_access = list(38,63); - stripe_color = "#8c1d11" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/tactical) -"qK" = ( -/obj/structure/bed/chair/sofa/corp/left, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm6) -"qL" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/camera/network/halls{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"qM" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"qN" = ( -/obj/structure/sign/painting/chapel_secure{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"qO" = ( -/obj/structure/table/reinforced, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/C) -"qP" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block) -"qQ" = ( -/obj/machinery/light_switch{ - pixel_y = 25 - }, -/obj/machinery/button/remote/blast_door{ - id = "chapelwindowlockdown"; - name = "Window Lockdown"; - pixel_x = -9; - pixel_y = 25 - }, -/turf/simulated/floor/carpet, -/area/chapel/main) -"qR" = ( -/turf/simulated/floor/tiled/dark, -/area/stellardelight/deck1/resleeving) -"qS" = ( -/obj/machinery/button/remote/blast_door{ - id = "brigwindowlockdown"; - name = "Window Lockdown"; - pixel_y = 25; - req_access = list(1) - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"qT" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/sign/directions/evac{ - dir = 1; - pixel_x = -32; - pixel_y = 32 - }, -/obj/effect/catwalk_plated/dark, -/obj/item/device/radio/beacon, -/turf/simulated/floor, -/area/stellardelight/deck1/aft) -"qU" = ( -/obj/machinery/mineral/stacking_machine, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"qV" = ( -/obj/machinery/suit_cycler/mining, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"qW" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 8; - door_color = "#ffffff"; - name = "Resleeving Lab"; - req_access = list(5); - stripe_color = "#5a96bb" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/resleeving) -"qX" = ( -/turf/space/internal_edge/right, -/area/stellardelight/deck1/starboard) -"qY" = ( -/obj/effect/floor_decal/milspec/color/orange/half, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block) -"qZ" = ( -/obj/structure/table/steel, -/obj/item/device/retail_scanner/security, -/obj/item/device/retail_scanner/security, -/obj/item/weapon/tool/crowbar, -/obj/item/weapon/tool/crowbar, -/obj/item/weapon/tool/crowbar, -/obj/item/weapon/tool/crowbar, -/obj/item/weapon/tool/crowbar, -/obj/item/weapon/tool/crowbar, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/red, -/obj/item/device/radio/intercom{ - dir = 1; - pixel_y = 24 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"ra" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/deck1/exploration) -"rb" = ( -/obj/machinery/button/remote/blast_door{ - dir = 8; - id = "GatewayShutterW"; - name = "EVA Shutter"; - pixel_x = 23; - req_one_access = list(18,19,43,67) - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"rc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm2) -"rd" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"re" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/sign/painting/public{ - pixel_x = -30 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"rf" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"rg" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"rh" = ( -/obj/structure/table/steel, -/obj/item/weapon/cell/device/weapon{ - pixel_x = 3 - }, -/obj/item/weapon/cell/device/weapon{ - pixel_x = -6; - pixel_y = -3 - }, -/obj/item/weapon/storage/box/donut, -/turf/simulated/floor/tiled/dark, -/area/security/security_equiptment_storage) -"ri" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"rj" = ( -/obj/machinery/camera/network/research, -/obj/machinery/vending/hydronutrients, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"rk" = ( -/obj/structure/bed/chair/backed_red, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/aft) -"rl" = ( -/obj/structure/cable/orange{ - icon_state = "2-8" - }, -/obj/structure/cable/orange{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"rm" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"rn" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/space/void/mining, -/obj/item/clothing/mask/breath, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/head/helmet/space/void/mining, -/obj/item/weapon/mining_scanner, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/camera/network/mining{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"ro" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/pink{ - icon_state = "0-8" - }, -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"rp" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/morgue{ - dir = 2; - name = "Private Study"; - req_access = list(37) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/steel_ridged, -/area/library) -"rr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/library) -"rs" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/power/sensor{ - name = "Powernet Sensor - Security Subgrid"; - name_tag = "Security Subgrid" - }, -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/angled{ - dir = 4; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/security) -"rt" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/folder/blue, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"ru" = ( -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -25; - pixel_y = 32 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/assembly/robotics) -"rw" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"ry" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/table/reinforced, -/obj/item/weapon/paper_bin{ - pixel_x = -1; - pixel_y = 4 - }, -/obj/item/weapon/pen, -/obj/machinery/door/blast/angled_shutter/open{ - dir = 4; - id = "dontlooktmyrobotpenis"; - name = "Privacy Shutters" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/assembly/robotics) -"rz" = ( -/obj/effect/floor_decal/industrial/warning, -/obj/structure/closet/walllocker_double/east, -/obj/item/device/defib_kit/jumper_kit, -/obj/item/weapon/storage/box/gloves, -/obj/item/weapon/storage/box/bodybags{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/weapon/book/manual/robotics_cyborgs, -/turf/simulated/floor/tiled/steel_dirty, -/area/assembly/robotics) -"rA" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - door_color = "#e6ab22"; - name = "Civilian Substation"; - req_one_access = list(10); - stripe_color = "#e6ab22" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/substation/civilian) -"rB" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"rC" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/civilian) -"rD" = ( -/obj/structure/extinguisher_cabinet{ - dir = 8; - pixel_x = 30 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"rF" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/turf/simulated/wall/bay/r_wall/red, -/area/security/armoury) -"rG" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"rH" = ( -/obj/structure/closet/l3closet/security, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/machinery/firealarm/angled, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"rI" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/space/void/mining, -/obj/item/clothing/mask/breath, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/head/helmet/space/void/mining, -/obj/item/weapon/mining_scanner, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/angled{ - dir = 1; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"rJ" = ( -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/security) -"rK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/glass, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"rL" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#ffffff"; - name = "Morgue"; - req_access = list(6); - stripe_color = "#5a96bb" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/medical/morgue) -"rM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"rN" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"rO" = ( -/obj/effect/floor_decal/borderfloorblack/full, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/machinery/deployable/barrier, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"rP" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 10 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"rQ" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/blast/angled{ - dir = 4; - id = "GatewayShutterE" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/gateway) -"rS" = ( -/obj/structure/closet/walllocker_double/east{ - dir = 8; - pixel_x = -32 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm7) -"rT" = ( -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"rV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"rW" = ( -/obj/machinery/button/remote/airlock{ - id = "dorm8"; - name = "Room 8 Lock"; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm8) -"rX" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"rY" = ( -/obj/structure/table/woodentable, -/obj/item/device/flashlight/lamp{ - pixel_x = -14; - pixel_y = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/button/remote/blast_door{ - dir = 1; - id = "chapelofficelockdown"; - name = "Window Lockdown"; - pixel_x = -5; - pixel_y = 5 - }, -/turf/simulated/floor/lino, -/area/chapel/office) -"rZ" = ( -/obj/machinery/door/airlock/angled_bay/standard/color/common{ - dir = 4; - id_tag = "bathroomstall1"; - name = "Toilet 1" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/crew_quarters/toilet) -"sa" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"sb" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/sign/directions/dorms{ - dir = 10; - pixel_x = 32; - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - pixel_x = 32 - }, -/obj/structure/sign/directions/janitor{ - dir = 8; - pixel_x = 32; - pixel_y = -6 - }, -/obj/machinery/camera/network/halls{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"sc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"sd" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"se" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"sf" = ( -/obj/machinery/disease2/isolator, -/obj/machinery/light/floortube{ - dir = 8; - pixel_x = -6 - }, -/obj/machinery/alarm/angled, -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/virology) -"sg" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"sh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/sign/department/medbay{ - name = "RESLEEVING"; - pixel_x = 32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"si" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"sj" = ( -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"sl" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/medical, -/obj/structure/curtain/open/privacy, -/obj/machinery/alarm/angled, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"sm" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 1 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/starboard) -"sn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm1) -"so" = ( -/obj/machinery/gateway{ - dir = 5 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"sp" = ( -/obj/machinery/power/apc/angled{ - dir = 1; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/turf/simulated/floor, -/area/maintenance/security_port) -"sq" = ( -/obj/structure/table/standard, -/obj/machinery/cell_charger, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel, -/area/assembly/robotics) -"sr" = ( -/obj/structure/closet/secure_closet/warden, -/obj/item/weapon/book/manual/security_space_law, -/obj/item/gunbox/warden, -/obj/machinery/power/apc/angled{ - dir = 8 - }, -/obj/structure/cable/pink{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/item/weapon/gun/energy/sizegun, -/obj/item/weapon/storage/box/donut, -/obj/item/device/ticket_printer, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"ss" = ( -/obj/machinery/optable{ - name = "Robotics Operating Table" - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/closet/secure_closet/medical_wall/anesthetics{ - pixel_x = 32; - req_access = list(); - req_one_access = list(29,45) - }, -/obj/machinery/camera/network/research{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/assembly/robotics) -"st" = ( -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/mining) -"su" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/camera/network/security{ - dir = 1 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"sv" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/security/armoury) -"sw" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"sx" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/B) -"sy" = ( -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"sz" = ( -/obj/structure/sign/deck1{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"sA" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/C) -"sB" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/landmark/vermin, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"sC" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/double/glass{ - door_color = "#333333"; - name = "Shuttle Bay"; - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/exploration) -"sD" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"sF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"sG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"sH" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"sI" = ( -/obj/machinery/door/window/eastright{ - dir = 8; - name = "Virology Isolation Room One"; - req_one_access = list(39) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/medical/virology) -"sJ" = ( -/obj/random/trash_pile, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"sK" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/camera/network/medbay{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/medical/virology) -"sL" = ( -/obj/structure/closet/secure_closet/security, -/obj/item/device/holowarrant, -/obj/item/clothing/accessory/badge/holo/cord, -/obj/item/clothing/accessory/badge/holo/cord, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/red, -/obj/item/device/ticket_printer, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"sM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atm{ - pixel_y = 30 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"sN" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"sO" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"sP" = ( -/obj/machinery/power/breakerbox/activated{ - RCon_tag = "Security Substation Bypass" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/security) -"sQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"sR" = ( -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/stellardelight/deck1/mining) -"sS" = ( -/obj/machinery/recharge_station, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"sT" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"sU" = ( -/obj/structure/closet/coffin, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/angled{ - dir = 1; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"sV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"sW" = ( -/obj/machinery/door/airlock/angled_bay/external/glass{ - dir = 4; - frequency = 1379; - id_tag = "ex_exterior"; - locked = 1; - name = "Exterior Airlock" - }, -/obj/machinery/door/firedoor/glass, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "ex_airlock"; - name = "exterior access button"; - pixel_y = 32; - req_one_access = list(13) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/deck1/exploration) -"sX" = ( -/obj/machinery/camera/network/research/xenobio{ - dir = 1 - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"sY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"sZ" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"ta" = ( -/turf/simulated/wall/bay/white, -/area/stellardelight/deck1/lowermed) -"tb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"td" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/cable/pink{ - icon_state = "2-4" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/deck1/portcent) -"te" = ( -/obj/machinery/firealarm/angled, -/obj/machinery/chemical_analyzer, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"tf" = ( -/obj/structure/closet/wardrobe/robotics_black, -/turf/simulated/floor/tiled/dark, -/area/stellardelight/deck1/researchequip) -"tg" = ( -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"th" = ( -/obj/structure/table/rack/steel, -/obj/item/clothing/gloves/arm_guard/riot, -/obj/item/clothing/shoes/leg_guard/riot, -/obj/item/clothing/suit/armor/riot/alt, -/obj/item/clothing/head/helmet/riot, -/obj/item/weapon/shield/riot, -/obj/item/clothing/gloves/arm_guard/riot, -/obj/item/clothing/shoes/leg_guard/riot, -/obj/item/clothing/suit/armor/riot/alt, -/obj/item/clothing/head/helmet/riot, -/obj/item/weapon/shield/riot, -/obj/effect/floor_decal/milspec/color/black, -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"ti" = ( -/obj/machinery/computer/secure_data, -/turf/simulated/floor/tiled/dark, -/area/security/security_processing) -"tj" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-4" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"tl" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/mob/living/simple_mob/animal/passive/mimepet/gregory, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"tm" = ( -/obj/structure/dogbed, -/mob/living/simple_mob/animal/passive/tindalos/twigs, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"tn" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"to" = ( -/obj/structure/table/bench/standard, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block) -"tp" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "security_airlock"; - name = "interior access button"; - pixel_x = -32; - req_access = list(1) - }, -/obj/machinery/door/airlock/angled_bay/external/glass{ - frequency = 1379; - id_tag = "security_interior"; - locked = 1; - name = "Security Airlock" - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/tactical) -"tq" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#ffffff"; - fill_color = "#ead9ff"; - name = "Circuitry Workshop"; - req_access = list(7); - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/rnd/workshop) -"tr" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"ts" = ( -/obj/machinery/mech_recharger, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"tt" = ( -/obj/structure/table/rack/steel, -/obj/item/clothing/gloves/arm_guard/laserproof, -/obj/item/clothing/shoes/leg_guard/laserproof, -/obj/item/clothing/suit/armor/laserproof, -/obj/item/clothing/head/helmet/laserproof, -/obj/item/clothing/gloves/arm_guard/laserproof, -/obj/item/clothing/shoes/leg_guard/laserproof, -/obj/item/clothing/suit/armor/laserproof, -/obj/item/clothing/head/helmet/laserproof, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"tu" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/purple, -/turf/simulated/floor, -/area/stellardelight/deck1/exploequipment) -"tv" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"tw" = ( -/obj/structure/sign/department/sci{ - pixel_x = 32 - }, -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"tx" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"tz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"tA" = ( -/obj/machinery/camera/network/research/xenobio{ - dir = 5; - network = list("Xenobiology") - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"tB" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"tC" = ( -/turf/simulated/wall/bay/r_wall/black, -/area/security/armoury) -"tD" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchhall) -"tE" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/bed/chair, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"tF" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_processing) -"tG" = ( -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm6) -"tH" = ( -/obj/structure/table/reinforced, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/C) -"tI" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/department/rnd{ - pixel_y = 32 - }, -/obj/machinery/door/blast/angled_shutter/open{ - dir = 4; - id = "rndshutters"; - name = "Privacy Shutters" - }, -/turf/simulated/floor/tiled/monotile, -/area/rnd/research) -"tJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"tK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/conveyor_switch/oneway{ - id = "bodieshitthefloor"; - pixel_x = -12; - pixel_y = 20 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"tL" = ( -/turf/simulated/wall/bay/r_wall{ - desc = "It has a steel stripe! A huge chunk of metal used to seperate rooms."; - stripe_color = "#3d5e80" - }, -/area/chapel/chapel_morgue) -"tM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block) -"tN" = ( -/obj/structure/table/steel, -/obj/random/maintenance/security, -/obj/random/contraband, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"tO" = ( -/obj/structure/table/standard, -/obj/item/weapon/hand_labeler, -/obj/item/weapon/pen, -/obj/item/weapon/packageWrap, -/obj/item/weapon/packageWrap, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"tP" = ( -/obj/machinery/alarm/angled{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"tR" = ( -/obj/machinery/door/firedoor/glass/hidden/steel{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"tS" = ( -/obj/machinery/papershredder, -/obj/machinery/camera/network/security, -/obj/effect/floor_decal/milspec/color/red, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"tT" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"tU" = ( -/obj/structure/table/bench/steel, -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"tW" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"tX" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = -24; - pixel_y = -25 - }, -/turf/simulated/floor/lino, -/area/chapel/office) -"tY" = ( -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"tZ" = ( -/turf/simulated/floor/tiled/techfloor, -/area/medical/morgue) -"ua" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/obj/effect/floor_decal/borderfloorblack/full, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/machinery/portable_atmospherics/canister/empty, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"ub" = ( -/obj/structure/table/steel_reinforced, -/obj/item/ammo_magazine/m45/rubber{ - pixel_y = 9 - }, -/obj/item/ammo_magazine/m45/rubber{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/ammo_magazine/m45/rubber{ - pixel_y = -3 - }, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"uc" = ( -/obj/structure/table/rack/shelf, -/obj/item/weapon/tank/oxygen, -/obj/item/device/suit_cooling_unit, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/mask/breath, -/obj/item/clothing/suit/space/void/exploration, -/obj/item/clothing/head/helmet/space/void/exploration, -/obj/machinery/door/window/brigdoor/eastright{ - req_access = list(43) - }, -/obj/item/device/bluespaceradio/sd_prelinked, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"ue" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"uf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"ug" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/port) -"uh" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass/talon, -/obj/machinery/door/blast/regular/open{ - id = "talon_boat_cockpit" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/stellardelight/deck1/exploshuttle) -"ui" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/medical/virology) -"uj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"uk" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/item/device/radio/intercom{ - dir = 1; - name = "Station Intercom (General)"; - pixel_y = 21 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"ul" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"um" = ( -/turf/simulated/wall/bay/steel, -/area/maintenance/stellardelight/substation/atmospherics) -"un" = ( -/obj/machinery/gateway{ - dir = 9 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"uo" = ( -/obj/structure/cable/orange{ - icon_state = "2-4" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"uq" = ( -/turf/space, -/area/space) -"ur" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - door_color = "#8c1d11"; - name = "Brig"; - req_access = null; - req_one_access = list(38,63); - stripe_color = "#d27428" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/lobby) -"us" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/substation/medical) -"ut" = ( -/obj/machinery/door/firedoor/glass/hidden/steel{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"uu" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/aft) -"uv" = ( -/obj/structure/table/woodentable, -/obj/machinery/microwave, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm2) -"uw" = ( -/turf/space/internal_edge/left, -/area/stellardelight/deck1/starboard) -"ux" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"uy" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/gun/energy/ionrifle/pistol, -/obj/machinery/camera/network/security, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"uz" = ( -/obj/structure/table/reinforced, -/obj/item/device/slime_scanner, -/obj/item/device/slime_scanner, -/obj/item/weapon/reagent_containers/spray/cleaner, -/obj/machinery/light, -/obj/item/weapon/storage/box/syringes, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"uA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/port) -"uB" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "explowindowlockdown" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/stellardelight/deck1/exploration) -"uC" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"uD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"uF" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/deck1/exploration) -"uG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 9 - }, -/obj/structure/closet/emergsuit_wall{ - dir = 8; - pixel_x = -27 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"uH" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/obj/structure/cable/pink{ - icon_state = "0-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"uI" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -25; - pixel_y = -32 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"uJ" = ( -/obj/effect/floor_decal/industrial/loading{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"uL" = ( -/obj/effect/floor_decal/chapel, -/obj/structure/bed/chair/sofa/pew/right{ - dir = 1 - }, -/obj/effect/landmark/start/visitor, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"uM" = ( -/obj/structure/closet/excavation, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"uN" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"uP" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"uQ" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"uR" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/blast/angled_shutter/open{ - dir = 4; - id = "rndshutters"; - name = "Privacy Shutters" - }, -/turf/simulated/floor/tiled/monotile, -/area/rnd/research) -"uS" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/flora/pottedplant/stoutbush, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"uT" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"uU" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - door_color = "#ffffff"; - name = "Research and Development"; - req_access = list(7); - stripe_color = "#5a19a8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/steel_ridged, -/area/rnd/workshop) -"uV" = ( -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_x = -32; - req_access = list(39) - }, -/obj/machinery/door/blast/angled/open{ - id = "virologyquar"; - name = "Virology Emergency Quarantine Blast Doors" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/standard/color{ - autoclose = 0; - door_color = "#ffffff"; - frequency = 1379; - id_tag = "virology_airlock_exterior"; - locked = 1; - name = "Virology Exterior Airlock"; - req_access = list(39); - stripe_color = "#5a96bb" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/medical/virology) -"uW" = ( -/turf/simulated/wall/bay/purple, -/area/stellardelight/deck1/exploration) -"uX" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/maintenance/stellardelight/deck1/starboardaft) -"uY" = ( -/obj/structure/closet/radiation, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"uZ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/virology) -"va" = ( -/obj/structure/closet/secure_closet/miner, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"vb" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/camera/network/medbay{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"vc" = ( -/obj/machinery/vending/security, -/obj/machinery/camera/network/security, -/turf/simulated/floor/tiled/dark, -/area/security/security_equiptment_storage) -"vd" = ( -/obj/structure/mirror{ - pixel_y = 38 - }, -/obj/structure/sink{ - pixel_y = 20 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"ve" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"vf" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - dir = 4; - name = "maintenance access"; - stripe_color = "#454545" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/aft) -"vg" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 24; - pixel_y = 32 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"vh" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/starboard) -"vi" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"vj" = ( -/obj/machinery/recharge_station, -/obj/machinery/camera/network/exploration, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/aft) -"vk" = ( -/obj/structure/closet/secure_closet/pilot, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"vm" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/hatch{ - dir = 4; - name = "maintenance access"; - stripe_color = "#454545" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/crew_quarters/toilet) -"vn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"vo" = ( -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 8 - }, -/obj/effect/landmark/start/security, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"vp" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor/lino, -/area/chapel/office) -"vq" = ( -/obj/structure/closet/secure_closet/miner, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"vr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/starboard) -"vs" = ( -/obj/structure/table/steel, -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/weapon/pen, -/turf/simulated/floor/tiled/dark, -/area/security/security_processing) -"vt" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/item_bank{ - dir = 4; - pixel_x = -29 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"vu" = ( -/turf/simulated/wall/bay/r_wall/brown, -/area/stellardelight/deck1/dorms/dorm5) -"vv" = ( -/obj/effect/landmark/start/scientist, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchequip) -"vw" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"vx" = ( -/turf/simulated/wall/bay/r_wall/red, -/area/security/armoury) -"vy" = ( -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/explobriefing) -"vz" = ( -/obj/structure/bed/chair/backed_red{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"vA" = ( -/obj/machinery/computer/secure_data, -/obj/effect/floor_decal/milspec/color/red, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"vB" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"vC" = ( -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"vD" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"vE" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/lino, -/area/chapel/office) -"vF" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"vG" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/structure/cable/green{ - icon_state = "16-0" - }, -/obj/structure/disposalpipe/up{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/zpipe/up/supply, -/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"vH" = ( -/obj/machinery/button/remote/blast_door{ - id = "GatewayShutterE"; - name = "EVA Shutter"; - pixel_x = 5; - pixel_y = 24; - req_one_access = list(18,19,43,67) - }, -/obj/machinery/button/remote/blast_door{ - id = "GatewayShutterW"; - name = "EVA Shutter"; - pixel_x = -5; - pixel_y = 24; - req_access = null; - req_one_access = list(18,19,43,67) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"vI" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/firealarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/storage) -"vJ" = ( -/obj/machinery/mineral/stacking_unit_console{ - density = 0 - }, -/turf/simulated/wall/bay/brown, -/area/stellardelight/deck1/oreprocessing) -"vK" = ( -/obj/machinery/requests_console{ - department = "Exploration"; - name = "Exploration Requests Console"; - pixel_x = -30 - }, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"vL" = ( -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/angled{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/starboard) -"vM" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"vN" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"vP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"vQ" = ( -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"vT" = ( -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"vU" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/aft) -"vV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"vW" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start/medical, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/exam_room) -"vX" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"vY" = ( -/obj/machinery/mech_recharger, -/turf/simulated/floor/bluegrid, -/area/assembly/robotics) -"vZ" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/C) -"wa" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/security_port) -"wb" = ( -/obj/structure/sign/painting/chapel_secure{ - pixel_x = -32 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"wc" = ( -/obj/machinery/firealarm/angled, -/obj/machinery/mecha_part_fabricator/pros, -/turf/simulated/floor/tiled/steel, -/area/assembly/robotics) -"we" = ( -/obj/structure/table/steel, -/obj/item/weapon/storage/box/nifsofts_security, -/obj/item/weapon/hand_labeler, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/vending/wallmed1/public{ - pixel_x = -29 - }, -/obj/effect/floor_decal/milspec/color/red, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"wf" = ( -/turf/simulated/floor, -/area/maintenance/security_port) -"wg" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/tiled/steel_grid, -/area/maintenance/stellardelight/deck1/starboardaft) -"wh" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 5 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"wi" = ( -/obj/machinery/door/firedoor/glass/hidden/steel{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"wj" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"wk" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"wm" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"wn" = ( -/obj/structure/table/woodentable, -/obj/machinery/light/small, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/landmark/vermin, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/starboard) -"wo" = ( -/obj/structure/table/bench/marble, -/obj/machinery/camera/network/medbay{ - dir = 1 - }, -/obj/effect/landmark/start/paramedic, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"wp" = ( -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"wq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"ws" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"wt" = ( -/obj/structure/table/rack, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/suit/space/void/pilot, -/obj/item/clothing/suit/space/void/pilot, -/obj/item/clothing/head/helmet/space/void/pilot, -/obj/item/clothing/head/helmet/space/void/pilot, -/obj/item/weapon/tank/oxygen, -/obj/item/weapon/tank/oxygen, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"wu" = ( -/obj/machinery/door/firedoor/glass/hidden/steel, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"wv" = ( -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen2"; - name = "Pen 2 Blast Doors" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"ww" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"wx" = ( -/obj/structure/cable/pink{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/dark, -/area/security/security_equiptment_storage) -"wy" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"wz" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/library) -"wA" = ( -/obj/machinery/firealarm/angled, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"wB" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"wC" = ( -/obj/structure/bed/chair/bay/shuttle{ - dir = 8 - }, -/obj/machinery/light/floortube{ - dir = 4; - pixel_x = 6 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/stellardelight/deck1/miningshuttle) -"wE" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/curtain/black{ - anchored = 1 - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/stellardelight/deck1/dorms/dorm1) -"wF" = ( -/turf/simulated/wall/bay/steel, -/area/maintenance/stellardelight/substation/cargo) -"wG" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/deck1/starboardfore) -"wI" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/machinery/seed_storage/xenobotany, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"wJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"wK" = ( -/obj/machinery/computer/rdconsole/robotics, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/machinery/camera/network/research, -/turf/simulated/floor/tiled/steel, -/area/assembly/robotics) -"wL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"wM" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/orange, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/C) -"wN" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"wO" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/mining/brace, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"wP" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"wQ" = ( -/obj/structure/table/rack, -/obj/random/maintenance/research, -/obj/random/maintenance, -/obj/random/maintenance, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"wR" = ( -/obj/machinery/computer/diseasesplicer{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/virology) -"wS" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#9c9c9c"; - fill_color = "#5c5c5c"; - id_tag = "dorm8"; - name = "Room 8"; - stripe_color = "#89bd66" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/dorms/dorm8) -"wT" = ( -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"wU" = ( -/obj/structure/cable/orange{ - icon_state = "2-4" - }, -/obj/structure/table/rack, -/obj/random/maintenance, -/obj/random/maintenance/clean, -/obj/random/maintenance/research, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"wV" = ( -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"wW" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"wX" = ( -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/security/tactical) -"wY" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/B) -"wZ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_y = 32 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 1 - }, -/obj/effect/landmark{ - name = "vinestart" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"xa" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"xb" = ( -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/exploration) -"xc" = ( -/obj/machinery/door/firedoor/glass/hidden/steel{ - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"xd" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/tiled/dark, -/area/security/security_processing) -"xe" = ( -/turf/simulated/wall/bay/r_wall/brown, -/area/stellardelight/deck1/starboard) -"xf" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/brown, -/turf/simulated/floor, -/area/stellardelight/deck1/miningequipment) -"xg" = ( -/obj/structure/table/glass, -/obj/item/weapon/reagent_containers/glass/bottle/biomass{ - pixel_x = -4; - pixel_y = 8 - }, -/obj/item/weapon/reagent_containers/glass/bottle/biomass{ - pixel_x = -7; - pixel_y = 4 - }, -/obj/item/weapon/reagent_containers/glass/bottle/biomass{ - pixel_x = 6; - pixel_y = 8 - }, -/obj/item/weapon/reagent_containers/glass/bottle/biomass{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/item/device/flashlight/pen{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/computer/guestpass{ - dir = 8; - pixel_x = 25 - }, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"xh" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/paper_bin{ - pixel_x = -2; - pixel_y = 8 - }, -/obj/item/weapon/pen/blue{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/lino, -/area/chapel/office) -"xi" = ( -/obj/structure/morgue{ - dir = 2 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/medical/morgue) -"xj" = ( -/obj/machinery/portable_atmospherics/hydroponics, -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"xk" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/dispenser/oxygen, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"xl" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/table/steel, -/obj/random/maintenance, -/obj/random/maintenance/research, -/obj/random/maintenance, -/obj/random/maintenance/clean, -/obj/random/maintenance/cargo, -/obj/random/maintenance/cargo, -/obj/random/contraband, -/obj/random/action_figure, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"xm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"xn" = ( -/obj/machinery/firealarm/angled, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"xq" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"xs" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/roboticist, -/turf/simulated/floor/tiled/steel, -/area/assembly/robotics) -"xt" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/xenobio, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"xu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"xv" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/wall{ - dir = 8 - }, -/turf/simulated/floor/lino, -/area/chapel/office) -"xw" = ( -/obj/structure/closet/crate, -/obj/random/maintenance, -/obj/random/maintenance, -/obj/random/maintenance, -/obj/random/maintenance/cargo, -/obj/random/maintenance/clean, -/obj/item/weapon/disk/nifsoft/compliance, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"xx" = ( -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/starboard) -"xy" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/deck1/portfore) -"xz" = ( -/obj/machinery/requests_console/preset/research{ - pixel_y = 30 - }, -/obj/machinery/button/remote/blast_door{ - id = "rndshutters"; - name = "Privacy Shutter Control"; - pixel_x = -15; - pixel_y = 30 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"xA" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"xB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/wood, -/area/library) -"xC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 2; - icon_state = "pipe-j2" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"xD" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"xE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/station_map{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"xF" = ( -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - name = "Research"; - sortType = "Research" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 10 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"xG" = ( -/obj/machinery/chem_master, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/camera/network/security{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"xH" = ( -/obj/structure/table/woodentable, -/obj/machinery/microwave, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm6) -"xI" = ( -/obj/machinery/door/window/eastright{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"xJ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass/talon, -/obj/machinery/door/blast/regular/open{ - id = "talon_boat_cockpit" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/plating, -/area/stellardelight/deck1/miningshuttle) -"xK" = ( -/obj/machinery/power/apc/angled{ - dir = 1; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/structure/closet/firecloset, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"xL" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"xM" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - frequency = 1379; - id_tag = "ex_airpump" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"xN" = ( -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"xO" = ( -/obj/machinery/computer/shuttle_control/explore/stellardelight/mining, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/stellardelight/deck1/miningshuttle) -"xP" = ( -/obj/structure/sign/department/morgue{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"xQ" = ( -/obj/structure/window/reinforced, -/obj/machinery/power/apc/angled{ - dir = 4 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"xR" = ( -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"xS" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/shower) -"xT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"xU" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"xV" = ( -/turf/simulated/floor/carpet, -/area/library) -"xW" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/substation/security) -"xX" = ( -/obj/structure/table/reinforced, -/obj/item/device/uv_light, -/obj/item/weapon/reagent_containers/spray/luminol, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"xZ" = ( -/obj/machinery/door/firedoor/glass/hidden/steel{ - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"ya" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"yb" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass/talon, -/obj/machinery/door/blast/regular/open{ - id = "talon_boat_cockpit" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/stellardelight/deck1/exploshuttle) -"yc" = ( -/obj/structure/bed/chair/bay/shuttle{ - dir = 8 - }, -/obj/machinery/power/apc/angled{ - cell_type = /obj/item/weapon/cell/super; - dir = 4; - req_access = list(19,43,67,66,5) - }, -/obj/structure/cable/green{ - color = "#42038a" - }, -/obj/machinery/light/floortube{ - dir = 4; - pixel_x = 6 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/stellardelight/deck1/exploshuttle) -"yd" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"ye" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/red, -/turf/simulated/floor, -/area/prison/cell_block) -"yf" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"yg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/wood, -/area/library) -"yi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"yj" = ( -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 9 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"yk" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/blast/multi_tile/two_tile_ver{ - id = "armorydoor"; - name = "Armory" - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"yl" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"ym" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/rnd/xenobiology) -"yn" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"yo" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"yp" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - dir = 4; - door_color = "#ffffff"; - name = "maintenance access"; - req_one_access = null; - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/deck1/starboardaft) -"yq" = ( -/obj/structure/table/standard, -/obj/machinery/recharger, -/obj/item/device/retail_scanner/science, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"yr" = ( -/obj/machinery/power/apc/angled{ - dir = 4; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/table/rack, -/obj/random/maintenance/research, -/obj/random/maintenance/security, -/obj/random/maintenance/security, -/obj/random/maintenance/clean, -/obj/random/maintenance, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"yt" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/machinery/computer/guestpass{ - pixel_y = 24 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"yu" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"yv" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/wall{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"yw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"yx" = ( -/obj/machinery/firealarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"yy" = ( -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"yz" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"yB" = ( -/obj/machinery/alarm/angled{ - dir = 8 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell C" - }, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/C) -"yC" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "16-0" - }, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"yD" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/turf/simulated/floor/tiled/eris, -/area/rnd/storage) -"yE" = ( -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"yF" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/angled_bay/double{ - name = "maintenance access"; - stripe_color = "#454545" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"yG" = ( -/obj/structure/cable/pink{ - icon_state = "1-4" - }, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"yH" = ( -/obj/structure/bed/chair/bay/shuttle{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/stellardelight/deck1/miningshuttle) -"yI" = ( -/obj/machinery/transhuman/resleever, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/assembly/robotics) -"yK" = ( -/obj/effect/floor_decal/industrial/warning, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"yL" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 5 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"yM" = ( -/obj/machinery/mech_recharger, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"yN" = ( -/obj/structure/bed/chair, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"yO" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/camera/network/halls, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"yP" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/pen, -/obj/item/weapon/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"yQ" = ( -/obj/machinery/atmospherics/unary/freezer{ - dir = 8; - icon_state = "freezer_1"; - power_setting = 20; - set_temperature = 73; - use_power = 1 - }, -/obj/effect/floor_decal/industrial/outline/blue, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/researchserver) -"yR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/red/corner{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"yS" = ( -/obj/structure/table/rack, -/obj/random/maintenance, -/obj/random/maintenance, -/obj/random/maintenance/clean, -/obj/random/maintenance/research, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"yT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"yU" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/weapon/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/clothing/glasses/welding, -/obj/item/weapon/storage/belt/utility, -/obj/machinery/power/apc/angled{ - dir = 4 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"yV" = ( -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/lino, -/area/chapel/office) -"yW" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 4 - }, -/obj/effect/mouse_hole_spawner{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"yX" = ( -/obj/effect/shuttle_landmark/premade/sd/deck1/aft, -/turf/space, -/area/space) -"yY" = ( -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 8; - external_pressure_bound = 0; - external_pressure_bound_default = 0; - icon_state = "map_vent_in"; - initialize_directions = 1; - internal_pressure_bound = 4000; - internal_pressure_bound_default = 4000; - pressure_checks = 2; - pressure_checks_default = 2; - pump_direction = 0; - use_power = 1 - }, -/turf/simulated/floor/bluegrid{ - name = "Server Base"; - nitrogen = 500; - oxygen = 0; - temperature = 80 - }, -/area/stellardelight/deck1/researchserver) -"yZ" = ( -/obj/effect/floor_decal/chapel{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"za" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"zb" = ( -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 10 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"zc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"zd" = ( -/obj/machinery/door/airlock/angled_bay/external/glass{ - dir = 4; - frequency = 1379; - id_tag = "ex_interior"; - locked = 1; - name = "Exterior Airlock" - }, -/obj/machinery/door/firedoor/glass, -/obj/machinery/access_button{ - command = "cycle_interior"; - frequency = 1379; - master_tag = "ex_airlock"; - name = "interior access button"; - pixel_y = 32; - req_one_access = list(13) - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/deck1/exploration) -"ze" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"zf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/virology) -"zg" = ( -/obj/structure/bed/chair/comfy/black, -/obj/machinery/firealarm/angled{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm8) -<<<<<<< HEAD -"zh" = ( -/obj/structure/bed/chair/backed_red{ - dir = 8 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -======= -"zi" = ( -/obj/machinery/space_heater, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) ->>>>>>> 244095be9e... Merge pull request #14220 from Very-Soft/removeexplo -"zj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/wood, -/area/library) -"zk" = ( -/obj/structure/closet/l3closet/virology, -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/medical/virology) -"zl" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"zm" = ( -/obj/structure/closet/walllocker_double/east, -/obj/item/device/camera, -/obj/item/weapon/folder/yellow, -/obj/item/weapon/pen, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"zn" = ( -/obj/structure/closet/secure_closet/paramedic, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"zo" = ( -/obj/item/weapon/stool/padded, -/obj/machinery/light_switch{ - pixel_y = 25 - }, -/obj/effect/landmark/start/librarian, -/turf/simulated/floor/carpet, -/area/library) -"zp" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/gun/energy/ionrifle, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/black, -/obj/effect/landmark/vermin, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"zq" = ( -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"zr" = ( -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm2) -"zs" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"zt" = ( -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/research) -"zv" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"zw" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - door_color = "#e6ab22"; - name = "Medical Substation"; - req_one_access = list(10); - stripe_color = "#e6ab22" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/substation/medical) -"zx" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_equiptment_storage) -"zy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"zz" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"zA" = ( -/obj/structure/closet/walllocker_double/north, -/obj/fiftyspawner/steel, -/obj/fiftyspawner/steel, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/workshop) -"zB" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - dir = 4; - name = "maintenance access"; - stripe_color = "#454545" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/security_port) -"zC" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"zD" = ( -/turf/simulated/wall/bay/r_wall/red, -/area/security/warden) -"zE" = ( -/obj/structure/table/rack/shelf/steel, -/obj/machinery/atmospherics/pipe/simple/hidden/purple{ - dir = 6 - }, -/obj/effect/floor_decal/milspec/color/black, -/obj/item/ammo_magazine/ammo_box/b12g/stunshell{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/ammo_magazine/ammo_box/b12g/flash{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/item/ammo_magazine/ammo_box/b12g/beanbag{ - pixel_x = -5; - pixel_y = 7 - }, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"zG" = ( -/obj/machinery/autolathe{ - dir = 1; - hacked = 1 - }, -/obj/structure/reagent_dispensers/acid{ - pixel_x = -32 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/assembly/robotics) -"zH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/security) -"zI" = ( -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen5"; - name = "Pen 5 Blast Doors" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"zK" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"zL" = ( -/obj/machinery/firealarm/angled, -/obj/effect/landmark{ - name = "lightsout" - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"zM" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/port) -"zN" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/clothing/suit/storage/vest/heavy/officer{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/clothing/suit/storage/vest/heavy/officer{ - pixel_x = -4; - pixel_y = -6 - }, -/obj/item/clothing/suit/storage/vest/heavy/officer{ - pixel_x = 5; - pixel_y = -6 - }, -/obj/item/clothing/suit/storage/vest/heavy/officer{ - pixel_x = 5; - pixel_y = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"zO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/camera/network/command, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"zP" = ( -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"zQ" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"zR" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm4) -"zS" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/machinery/firealarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchhall) -"zT" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 28 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 20 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"zU" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"zV" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - dir = 4; - frequency = 1380; - id_tag = "miningdocker"; - pixel_x = -24 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/stellardelight/deck1/miningshuttle) -"zW" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"zX" = ( -/obj/machinery/r_n_d/server/robotics, -/turf/simulated/floor/bluegrid{ - name = "Server Base"; - nitrogen = 500; - oxygen = 0; - temperature = 80 - }, -/area/stellardelight/deck1/researchserver) -"zY" = ( -/obj/structure/bed/chair/sofa/pew/right{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"zZ" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"Aa" = ( -/obj/item/weapon/storage/backpack/parachute{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/weapon/storage/backpack/parachute{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/weapon/storage/backpack/parachute{ - pixel_x = 4; - pixel_y = -6 - }, -/obj/item/weapon/storage/backpack/parachute{ - pixel_x = -4; - pixel_y = -6 - }, -/obj/structure/table/rack/shelf, -/obj/item/weapon/storage/backpack/parachute{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/weapon/storage/backpack/parachute{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/weapon/storage/backpack/parachute{ - pixel_x = 4; - pixel_y = -6 - }, -/obj/item/weapon/storage/backpack/parachute{ - pixel_x = -4; - pixel_y = -6 - }, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"Ab" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/tiled/steel_grid, -/area/maintenance/stellardelight/deck1/starboardaft) -"Ac" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"Ad" = ( -/obj/machinery/camera/network/research/xenobio{ - dir = 9; - network = list("Xenobiology") - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"Ae" = ( -/obj/structure/bed/chair/sofa/corp/right, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm6) -"Af" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/button/remote/blast_door{ - dir = 4; - id = "xenospace4"; - name = "4 Space Door"; - pixel_x = 5; - pixel_y = 2; - req_access = list(55) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"Ag" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/effect/mouse_hole_spawner{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Ah" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"Ai" = ( -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen3"; - name = "Pen 3 Blast Doors" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"Aj" = ( -/turf/simulated/wall/bay/steel, -/area/stellardelight/deck1/pilot) -"Ak" = ( -/turf/simulated/wall/bay/r_wall/black, -/area/chapel/chapel_morgue) -"Am" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"An" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"Ao" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - dir = 4; - door_color = "#8c1d11"; - name = "Equipment Storage"; - req_access = list(1); - stripe_color = "#d27428" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/security_lockerroom) -"Ap" = ( -/obj/structure/table/bench/sifwooden/padded, -/obj/effect/landmark/start/pilot, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"Aq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm5) -"Ar" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm6) -"As" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"At" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"Au" = ( -/obj/machinery/power/apc/angled{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/exam_room) -"Av" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"Aw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/security, -/turf/simulated/floor/tiled/dark, -/area/security/security_processing) -"Ax" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"Ay" = ( -/obj/machinery/light/small, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm2) -"AB" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = -24; - pixel_y = -24 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm5) -"AC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/alarm/angled, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"AD" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/wall{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/computer/shuttle_control/explore/stellardelight/exploration{ - dir = 8 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"AF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 5 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"AG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - name = "Janitor"; - sortType = "Janitor" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/effect/catwalk_plated/dark, -/turf/simulated/floor, -/area/stellardelight/deck1/port) -"AH" = ( -/obj/structure/bookcase{ - name = "bookcase (Non-Fiction)" - }, -/obj/item/weapon/book/bundle/custom_library/nonfiction/riseandfallofpersianempire, -/obj/item/weapon/book/bundle/custom_library/nonfiction/skrelliancastesystem, -/obj/item/weapon/book/bundle/custom_library/nonfiction/viabilityofcorporategov, -/obj/item/weapon/book/custom_library/nonfiction/freesirisailightbulbs, -/obj/item/weapon/book/manual/synthetic_life, -/turf/simulated/floor/wood, -/area/library) -"AI" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/table/steel, -/obj/random/maintenance, -/obj/random/maintenance, -/obj/random/contraband, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"AJ" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - dir = 4; - door_color = "#2e2e2e"; - name = "Chapel" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/chapel/main) -"AK" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced, -/obj/item/clothing/mask/breath, -/obj/item/weapon/rig/eva/equipped, -/obj/machinery/door/window/brigdoor/eastright{ - req_access = list(11,24) - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"AL" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-4" - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchhall) -"AM" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-4" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"AN" = ( -/obj/structure/table/woodentable, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/carpet, -/area/library) -"AO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"AP" = ( -/obj/item/weapon/bedsheet/bluedouble, -/obj/structure/bed/double/padded, -/obj/structure/curtain/black, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm5) -"AQ" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"AR" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"AS" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/medical, -/obj/structure/curtain/open/privacy, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/item/device/radio/intercom{ - dir = 1; - pixel_y = 24 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"AT" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/curtain/black{ - anchored = 1 - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/stellardelight/deck1/dorms/dorm5) -"AV" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"AW" = ( -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"AX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan, -/obj/effect/floor_decal/milspec/color/black, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"AY" = ( -/turf/simulated/wall/bay/r_wall/black, -/area/chapel/main) -"AZ" = ( -/obj/machinery/door/firedoor/glass/hidden/steel, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Ba" = ( -/obj/machinery/status_display{ - pixel_x = 32 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"Bb" = ( -/obj/structure/table/steel, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"Bd" = ( -/obj/machinery/firealarm/angled, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"Be" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"Bf" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/security_port) -"Bi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"Bj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/medical/virology) -"Bk" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"Bl" = ( -/obj/structure/bed/chair/backed_red{ - dir = 1 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/aft) -"Bm" = ( -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen3"; - name = "Pen 3 Blast Doors" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"Bn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/bed/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/roboticist, -/turf/simulated/floor/tiled/steel, -/area/assembly/robotics) -"Bo" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/surgery, -/obj/item/weapon/paper{ - desc = ""; - info = "Stop installing NIFs in here you clods! Unless it's on a synth. Otherwise, STOP DOING IT! You're killing people! -Management"; - name = "note to science staff" - }, -/obj/item/device/robotanalyzer, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/item/device/mmi/digital/posibrain, -/obj/item/device/mmi, -/turf/simulated/floor/tiled/steel_dirty, -/area/assembly/robotics) -"Br" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm5) -"Bs" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - door_color = "#8c1d11"; - name = "Equipment Storage"; - req_access = list(1); - stripe_color = "#d27428" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/security_lockerroom) -"Bt" = ( -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 4 - }, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"Bu" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"Bv" = ( -/obj/structure/table/reinforced, -/obj/item/device/reagent_scanner, -/obj/item/device/mass_spectrometer/adv, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 6 - }, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"Bw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"Bx" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/obj/effect/landmark/start/visitor, -/turf/simulated/floor/wood, -/area/library) -"By" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"Bz" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/start/janitor, -/turf/simulated/floor/tiled/monotile, -/area/janitor) -"BA" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_y = 32 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 1 - }, -/obj/effect/landmark/vermin, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"BB" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"BC" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"BD" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - dir = 4; - door_color = "#333333"; - name = "Shuttle Bay"; - req_one_access = null; - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/exploration) -"BE" = ( -/obj/machinery/light/floortube{ - dir = 8; - pixel_x = -6 - }, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"BF" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 8; - door_color = "#ffffff"; - name = "Exam Room"; - req_access = list(5); - stripe_color = "#5a96bb" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/medical/exam_room) -"BG" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"BH" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/landmark/vermin, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"BI" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/port) -"BJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"BK" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/assembly/robotics) -"BL" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"BM" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/recharger, -/obj/item/device/ticket_printer, -/turf/simulated/floor/tiled/dark, -/area/security/security_equiptment_storage) -"BN" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow, -/obj/machinery/power/sensor{ - name = "Powernet Sensor - Cargo Subgrid"; - name_tag = "Cargo Subgrid" - }, -/obj/machinery/power/apc/angled{ - dir = 4; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/cargo) -"BO" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/machinery/light, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"BP" = ( -/obj/structure/table/steel, -/obj/random/maintenance/clean, -/obj/random/maintenance, -/obj/random/contraband, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"BQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/research) -"BR" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"BS" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/filingcabinet, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"BT" = ( -/obj/machinery/power/apc/angled{ - dir = 4 - }, -/obj/structure/cable/pink{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_equiptment_storage) -"BU" = ( -/turf/simulated/wall/bay/black, -/area/chapel/main) -"BV" = ( -/obj/machinery/disease2/incubator, -/obj/structure/reagent_dispensers/virusfood{ - pixel_y = 27 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/virology) -"BW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/exploration) -"BX" = ( -/obj/machinery/portable_atmospherics/hydroponics, -/obj/machinery/atmospherics/portables_connector{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"BY" = ( -/obj/structure/table/reinforced, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block) -"BZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"Ca" = ( -/obj/machinery/camera/network/command{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"Cb" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = 25; - pixel_y = -24 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm3) -"Cc" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Ce" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "researchwindowlockdown" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/rnd/xenobiology/xenoflora_storage) -"Cf" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"Cg" = ( -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"Ch" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 10 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Ci" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-2" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"Cj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/library) -"Ck" = ( -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/obj/machinery/photocopier, -/turf/simulated/floor/wood, -/area/library) -"Cl" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/camera/network/command{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"Cm" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/disposalpipe/up{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers, -/obj/machinery/atmospherics/pipe/zpipe/up/supply, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"Cn" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"Co" = ( -/obj/structure/bed/chair/sofa/corp/left{ - dir = 1 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm7) -"Cp" = ( -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchhall) -"Cr" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"Cs" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - dir = 4; - name = "maintenance access"; - stripe_color = "#454545" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/deck1/starboardcent) -"Ct" = ( -/turf/simulated/wall/bay/r_wall/purple, -/area/assembly/robotics) -"Cv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"Cw" = ( -/obj/effect/floor_decal/borderfloorblack/full, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/machinery/deployable/barrier, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"Cx" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"Cz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"CA" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/obj/effect/landmark/start/visitor, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"CB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"CC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"CD" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "brigwindowlockdown" - }, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/security/security_equiptment_storage) -"CE" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/button/remote/blast_door{ - dir = 8; - id = "securitylockdown"; - name = "Brig Lockdown"; - pixel_x = 26; - pixel_y = -7 - }, -/obj/machinery/button/remote/blast_door{ - dir = 8; - id = "armorydoor"; - name = "Armory"; - pixel_x = 26; - pixel_y = 9 - }, -/obj/machinery/button/remote/blast_door{ - dir = 8; - id = "wardenoffice"; - name = "Privacy Shutters"; - pixel_x = 37; - pixel_y = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"CG" = ( -/turf/simulated/wall/bay/white, -/area/stellardelight/deck1/resleeving) -"CI" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"CJ" = ( -/obj/structure/table/glass, -/obj/item/weapon/book/manual/virology, -/obj/item/device/antibody_scanner, -/obj/item/weapon/reagent_containers/glass/beaker, -/obj/item/weapon/paper_bin, -/obj/item/weapon/folder/white, -/obj/item/weapon/pen, -/obj/machinery/light/floortube{ - dir = 4; - pixel_x = 6 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/wall{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/virology) -"CK" = ( -/obj/machinery/button/remote/blast_door{ - id = "explowindowlockdown"; - name = "Window Lockdown"; - pixel_y = 25 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"CL" = ( -/obj/structure/stairs/spawner/north, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor, -/area/stellardelight/deck1/aft) -"CM" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/red, -/turf/simulated/floor, -/area/prison/cell_block/C) -"CO" = ( -/obj/structure/table/woodentable, -/obj/machinery/librarycomp, -/turf/simulated/floor/carpet, -/area/library) -"CP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"CQ" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/requests_console/preset/security{ - pixel_y = 30 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/effect/floor_decal/milspec/color/red, -/obj/item/weapon/paper_bin{ - pixel_y = 7 - }, -/obj/item/weapon/pen, -/obj/item/device/ticket_printer, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"CR" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/medical/virology) -"CS" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-4" - }, -/turf/simulated/wall/bay/r_wall/purple, -/area/rnd/xenobiology) -"CT" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/structure/table/standard, -/obj/item/device/cataloguer, -/obj/item/device/cataloguer, -/obj/item/device/cataloguer/compact, -/obj/item/device/cataloguer/compact, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"CU" = ( -/obj/machinery/washing_machine, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/machinery/alarm/angled, -/turf/simulated/floor/tiled/dark, -/area/stellardelight/deck1/resleeving) -"CV" = ( -/obj/structure/sign/directions/dorms{ - dir = 1; - pixel_x = 32 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_x = 32; - pixel_y = 6 - }, -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"CW" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"CX" = ( -/obj/effect/floor_decal/chapel{ - dir = 1 - }, -/obj/structure/bed/chair/sofa/pew/left{ - dir = 1 - }, -/obj/effect/landmark/start/visitor, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"CY" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/table/rack, -/obj/random/drinkbottle, -/obj/random/maintenance, -/obj/random/maintenance, -/obj/random/maintenance, -/obj/random/maintenance/research, -/obj/random/maintenance/research, -/obj/random/maintenance/clean, -/obj/random/maintenance/clean, -/obj/random/contraband, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"CZ" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Da" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 8; - door_color = "#ffffff"; - name = "EMT Bay"; - req_access = list(5); - stripe_color = "#5a96bb" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/paramedic) -"Db" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "researchwindowlockdown" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/rnd/storage) -"Dc" = ( -/obj/item/weapon/bedsheet/orangedouble, -/obj/structure/bed/double/padded, -/obj/structure/curtain/black, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm3) -"Dd" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"De" = ( -/obj/item/weapon/bedsheet/bluedouble, -/obj/structure/bed/double/padded, -/obj/structure/curtain/black, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm4) -"Df" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -32; - pixel_y = -32 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"Dg" = ( -/obj/structure/plasticflaps/mining, -/obj/machinery/conveyor{ - dir = 8; - id = "bodieshitthefloor" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/chapel/chapel_morgue) -"Di" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/stellardelight/deck1/fore) -"Dj" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/double{ - name = "maintenance access"; - stripe_color = "#454545" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"Dk" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 10 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Dl" = ( -/obj/structure/cable/pink{ - icon_state = "2-4" - }, -/obj/structure/cable/pink{ - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"Dm" = ( -/obj/structure/bed/chair/backed_red, -/obj/item/device/radio/intercom{ - dir = 1; - name = "Station Intercom (General)"; - pixel_y = 21 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/aft) -"Dn" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"Do" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/landmark{ - name = "lightsout" - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"Dp" = ( -/obj/machinery/door/firedoor/glass/hidden/steel, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_x = -32; - pixel_y = 10 - }, -/obj/structure/sign/directions/library{ - dir = 4; - pixel_x = -32; - pixel_y = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"Dq" = ( -/obj/machinery/newscaster{ - pixel_x = -29 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Dr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/mouse_hole_spawner{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"Ds" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 4; - door_color = "#ffffff"; - fill_color = "#ead9ff"; - name = "Robotics Lab"; - req_access = list(29,47); - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/assembly/robotics) -"Dt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"Dv" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"Dw" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"Dx" = ( -/turf/simulated/wall/bay/r_wall/purple, -/area/rnd/xenobiology) -"Dy" = ( -/obj/machinery/shower{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 5 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"Dz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"DA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 24; - pixel_y = -32 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"DC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"DD" = ( -/obj/structure/cable/orange{ - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"DE" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"DF" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "brigwindowlockdown" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/prison/cell_block/C) -"DG" = ( -/obj/structure/bed/chair/office/light, -/obj/effect/landmark/start/xenobot, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"DH" = ( -/turf/simulated/wall/bay/r_wall/purple, -/area/rnd/xenobiology/xenoflora_storage) -"DI" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"DJ" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/camera/network/halls{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"DK" = ( -/obj/machinery/door/firedoor/glass/hidden/steel{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"DL" = ( -/obj/structure/closet/secure_closet/xenoarchaeologist, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"DN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"DO" = ( -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"DP" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/workshop) -"DQ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"DS" = ( -/turf/simulated/wall/bay/red, -/area/prison/cell_block) -"DT" = ( -/obj/fiftyspawner/glass, -/obj/fiftyspawner/glass, -/obj/fiftyspawner/glass, -/obj/fiftyspawner/rods, -/obj/fiftyspawner/rglass, -/obj/fiftyspawner/steel, -/obj/fiftyspawner/steel, -/obj/fiftyspawner/steel, -/obj/item/stack/material/plasteel{ - amount = 10 - }, -/obj/structure/closet/walllocker_double/north, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"DV" = ( -/obj/machinery/suit_cycler/pilot, -/obj/machinery/light, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"DW" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/workshop) -"DY" = ( -/obj/structure/railing/grey{ - dir = 4 - }, -/obj/structure/sign/directions/command{ - pixel_x = 32 - }, -/obj/structure/sign/directions/bar{ - pixel_x = 32; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - pixel_x = 32; - pixel_y = -12 - }, -/obj/structure/sign/directions/medical{ - pixel_x = 32; - pixel_y = -6 - }, -/obj/structure/sign/directions/stairs_up{ - pixel_x = 32; - pixel_y = 12 - }, -/turf/simulated/floor, -/area/stellardelight/deck1/fore) -"DZ" = ( -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 6 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"Eb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/library) -"Ec" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Ee" = ( -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"Ef" = ( -/turf/space/internal_edge/top, -/area/stellardelight/deck1/starboard) -"Eg" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/wood, -/area/library) -"Eh" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/security/armoury) -"Ei" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = -32; - pixel_y = -25 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_equiptment_storage) -"Ek" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"Em" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"En" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"Eo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/monotile, -/area/janitor) -"Ep" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/landmark{ - name = "vinestart" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Eq" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/light, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"Er" = ( -/obj/machinery/button/remote/blast_door{ - dir = 1; - id = "xenospace6"; - name = "6 Space Door"; - pixel_x = 10; - pixel_y = -21; - req_access = list(55) - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"Es" = ( -/obj/machinery/mecha_part_fabricator, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel, -/area/assembly/robotics) -"Et" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - door_color = "#e6ab22"; - name = "Civilian Substation"; - req_one_access = list(10); - stripe_color = "#e6ab22" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/substation/civilian) -"Eu" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"Ev" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"Ew" = ( -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"Ex" = ( -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen4"; - name = "Pen 4 Blast Doors" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"Ey" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/machinery/power/apc/angled{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"Ez" = ( -/obj/structure/table/reinforced, -/obj/item/stack/material/phoron{ - amount = 6 - }, -/obj/machinery/reagentgrinder{ - pixel_y = 11 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"EA" = ( -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 10 - }, -/obj/machinery/firealarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"EB" = ( -/obj/machinery/door/window/eastright{ - dir = 8; - name = "Virology Isolation Room Two"; - req_one_access = list(39) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/black{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/medical/virology) -"EC" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/structure/ore_box, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"ED" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_equiptment_storage) -"EG" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"EH" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"EI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"EJ" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/stellardelight/deck1/shuttlebay) -"EK" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/recharge_station, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"EM" = ( -/obj/structure/table/rack, -/obj/item/device/defib_kit/compact/loaded, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"EN" = ( -<<<<<<< HEAD -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -======= -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) ->>>>>>> 76e61a485c... Merge pull request #12764 from Very-Soft/timeforblue -"EO" = ( -/obj/machinery/door/firedoor/glass/hidden/steel{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"EP" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"EQ" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"ER" = ( -/turf/simulated/wall/bay/r_wall/brown, -/area/stellardelight/deck1/dorms/dorm8) -"ES" = ( -/obj/machinery/mass_driver{ - dir = 8; - id = "torpedolauncher" - }, -/obj/structure/sign/vacuum{ - pixel_y = 32 - }, -/turf/simulated/floor/airless, -/area/chapel/chapel_morgue) -"ET" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 5 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"EU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/table/woodentable, -/obj/item/weapon/paper_bin{ - pixel_y = 7 - }, -/obj/item/weapon/pen, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/library) -"EV" = ( -/obj/structure/stairs/spawner/south, -/obj/structure/railing/grey{ - dir = 8 - }, -/turf/simulated/floor, -/area/stellardelight/deck1/fore) -"EW" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/bluegrid, -/area/assembly/robotics) -"EX" = ( -/obj/structure/cable/orange{ - icon_state = "1-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/atmospherics) -"EY" = ( -/obj/effect/floor_decal/chapel{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"EZ" = ( -/turf/space/internal_edge/bottomright, -/area/stellardelight/deck1/starboard) -"Fa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 10 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"Fb" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/library) -"Fc" = ( -/obj/machinery/vending/wardrobe/scidrobe, -/obj/effect/floor_decal/industrial/outline, -/turf/simulated/floor/tiled/dark, -/area/stellardelight/deck1/researchequip) -"Fd" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/medical, -/obj/structure/curtain/open/privacy, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"Fe" = ( -/turf/simulated/wall/bay/red, -/area/security/detectives_office) -"Ff" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"Fh" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/closet/secure_closet/detective, -/obj/item/weapon/reagent_containers/spray/pepper, -/obj/item/device/camera{ - desc = "A one use - polaroid camera. 30 photos left."; - name = "detectives camera"; - pictures_left = 30 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"Fi" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"Fj" = ( -/obj/machinery/firealarm/angled, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"Fk" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/port) -"Fl" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/table/rack, -/obj/random/maintenance/research, -/obj/random/maintenance/research, -/obj/random/maintenance/security, -/obj/random/maintenance/clean, -/obj/random/maintenance, -/obj/random/contraband, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"Fm" = ( -/obj/structure/morgue{ - dir = 2 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"Fn" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "researchwindowlockdown" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/stellardelight/deck1/researchhall) -"Fo" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/angled_bay/hatch{ - name = "maintenance access"; - stripe_color = "#454545" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/deck1/portfore) -"Fp" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - dir = 4; - door_color = "#8c1d11"; - name = "maintenance access"; - req_one_access = list(1); - stripe_color = "#8c1d11" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/security_port) -"Fq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/landmark{ - name = "lightsout" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"Fr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"Fs" = ( -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"Ft" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"Fu" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 4; - door_color = "#9c9c9c"; - fill_color = "#5c5c5c"; - name = "Unisex Restrooms"; - stripe_color = "#89bd66" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/crew_quarters/toilet) -"Fv" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/camera/network/halls{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Fw" = ( -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/turf/simulated/floor/lino, -/area/chapel/office) -"Fx" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"Fy" = ( -/obj/structure/flora/pottedplant/orientaltree, -/obj/machinery/light, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/camera/network/command{ - dir = 9 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"Fz" = ( -/obj/structure/closet/l3closet/janitor, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/monotile, -/area/janitor) -"FA" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"FB" = ( -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/angled{ - dir = 1; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/medical/morgue) -"FC" = ( -/obj/machinery/computer/prisoner, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"FD" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/milspec/color/black, -/obj/structure/sign/department/armory{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"FE" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/deck1/starboardcent) -"FF" = ( -/obj/structure/cable/orange{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"FG" = ( -/turf/simulated/wall/bay/white, -/area/medical/patient_wing) -"FH" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/dark, -/area/security/security_processing) -"FI" = ( -/obj/structure/stairs/spawner/north, -/obj/structure/railing/grey{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"FK" = ( -/obj/structure/table/woodentable, -/obj/machinery/microwave, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm3) -"FL" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/library) -"FM" = ( -/obj/structure/table/steel, -/obj/item/device/integrated_electronics/debugger{ - pixel_x = -5 - }, -/obj/item/device/integrated_electronics/wirer{ - pixel_x = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/camera/network/research{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/workshop) -"FN" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#ffffff"; - name = "Recovery Room"; - req_access = list(6); - stripe_color = "#5a96bb" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/medical/patient_wing) -"FO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"FP" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/green{ - color = "#42038a" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"FQ" = ( -/obj/structure/morgue{ - dir = 2 - }, -/turf/simulated/floor/tiled/techfloor, -/area/medical/morgue) -"FR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"FT" = ( -/turf/simulated/wall/bay/brown, -/area/library) -"FU" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 25; - pixel_y = 6 - }, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/workshop) -"FV" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/closet/crate, -/obj/random/maintenance, -/obj/random/maintenance, -/obj/random/maintenance/security, -/obj/random/contraband, -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/pink{ - icon_state = "0-4" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"FW" = ( -/obj/machinery/power/apc/angled{ - dir = 8 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/researchserver) -"FX" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"FY" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/bluegrid{ - name = "Server Base"; - nitrogen = 500; - oxygen = 0; - temperature = 80 - }, -/area/stellardelight/deck1/researchserver) -"FZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"Ga" = ( -/obj/effect/shuttle_landmark/premade/sd/deck1/portairlock, -/turf/space, -/area/space) -"Gb" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"Gc" = ( -/obj/machinery/requests_console/preset/research{ - pixel_y = 30 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"Gd" = ( -/obj/machinery/power/breakerbox/activated{ - RCon_tag = "Cargo Substation Bypass" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/cargo) -"Ge" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"Gh" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/aft) -"Gi" = ( -/obj/structure/closet{ - name = "Forensics Gear" - }, -/obj/item/weapon/storage/box/gloves, -/obj/item/weapon/storage/box/evidence, -/obj/item/weapon/storage/box/bodybags, -/obj/item/weapon/storage/briefcase/crimekit, -/obj/item/weapon/storage/briefcase/crimekit, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 5 - }, -/obj/item/device/radio/intercom{ - dir = 1; - pixel_y = 24 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"Gj" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Gl" = ( -/obj/machinery/portable_atmospherics/hydroponics, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"Gm" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/window/brigdoor/southleft{ - id = "Cell A"; - name = "Cell A"; - req_access = list(2) - }, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/steel_ridged, -/area/prison/cell_block) -"Gn" = ( -/obj/machinery/disease2/diseaseanalyser, -/obj/machinery/light/floortube{ - dir = 8; - pixel_x = -6 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/virology) -"Go" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/tiled/steel_grid, -/area/maintenance/stellardelight/deck1/starboardaft) -"Gp" = ( -/obj/structure/table/bench/steel, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/camera/network/security{ - dir = 1 - }, -/obj/effect/landmark/start/security, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"Gq" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/hydroponics, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"Gr" = ( -/turf/simulated/wall/bay/r_wall/red, -/area/security/tactical) -"Gu" = ( -/obj/item/weapon/bedsheet/bluedouble, -/obj/structure/bed/double/padded, -/obj/structure/curtain/black, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm1) -"Gv" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"Gy" = ( -/obj/structure/closet/firecloset, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"GA" = ( -/obj/machinery/light, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"GB" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"GC" = ( -/obj/structure/stairs/spawner/north, -/obj/structure/railing/grey{ - dir = 4 - }, -/turf/simulated/floor, -/area/stellardelight/deck1/aft) -"GD" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"GE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/researchserver) -"GF" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-2" - }, -/obj/structure/cable/green{ - color = "#42038a" - }, -/obj/machinery/power/smes/buildable{ - RCon_tag = "Substation - Research"; - output_attempt = 0 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/research) -"GG" = ( -/obj/structure/table/steel, -/obj/item/weapon/storage/box/bodybags{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/weapon/storage/box/bodybags, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/medical/morgue) -"GI" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "researchwindowlockdown" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/stellardelight/deck1/researchhall) -"GK" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"GL" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"GM" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/turf/simulated/wall/bay/r_wall{ - desc = "It has a brown stripe! A huge chunk of metal used to seperate rooms."; - stripe_color = "#785134" - }, -/area/security/armoury) -"GN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"GP" = ( -/obj/structure/cable/pink{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/valve/digital{ - dir = 4; - name = "supply isolation valve" - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/effect/catwalk_plated/dark, -/turf/simulated/floor, -/area/security/armoury) -"GQ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"GR" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/universal{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"GS" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass/talon, -/obj/machinery/door/blast/regular/open{ - id = "talon_boat_cockpit" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/stellardelight/deck1/miningshuttle) -"GT" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/photocopier/faxmachine{ - department = "Security" - }, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/effect/floor_decal/milspec/color/red, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"GU" = ( -/obj/machinery/vending/wardrobe/robodrobe, -/obj/effect/floor_decal/industrial/outline, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/alarm/angled, -/turf/simulated/floor/tiled/dark, -/area/stellardelight/deck1/researchequip) -"GV" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"GW" = ( -/obj/machinery/power/apc/angled{ - dir = 4 - }, -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"GX" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/computer/guestpass{ - dir = 8; - pixel_x = 25 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"GZ" = ( -/obj/machinery/vending/loadout/uniform, -/obj/structure/sign/painting/library_secure{ - pixel_y = 30 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/dark, -/area/stellardelight/deck1/resleeving) -"Ha" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/item/device/radio/beacon, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"Hb" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/angled_bay/double/glass{ - door_color = "#a6753d"; - name = "Shuttle Bay"; - req_access = list(31); - req_one_access = null; - stripe_color = "#3b2b1a" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/mining) -"Hc" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/pink{ - icon_state = "0-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"Hd" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/stellardelight/deck1/miningshuttle) -"He" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "explowindowlockdown" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/stellardelight/deck1/explobriefing) -"Hf" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/bed/chair/backed_red{ - dir = 4 - }, -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"Hg" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - name = "Bar"; - sortType = "Bar" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"Hi" = ( -/obj/machinery/computer/timeclock/premade/west, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Hj" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/hatch{ - name = "maintenance access"; - stripe_color = "#454545" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/library) -"Hk" = ( -/obj/structure/table/bench/standard, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/B) -"Hl" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Hn" = ( -/obj/machinery/mineral/processing_unit_console{ - density = 0; - pixel_x = 32 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"Hp" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/sign/department/sci{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"Hq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"Hr" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"Hs" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "securitylockdown" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/lobby) -"Ht" = ( -/obj/structure/table/woodentable, -/obj/machinery/alarm/angled, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm7) -"Hu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/purple, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"Hv" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"Hw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/lino, -/area/chapel/office) -"Hx" = ( -/obj/machinery/door/firedoor/glass/hidden/steel, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/mouse_hole_spawner{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"Hy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"Hz" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/gun/projectile/shotgun/pump{ - ammo_type = /obj/item/ammo_casing/a12g/pellet; - pixel_x = 1; - pixel_y = 4 - }, -/obj/item/weapon/gun/projectile/shotgun/pump{ - ammo_type = /obj/item/ammo_casing/a12g/pellet; - pixel_x = 2; - pixel_y = -6 - }, -/obj/machinery/camera/network/security{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"HA" = ( -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"HB" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "miningops" - }, -/obj/structure/plasticflaps/mining, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"HC" = ( -/obj/structure/railing/grey{ - dir = 4 - }, -/obj/structure/sign/directions/medical{ - dir = 1; - pixel_x = 32; - pixel_y = 6 - }, -/obj/structure/sign/directions/evac{ - dir = 1; - pixel_x = 32 - }, -/obj/structure/sign/directions/stairs_up{ - dir = 1; - pixel_x = 32; - pixel_y = 12 - }, -/turf/simulated/floor, -/area/stellardelight/deck1/aft) -"HD" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/gun/energy/taser/xeno, -/obj/item/weapon/gun/energy/taser/xeno, -/obj/item/weapon/melee/baton/slime/loaded, -/obj/item/weapon/melee/baton/slime/loaded, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"HE" = ( -/obj/machinery/conveyor{ - id = "miningops" - }, -/obj/machinery/mineral/input, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"HF" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "securitylockdown" - }, -/obj/machinery/door/window/brigdoor/eastleft{ - dir = 2 - }, -/obj/effect/floor_decal/milspec/color/red, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"HG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"HH" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/curtain/black{ - anchored = 1 - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/stellardelight/deck1/dorms/dorm2) -"HI" = ( -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/medical) -"HK" = ( -/obj/effect/floor_decal/chapel{ - dir = 8 - }, -/obj/structure/bed/chair/sofa/pew/left{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"HL" = ( -/obj/machinery/vending/nifsoft_shop, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/starboard) -"HN" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"HO" = ( -/obj/structure/bed/chair/comfy/black, -/obj/structure/sign/painting/public{ - pixel_y = 30 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/starboard) -"HP" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/sign/department/morgue{ - pixel_x = 32 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 5 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"HR" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/medical, -/obj/structure/sign/painting/library_secure{ - pixel_y = 30 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/exam_room) -"HS" = ( -/obj/structure/table/woodentable, -/obj/machinery/microwave{ - pixel_y = 7 - }, -/obj/item/device/radio/intercom{ - dir = 1; - pixel_y = 24 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"HT" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/closet/walllocker_double/east{ - dir = 8; - pixel_x = -32 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm8) -"HV" = ( -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"HW" = ( -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/port) -"HX" = ( -/obj/machinery/button/remote/airlock{ - id = "dorm1"; - name = "Room 1 Lock"; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/machinery/power/apc/angled{ - dir = 4; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm1) -"HY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"HZ" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/floor_decal/milspec/color/red/half, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"Ib" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"Ic" = ( -/obj/structure/table/standard, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/medical/virology) -"Ie" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"If" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell B" - }, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/B) -"Ig" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/random/soap, -/obj/random/soap, -/obj/item/weapon/towel/random, -/obj/item/weapon/towel/random, -/obj/item/clothing/under/bathrobe, -/obj/item/clothing/under/bathrobe, -/obj/structure/table/standard, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"Ih" = ( -/obj/structure/closet{ - name = "robotics equipment" - }, -/obj/item/weapon/cell/high{ - charge = 100; - maxcharge = 15000; - pixel_x = 5; - pixel_y = -5 - }, -/obj/item/weapon/cell/high{ - charge = 100; - maxcharge = 15000; - pixel_x = 5; - pixel_y = -5 - }, -/obj/item/weapon/cell/high{ - charge = 100; - maxcharge = 15000; - pixel_x = 5; - pixel_y = -5 - }, -/obj/item/weapon/cell/high{ - charge = 100; - maxcharge = 15000; - pixel_x = 5; - pixel_y = -5 - }, -/obj/item/weapon/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/weapon/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/weapon/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/device/healthanalyzer, -/obj/item/device/healthanalyzer, -/obj/item/device/healthanalyzer, -/obj/item/device/flash/synthetic, -/obj/item/device/flash/synthetic, -/obj/item/device/flash/synthetic, -/obj/item/device/flash/synthetic, -/obj/item/device/flash/synthetic, -/obj/item/device/flash/synthetic, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/device/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/device/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/clothing/glasses/omnihud/rnd, -/obj/item/weapon/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = 6 - }, -/obj/item/weapon/storage/belt/utility, -/obj/item/device/multitool{ - pixel_x = 3 - }, -/obj/item/weapon/storage/toolbox/mechanical, -/obj/item/weapon/tool/crowbar, -/obj/item/weapon/storage/toolbox/mechanical, -/obj/item/clothing/glasses/welding, -/obj/item/clothing/glasses/welding, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"Ii" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/purple, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"Ik" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"Il" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"Im" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"In" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Io" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/machinery/suit_cycler/security, -/obj/effect/floor_decal/milspec/color/red, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"Ip" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"Iq" = ( -/obj/effect/floor_decal/milspec/color/red, -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/wall{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"Ir" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 9 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Is" = ( -/obj/structure/closet/secure_closet/security, -/obj/item/device/holowarrant, -/obj/item/clothing/accessory/badge/holo/cord, -/obj/item/clothing/accessory/badge/holo/cord, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/red, -/obj/item/device/ticket_printer, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"Iu" = ( -/obj/machinery/door/airlock/angled_bay/external/glass{ - dir = 4; - door_color = "#525252"; -<<<<<<< HEAD - name = "Exploration Shuttle"; - -======= - name = "EVA Shuttle"; - req_one_access = list(18,19,43); ->>>>>>> 244095be9e... Merge pull request #14220 from Very-Soft/removeexplo - stripe_color = "#408f3b" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - -/obj/machinery/atmospheric_field_generator/perma, -/obj/machinery/door/firedoor/glass/talon, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/exploshuttle) -"Iw" = ( -/obj/random/vendorfood, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/starboard) -"Ix" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"Iy" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"Iz" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/firealarm/angled{ - dir = 4 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm3) -"IA" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/port) -"IB" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"IC" = ( -/turf/simulated/wall/bay/r_wall/brown, -/area/stellardelight/deck1/dorms/dorm4) -"ID" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - dir = 1 - }, -/obj/effect/floor_decal/borderfloorblack/full, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"IE" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/storage) -"IF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"IG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/mouse_hole_spawner{ - dir = 1 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"IH" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"IJ" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/valve/digital{ - dir = 4; - name = "scrubber isolation valve" - }, -/obj/effect/catwalk_plated/dark, -/turf/simulated/floor, -/area/security/armoury) -"IK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 4 - }, -/obj/effect/landmark/start/security, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"IL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"IM" = ( -/obj/structure/table/reinforced, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block) -"IN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 8 - }, -/obj/effect/landmark/start/security, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"IO" = ( -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen6"; - name = "Pen 6 Blast Doors" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"IP" = ( -/obj/machinery/r_n_d/protolathe{ - dir = 1 - }, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/research) -"IQ" = ( -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"IR" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"IS" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"IT" = ( -/turf/space/internal_edge/bottom, -/area/stellardelight/deck1/starboard) -"IU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"IV" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"IW" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/sign/directions/dorms{ - dir = 1; - pixel_x = -32 - }, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_x = -32; - pixel_y = 6 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"IX" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/milspec/color/orange/half, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/B) -"IY" = ( -/turf/simulated/wall/bay/steel, -/area/crew_quarters/toilet) -"IZ" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/curtain/black{ - anchored = 1 - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/stellardelight/deck1/dorms/dorm8) -"Ja" = ( -/obj/structure/closet/walllocker_double/west, -/obj/item/weapon/shovel, -/obj/item/weapon/shovel, -/obj/item/weapon/shovel, -/obj/item/weapon/shovel, -/obj/item/weapon/tool/wrench, -/obj/item/weapon/tool/wrench, -/obj/item/weapon/tool/wrench, -/obj/item/weapon/tool/wrench, -/obj/item/weapon/tool/crowbar, -/obj/item/weapon/tool/crowbar, -/obj/item/weapon/tool/crowbar, -/obj/item/weapon/tool/crowbar, -/obj/item/weapon/pickaxe, -/obj/item/weapon/pickaxe, -/obj/item/weapon/pickaxe, -/obj/item/weapon/pickaxe, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"Jb" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Jc" = ( -/obj/structure/table/standard, -/obj/item/weapon/stock_parts/scanning_module{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/weapon/stock_parts/scanning_module, -/obj/item/weapon/stock_parts/capacitor, -/obj/item/weapon/stock_parts/capacitor, -/obj/machinery/light, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/landmark/vermin, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"Jd" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/medical) -"Je" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Jg" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/exploration) -"Jh" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/closet/emergsuit_wall{ - dir = 8; - pixel_x = -27 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Jj" = ( -/obj/machinery/power/breakerbox/activated{ - RCon_tag = "Medical Substation Bypass" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/medical) -"Jk" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/medical/virology) -"Jl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/cargo) -"Jn" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"Jo" = ( -/obj/structure/table/steel, -/obj/random/maintenance/research, -/obj/random/medical, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Jp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/hatch{ - dir = 4; - door_color = "#e6ab22"; - name = "Atmospherics Substation"; - req_one_access = list(10); - stripe_color = "#e6ab22" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/substation/atmospherics) -"Jq" = ( -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/exam_room) -"Js" = ( -/turf/simulated/floor, -/area/stellardelight/deck1/dorms/dorm7) -"Jt" = ( -/obj/structure/table/woodentable, -/obj/machinery/light/small, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/port) -"Jv" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/catwalk_plated/dark, -/turf/simulated/floor, -/area/stellardelight/deck1/port) -"Jw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"Jx" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"Jz" = ( -/obj/machinery/newscaster{ - pixel_y = 28 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"JA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"JB" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/closet/walllocker_double/east, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm1) -"JC" = ( -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/void/atmos, -/obj/item/clothing/head/helmet/space/void/atmos, -/obj/machinery/door/window/brigdoor{ - req_access = list(11,24) - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"JD" = ( -/obj/structure/bed/chair/bay/shuttle{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/stellardelight/deck1/miningshuttle) -"JE" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"JF" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/stellardelight/deck1/starboard) -"JH" = ( -/obj/structure/bed/chair/sofa/corp/left, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm3) -"JI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"JJ" = ( -/turf/simulated/wall/bay/r_wall{ - desc = "It has a purple stripe! A huge chunk of metal used to seperate rooms."; - stripe_color = "#5a19a8" - }, -/area/gateway) -"JK" = ( -/obj/machinery/door/firedoor, -/obj/item/weapon/folder/white, -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor/westright{ - dir = 4; - name = "Research Desk"; - req_access = list(7); - req_one_access = list(47) - }, -/obj/item/weapon/paper_bin{ - pixel_x = -1; - pixel_y = 4 - }, -/obj/item/weapon/pen, -/obj/machinery/door/blast/angled_shutter/open{ - dir = 4; - id = "rndshutters"; - name = "Privacy Shutters" - }, -/turf/simulated/floor/tiled/monotile, -/area/rnd/research) -"JM" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"JN" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"JO" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-2" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-8" - }, -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"JP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"JQ" = ( -/turf/simulated/wall/bay/r_wall/purple, -/area/rnd/xenobiology/xenoflora) -"JR" = ( -/obj/structure/cable/pink{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"JS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/bookbinder, -/turf/simulated/floor/wood, -/area/library) -"JT" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/workshop) -"JU" = ( -/obj/machinery/vending/loadout/uniform, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/steel, -/area/assembly/robotics) -"JV" = ( -/obj/item/slime_extract/grey, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"JW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/cargo) -"JX" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/milspec/color/orange/half, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/C) -"JY" = ( -/obj/effect/floor_decal/borderfloorblack/full, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/machinery/flasher/portable, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"Ka" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-4" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/deck1/starboardcent) -"Kb" = ( -/obj/machinery/conveyor{ - id = "miningops" - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"Kc" = ( -/obj/item/device/radio/intercom{ - dir = 1; - pixel_y = 24 - }, -/obj/machinery/transhuman/autoresleever, -/turf/simulated/floor/tiled/dark, -/area/stellardelight/deck1/resleeving) -"Kd" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Ke" = ( -/obj/structure/table/rack/shelf, -/obj/item/weapon/tank/oxygen, -/obj/item/device/suit_cooling_unit, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/mask/breath, -/obj/item/clothing/suit/space/void/exploration, -/obj/item/clothing/head/helmet/space/void/exploration, -/obj/machinery/door/window/brigdoor/eastleft{ - req_access = list(43) - }, -/obj/item/device/mapping_unit, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"Kf" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/alarm/angled, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"Kg" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#9c9c9c"; - fill_color = "#5c5c5c"; - id_tag = "dorm6"; - name = "Room 6"; - stripe_color = "#89bd66" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/dorms/dorm6) -"Ki" = ( -/obj/structure/mopbucket, -/obj/item/weapon/mop, -/obj/item/weapon/reagent_containers/glass/bucket, -/turf/simulated/floor/tiled/monotile, -/area/janitor) -"Kj" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"Kk" = ( -/obj/machinery/door/airlock/angled_bay/external/glass{ - dir = 4; - frequency = 1379; - id_tag = "ex_exterior"; - locked = 1; - name = "Exterior Airlock" - }, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/deck1/exploration) -"Kl" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - name = "maintenance access"; - stripe_color = "#454545" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/deck1/starboardaft) -"Km" = ( -/obj/structure/cable/orange{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/portables_connector, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Kp" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/obj/effect/landmark/start/librarian, -/turf/simulated/floor/wood, -/area/library) -"Kq" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/structure/table/woodentable, -/obj/item/device/taperecorder, -/obj/item/device/tape/random, -/obj/item/device/camera, -/obj/item/device/retail_scanner/civilian, -/obj/structure/sign/painting/library_private{ - pixel_y = 32 - }, -/obj/machinery/newscaster{ - pixel_x = 29 - }, -/turf/simulated/floor/wood, -/area/library) -"Kr" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"Ks" = ( -/obj/structure/cable/orange{ - icon_state = "1-2" - }, -/obj/structure/cable/orange{ - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"Kt" = ( -/obj/structure/table/reinforced, -/obj/item/device/suit_cooling_unit, -/obj/item/device/suit_cooling_unit, -/obj/item/device/suit_cooling_unit, -/obj/item/device/suit_cooling_unit, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"Ku" = ( -/turf/simulated/wall/bay{ - desc = "It has a purple stripe! A huge chunk of metal used to seperate rooms."; - stripe_color = "#5a19a8" - }, -/area/gateway) -"Kv" = ( -/obj/effect/floor_decal/chapel, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"Kw" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - dir = 8; - frequency = 1380; - id_tag = "explodocker"; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/stellardelight/deck1/exploshuttle) -"Ky" = ( -/obj/machinery/door/firedoor/glass/hidden/steel, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"Kz" = ( -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"KA" = ( -/obj/machinery/vending/wardrobe/janidrobe, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/monotile, -/area/janitor) -"KB" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"KC" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"KD" = ( -/obj/machinery/power/breakerbox/activated{ - RCon_tag = "Atmospherics Substation Bypass" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/atmospherics) -"KE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/camera/network/halls, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"KF" = ( -/turf/simulated/wall/bay/r_wall/brown, -/area/stellardelight/deck1/dorms/dorm6) -"KG" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light_switch{ - pixel_x = 25; - pixel_y = 25 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm1) -"KH" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 9 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"KI" = ( -/obj/machinery/button/remote/driver{ - id = "torpedolauncher"; - pixel_y = 27 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"KJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm2) -"KK" = ( -/obj/machinery/disposal/wall{ - dir = 4; - pixel_x = -24; - plane = -34 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/sink/kitchen{ - pixel_y = 22 - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"KL" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"KM" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = -24; - pixel_y = -24 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm6) -"KN" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"KO" = ( -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm7) -"KP" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/atmospherics) -"KQ" = ( -/obj/structure/bed/chair/bay/shuttle{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/stellardelight/deck1/exploshuttle) -"KR" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"KS" = ( -/obj/machinery/light, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"KT" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"KU" = ( -/obj/machinery/camera/network/command{ - dir = 9 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"KV" = ( -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"KW" = ( -/obj/structure/bed/chair, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/exam_room) -"KX" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"KY" = ( -/obj/machinery/power/apc/angled{ - dir = 4; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"KZ" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"La" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"Lc" = ( -/obj/machinery/door_timer/cell_3{ - id = "Cell B"; - name = "Cell B"; - pixel_x = 32; - pixel_y = 32 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"Le" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - door_color = "#8c1d11"; - name = "Brig"; - req_access = null; - req_one_access = list(38,63); - stripe_color = "#d27428" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/lobby) -"Lg" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/chapel/chapel_morgue) -"Lh" = ( -/obj/effect/floor_decal/chapel, -/obj/structure/bed/chair/sofa/pew/right{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"Li" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm6) -"Lj" = ( -/obj/structure/sink/kitchen{ - dir = 8; - pixel_x = -11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/janitor) -"Lk" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchhall) -"Ll" = ( -/obj/structure/bed/chair/bay/shuttle{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/stellardelight/deck1/exploshuttle) -"Lm" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"Ln" = ( -/obj/structure/cable/orange{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Lo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/alarm/angled, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Lp" = ( -/obj/machinery/power/apc/angled{ - dir = 8 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"Lq" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - color = "#42038a" - }, -/obj/machinery/power/sensor{ - name = "Powernet Sensor - Research Subgrid"; - name_tag = "Research Subgrid" - }, -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/research) -"Lr" = ( -/obj/structure/bed/chair/wheelchair{ - dir = 8 - }, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/exam_room) -"Ls" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"Lt" = ( -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen4"; - name = "Pen 4 Blast Doors" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"Lu" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"Lv" = ( -/obj/machinery/conveyor{ - id = "miningops" - }, -/obj/machinery/mineral/output, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"Lw" = ( -/obj/structure/table/bench/standard, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/C) -"Lx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"Ly" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/power/apc/angled{ - dir = 4; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/green{ - color = "#42038a" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Lz" = ( -/obj/structure/closet/walllocker_double/east{ - dir = 8; - pixel_x = -32 - }, -/obj/item/weapon/storage/box/syringes, -/obj/item/weapon/storage/box/beakers, -/obj/item/weapon/storage/box/gloves, -/obj/item/weapon/reagent_containers/glass/bucket, -/obj/item/weapon/reagent_containers/glass/bucket, -/obj/item/robot_parts/l_arm, -/obj/item/device/analyzer/plant_analyzer, -/obj/item/device/analyzer/plant_analyzer, -/obj/item/weapon/material/knife/machete/hatchet, -/obj/item/weapon/material/knife/machete/hatchet, -/obj/item/weapon/material/minihoe, -/obj/item/weapon/material/minihoe, -/obj/item/inflatable/door, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"LA" = ( -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"LB" = ( -/obj/fiftyspawner/steel, -/obj/fiftyspawner/steel, -/obj/fiftyspawner/steel, -/obj/fiftyspawner/steel, -/obj/fiftyspawner/steel, -/obj/fiftyspawner/glass, -/obj/fiftyspawner/glass, -/obj/fiftyspawner/glass, -/obj/fiftyspawner/glass, -/obj/item/stack/material/plasteel{ - amount = 10 - }, -/obj/structure/closet/walllocker_double/east, -/obj/effect/floor_decal/industrial/warning, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/tiled/steel, -/area/assembly/robotics) -"LC" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"LD" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"LE" = ( -/obj/structure/sign/directions/evac{ - pixel_x = 32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"LF" = ( -/turf/simulated/wall/bay/purple, -/area/maintenance/stellardelight/deck1/starboardaft) -"LH" = ( -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"LI" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#2e2e2e"; - fill_color = "#2e2e2e"; - name = "Chapel Morgue"; - req_access = list(6,27); - stripe_color = "#deaf43" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/chapel/chapel_morgue) -"LJ" = ( -/obj/machinery/button/remote/blast_door{ - id = "GatewayShutter"; - name = "Gateway Shutter"; - pixel_y = 24; - req_access = list(62) - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"LK" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"LL" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"LM" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/obj/effect/landmark/start/librarian, -/turf/simulated/floor/wood, -/area/library) -"LN" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"LO" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"LP" = ( -/obj/structure/table/standard, -/obj/machinery/cell_charger, -/obj/item/weapon/cell/high{ - charge = 100; - maxcharge = 15000 - }, -/obj/item/weapon/cell/high{ - charge = 100; - maxcharge = 15000 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"LQ" = ( -/obj/machinery/door/blast/angled{ - id = "xenobiodiv4"; - name = "Divider 4 Blast Door" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"LR" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/firealarm/angled{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"LT" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - door_color = "#e6ab22"; - name = "Research Substation"; - req_one_access = list(10); - stripe_color = "#e6ab22" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/substation/research) -"LU" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"LV" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/alarm/angled, -/obj/structure/disposalpipe/sortjunction{ - dir = 4; - name = "Resleeving"; - sortType = "Resleeving" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"LW" = ( -/obj/structure/stairs/spawner/north, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor, -/area/stellardelight/deck1/aft) -"LX" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm1) -"LY" = ( -/turf/simulated/wall/bay/r_wall{ - desc = "It has a brown stripe! A huge chunk of metal used to seperate rooms."; - stripe_color = "#785134" - }, -/area/library) -"LZ" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/stellardelight/deck1/exploration) -"Ma" = ( -/obj/machinery/door/airlock/angled_bay/external/glass{ - dir = 4; - door_color = "#a88860"; - name = "Mining Shuttle"; - req_access = list(31,5); - stripe_color = "#69461a" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, - - -/obj/machinery/atmospheric_field_generator/perma, -/obj/machinery/door/firedoor/glass/talon, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/miningshuttle) -"Mb" = ( -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"Mc" = ( -/turf/simulated/wall/bay/r_wall{ - desc = "It has a brown stripe! A huge chunk of metal used to seperate rooms."; - stripe_color = "#785134" - }, -/area/security/armoury) -"Md" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"Me" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - dir = 4; - door_color = "#8c1d11"; - name = "Forensics Lab"; - req_access = list(4); - stripe_color = "#d27428" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/detectives_office) -"Mf" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/medical, -/obj/structure/curtain/open/privacy, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/angled{ - dir = 1; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"Mg" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/purple, -/turf/simulated/floor, -/area/rnd/workshop) -"Mh" = ( -/turf/space/internal_edge/topleft, -/area/stellardelight/deck1/starboard) -"Mi" = ( -/obj/structure/table/standard, -/obj/item/weapon/stock_parts/matter_bin, -/obj/item/weapon/stock_parts/matter_bin, -/obj/item/weapon/stock_parts/console_screen, -/obj/item/weapon/stock_parts/console_screen, -/obj/item/weapon/stock_parts/console_screen, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"Mj" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#2e2e2e"; - fill_color = "#2e2e2e"; - name = "Chapel Morgue"; - req_access = null; - stripe_color = "#deaf43" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/chapel/main) -"Mk" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/button/remote/blast_door{ - id = "chapelmassdriver"; - name = "Window Lockdown"; - pixel_y = 27; - req_one_access = list(6,27) - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"Ml" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"Mm" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/atm{ - pixel_y = 30 - }, -/obj/structure/closet/emergsuit_wall{ - dir = 8; - pixel_x = -27 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"Mn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/mouse_hole_spawner{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Mq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Mr" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/bluegrid, -/area/assembly/robotics) -"Ms" = ( -/obj/machinery/door/window{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 9 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"Mt" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/camera/network/halls{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Mu" = ( -/obj/structure/bed/chair/sofa/pew/left{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"Mv" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"My" = ( -/obj/structure/table/standard, -/obj/item/weapon/stock_parts/micro_laser, -/obj/item/weapon/stock_parts/micro_laser, -/obj/item/weapon/stock_parts/manipulator, -/obj/item/weapon/stock_parts/manipulator, -/obj/machinery/camera/network/research{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"MA" = ( -/turf/simulated/floor/tiled/steel_grid, -/area/stellardelight/deck1/fore) -"MB" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/camera/network/security{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"MC" = ( -/obj/effect/mouse_hole_spawner{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"MD" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"ME" = ( -/obj/machinery/gateway/centerstation, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"MF" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/space/void/mining, -/obj/item/clothing/mask/breath, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/head/helmet/space/void/mining, -/obj/item/weapon/mining_scanner, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"MG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/start/miner, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"MH" = ( -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 5 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"MI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 6 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"MJ" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/effect/landmark/start/roboticist, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"MK" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/turf/simulated/floor/tiled/dark, -/area/stellardelight/deck1/resleeving) -"ML" = ( -/obj/structure/bed/chair/sofa/corp/right{ - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm7) -"MM" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"MN" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/curtain/black{ - anchored = 1 - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/stellardelight/deck1/dorms/dorm6) -"MO" = ( -/obj/machinery/button/remote/airlock{ - id = "bathroomstall1"; - name = "Toilet 1 Lock"; - pixel_x = -10; - pixel_y = 22; - specialfunctions = 4 - }, -/obj/machinery/light/small, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"MP" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/pink{ - icon_state = "0-4" - }, -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"MQ" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = 25; - pixel_y = -24 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm4) -"MR" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - dir = 4; - door_color = "#ffffff"; - name = "Xenoflora Research"; - req_access = list(77); - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/rnd/xenobiology/xenoflora_storage) -"MS" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/hatch{ - dir = 4; - door_color = "#8c1d11"; - name = "maintenance access"; - req_access = list(4); - req_one_access = null; - stripe_color = "#8c1d11" - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/detectives_office) -"MT" = ( -/obj/machinery/suit_cycler/engineering{ - req_access = null - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"MV" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/hatch{ - door_color = "#e6ab22"; - name = "Exploration Substation"; - req_one_access = list(10); - stripe_color = "#e6ab22" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/substation/exploration) -"MX" = ( -/obj/machinery/alarm/angled{ - dir = 4 - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"MZ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/shower) -"Na" = ( -/obj/item/weapon/storage/box/nifsofts_mining, -/obj/structure/table/reinforced, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"Nb" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/blast/angled{ - dir = 4; - id = "mechbay"; - name = "Mech Bay" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/assembly/robotics) -"Nc" = ( -/turf/simulated/wall/bay/r_wall/red, -/area/maintenance/security_port) -"Nd" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchequip) -"Ne" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "processinglockdown" - }, -/obj/structure/low_wall/bay/reinforced/red, -/turf/simulated/floor, -/area/security/security_processing) -"Nf" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 9 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Ng" = ( -/obj/structure/railing/grey{ - dir = 8 - }, -/turf/simulated/floor, -/area/stellardelight/deck1/lowermed) -"Nh" = ( -/obj/machinery/light/small, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"Ni" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/photocopier/faxmachine{ - department = "Warden's Office" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"Nj" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/effect/floor_decal/milspec/color/red/corner{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"Nk" = ( -/obj/structure/table/reinforced, -/obj/machinery/microscope, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"Nl" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"Nm" = ( -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/angled{ - dir = 1; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"No" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light_switch{ - pixel_x = 25; - pixel_y = 25 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm2) -"Np" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Nq" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"Nr" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 25; - pixel_y = 32 - }, -/obj/effect/landmark/start/janitor, -/turf/simulated/floor/tiled/monotile, -/area/janitor) -"Ns" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - dir = 4; - door_color = "#a6753d"; - name = "Mining Equipment"; - req_access = list(31); - stripe_color = "#3b2b1a" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/miningequipment) -"Nt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/table/rack, -/obj/random/maintenance/security, -/obj/random/maintenance/research, -/obj/random/contraband, -/obj/random/drinkbottle, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"Nu" = ( -/obj/structure/table/standard, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/fiftyspawner/steel, -/obj/fiftyspawner/glass, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/machinery/camera/network/research, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"Nv" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/firealarm/angled, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"Nw" = ( -/obj/structure/closet/walllocker_double/medical/north, -/obj/item/weapon/folder/white, -/obj/item/device/healthanalyzer, -/obj/item/weapon/cane, -/obj/item/clothing/accessory/stethoscope, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"Nx" = ( -/obj/structure/table/rack/shelf, -/obj/item/weapon/tank/oxygen, -/obj/item/device/suit_cooling_unit, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/mask/breath, -/obj/item/clothing/suit/space/void/expedition_medical, -/obj/item/clothing/head/helmet/space/void/expedition_medical, -/obj/machinery/door/window/brigdoor/eastleft{ - req_access = list(5) - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"Nz" = ( -/obj/effect/floor_decal/chapel{ - dir = 8 - }, -/obj/structure/bed/chair/sofa/pew/left{ - dir = 1 - }, -/obj/effect/landmark/start/visitor, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"NA" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"NB" = ( -/obj/structure/closet/coffin, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"NC" = ( -/obj/structure/mopbucket, -/obj/item/weapon/mop, -/obj/item/weapon/reagent_containers/glass/bucket, -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/tiled/monotile, -/area/janitor) -"ND" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/obj/structure/cable/pink, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"NF" = ( -/obj/structure/table/woodentable, -/obj/item/device/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/simulated/floor/carpet, -/area/library) -"NG" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/purple, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"NH" = ( -/turf/simulated/wall/bay/steel, -/area/stellardelight/deck1/shower) -"NI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"NJ" = ( -/obj/effect/shuttle_landmark/premade/sd/deck1/fore, -/turf/space, -/area/space) -"NK" = ( -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"NL" = ( -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/green, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"NM" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/landmark{ - name = "lightsout" - }, -/turf/simulated/floor/tiled/dark, -/area/assembly/robotics) -"NN" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/recharger{ - pixel_y = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"NP" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/deck1/portaft) -"NQ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/flora/pottedplant/minitree, -/obj/machinery/alarm/angled, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"NR" = ( -/obj/machinery/mech_recharger, -/obj/machinery/light, -/turf/simulated/floor/bluegrid, -/area/gateway) -"NS" = ( -/obj/structure/stairs/spawner/west, -/obj/structure/railing/grey{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/structure/cable/yellow{ - icon_state = "16-0" - }, -/turf/simulated/floor, -/area/stellardelight/deck1/mining) -"NT" = ( -/turf/space/internal_edge/topright, -/area/stellardelight/deck1/starboard) -"NV" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"NW" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"NX" = ( -/obj/machinery/button/remote/blast_door{ - dir = 1; - id = "xenobiopen4"; - name = "Pen 4 Containment"; - pixel_x = 31; - pixel_y = 8; - req_access = list(55) - }, -/obj/machinery/button/remote/blast_door{ - id = "xenobiopen6"; - name = "Pen 6 Containment"; - pixel_x = 30; - pixel_y = -8; - req_access = list(55) - }, -/obj/machinery/button/remote/blast_door{ - dir = 4; - id = "xenobiodiv4"; - name = "Divider 4 Blast Doors"; - pixel_x = 39; - req_access = list(55) - }, -/obj/machinery/light/floortube{ - dir = 4; - pixel_x = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"NY" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/stellardelight/deck1/exploration) -"NZ" = ( -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"Oa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/effect/floor_decal/milspec/color/emerald/half, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"Ob" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"Oc" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"Od" = ( -/obj/machinery/light, -/obj/structure/sign/department/medbay{ - name = "RESLEEVING"; - pixel_x = -32 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"Oe" = ( -/obj/structure/table/woodentable, -/obj/machinery/alarm/angled, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm2) -"Og" = ( -/obj/machinery/optable, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/medical/morgue) -"Oh" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/glass, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/angled_bay/double{ - name = "maintenance access"; - stripe_color = "#454545" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"Oj" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/virology) -"Ok" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"Ol" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/toolbox/mechanical, -/obj/item/device/multitool, -/obj/item/device/gps/medical{ - pixel_y = 3 - }, -/obj/item/device/gps/medical{ - pixel_x = -3 - }, -/obj/item/device/radio{ - pixel_x = 2 - }, -/obj/item/device/radio{ - pixel_x = -1; - pixel_y = -3 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"Om" = ( -/obj/structure/cable/yellow, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/machinery/power/smes/buildable{ - RCon_tag = "Substation - Cargo"; - output_attempt = 0 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/cargo) -"On" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/effect/floor_decal/milspec/color/red/half, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"Oo" = ( -/obj/machinery/botany/extractor, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"Op" = ( -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/void/medical, -/obj/item/clothing/suit/space/void/medical, -/obj/item/clothing/head/helmet/space/void/medical, -/obj/item/clothing/head/helmet/space/void/medical, -/obj/machinery/door/window/brigdoor/westleft{ - dir = 2; - req_access = list(5) - }, -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"Oq" = ( -/obj/machinery/door/blast/angled{ - id = "xenobiodiv1"; - name = "Divider 1 Blast Door" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"Or" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"Ot" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/catwalk_plated/dark, -/turf/simulated/floor, -/area/stellardelight/deck1/starboard) -"Ou" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Ov" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Ow" = ( -/obj/machinery/gateway{ - dir = 6 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"Ox" = ( -/obj/structure/closet, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"Oy" = ( -/obj/structure/morgue/crematorium{ - dir = 2; - id = "crematorium" - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"Oz" = ( -/obj/random/trash_pile, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"OA" = ( -/turf/simulated/floor, -/area/stellardelight/deck1/dorms/dorm2) -"OB" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"OC" = ( -/obj/effect/floor_decal/chapel{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sortjunction/flipped{ - dir = 4; - name = "Bar"; - sortType = "Bar" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"OD" = ( -/obj/structure/closet/emergsuit_wall{ - dir = 8; - pixel_x = -27 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"OE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"OF" = ( -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"OG" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"OH" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/stellardelight/deck1/aft) -"OI" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#ffffff"; - fill_color = "#ead9ff"; - name = "Equipment Room"; - req_access = list(7); - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/researchequip) -"OJ" = ( -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"OL" = ( -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/stellardelight/deck1/exploshuttle) -"OM" = ( -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 9 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 10 - }, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"ON" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/sign/directions/evac{ - pixel_x = -32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"OO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"OQ" = ( -/turf/simulated/wall/bay/brown, -/area/security/detectives_office) -"OR" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/obj/structure/closet/crate, -/obj/random/maintenance/security, -/obj/random/maintenance/clean, -/obj/random/maintenance/clean, -/obj/random/maintenance/engineering, -/obj/random/maintenance, -/obj/random/maintenance, -/obj/random/snack, -/obj/random/mre, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"OT" = ( -/turf/simulated/wall/rshull, -/area/stellardelight/deck1/exploshuttle) -"OU" = ( -/obj/structure/dispenser{ - phorontanks = 0 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"OV" = ( -/obj/machinery/computer/rdservercontrol{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/researchserver) -"OX" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"OY" = ( -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen1"; - name = "Pen 1 Blast Doors" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"OZ" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/aft) -"Pa" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/air/airlock, -/obj/machinery/camera/network/security{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"Pb" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/black, -/turf/simulated/floor, -/area/chapel/main) -"Pd" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/random/trash_pile, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Pf" = ( -/obj/structure/closet/l3closet/janitor, -/turf/simulated/floor/tiled/monotile, -/area/janitor) -"Pg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/item/device/radio/intercom{ - pixel_y = -24 - }, -/turf/simulated/floor/lino, -/area/chapel/office) -"Ph" = ( -/obj/structure/cable/pink{ - icon_state = "1-4" - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"Pj" = ( -/obj/machinery/door_timer/cell_3{ - id = "Cell A"; - name = "Cell A"; - pixel_x = 32; - pixel_y = 32 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"Pk" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/random/slimecore, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"Pl" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/scientist, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/workshop) -"Pm" = ( -/obj/effect/floor_decal/chapel, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"Pn" = ( -/obj/machinery/mineral/output, -/obj/machinery/conveyor{ - dir = 8; - id = "miningops" - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"Po" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -25; - pixel_y = 32 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"Pp" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/camera/network/medbay{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"Pr" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"Ps" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/brown, -/turf/simulated/floor, -/area/stellardelight/deck1/oreprocessing) -"Pu" = ( -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/exploration) -"Pv" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"Pw" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-8" - }, -/obj/machinery/power/apc/angled{ - dir = 4; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"Py" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"Pz" = ( -/obj/structure/table/bench/marble, -/obj/effect/landmark/start/paramedic, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"PA" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/curtain/black{ - anchored = 1 - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/stellardelight/deck1/dorms/dorm4) -"PB" = ( -/obj/machinery/chem_master, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"PC" = ( -/obj/structure/bed/chair/backed_red{ - dir = 8 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"PD" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"PE" = ( -/obj/machinery/alarm/angled, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"PF" = ( -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals10{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"PG" = ( -/obj/structure/cable/orange{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"PH" = ( -/obj/structure/janitorialcart, -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/item/clothing/suit/caution, -/obj/item/clothing/suit/caution, -/obj/item/clothing/suit/caution, -/obj/item/clothing/suit/caution, -/turf/simulated/floor/tiled/monotile, -/area/janitor) -"PI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm8) -"PJ" = ( -/obj/machinery/alarm/angled{ - dir = 8 - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"PL" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"PM" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/janitor) -"PN" = ( -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 10 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"PO" = ( -/obj/effect/floor_decal/milspec/color/red/corner{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"PP" = ( -/obj/structure/closet/crate, -/obj/item/device/radio/intercom{ - dir = 1; - pixel_y = 24 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"PQ" = ( -/obj/item/weapon/storage/fancy/vials, -/obj/item/weapon/reagent_containers/syringe/antiviral, -/obj/item/weapon/reagent_containers/syringe/antiviral, -/obj/item/weapon/storage/lockbox/vials, -/obj/item/weapon/reagent_containers/dropper, -/obj/item/weapon/storage/box/syringes{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/weapon/storage/box/beakers, -/obj/item/weapon/storage/box/masks, -/obj/item/weapon/storage/box/gloves{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/weapon/storage/box/monkeycubes, -/obj/item/weapon/soap/nanotrasen, -/obj/structure/closet/walllocker_double/medical/east, -/obj/item/weapon/hand_labeler, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/virology) -"PR" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/structure/closet/firecloset, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"PS" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"PU" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/visitor, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"PV" = ( -/obj/machinery/light/small, -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/stellardelight/deck1/resleeving) -"PW" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/cable/pink{ - icon_state = "2-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"PX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"PY" = ( -/obj/effect/floor_decal/industrial/warning, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"PZ" = ( -/obj/structure/cable/green, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/machinery/power/smes/buildable{ - RCon_tag = "Substation - Civilian"; - output_attempt = 0 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/civilian) -"Qa" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm5) -"Qb" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - frequency = 1379; - id_tag = "ex_airpump" - }, -/obj/machinery/airlock_sensor{ - id_tag = "ex_sensor"; - pixel_y = 24 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Qc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Qd" = ( -/obj/structure/bed/chair/comfy/black, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm5) -"Qe" = ( -/obj/machinery/alarm/angled, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm3) -<<<<<<< HEAD -======= -"Qf" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) ->>>>>>> 76e61a485c... Merge pull request #12764 from Very-Soft/timeforblue -"Qg" = ( -/obj/structure/table/steel, -/obj/item/device/flashlight/lamp, -/obj/machinery/button/remote/blast_door{ - id = "processinglockdown"; - name = "Window Lockdown"; - pixel_x = -5; - req_access = list(1) - }, -/obj/item/device/radio/intercom{ - dir = 1; - pixel_y = 24 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_processing) -"Qh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/exam_room) -"Qi" = ( -/turf/simulated/wall/bay/r_wall{ - desc = "It has a red stripe! A huge chunk of metal used to seperate rooms."; - stripe_color = "#8c1d11" - }, -/area/security/tactical) -"Qj" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Qk" = ( -/turf/simulated/wall/bay/red, -/area/prison/cell_block/C) -"Ql" = ( -/obj/structure/cable/orange{ - icon_state = "0-2" - }, -/obj/structure/cable/orange, -/obj/machinery/power/smes/buildable{ - RCon_tag = "Substation - Atmospherics"; - output_attempt = 0 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/atmospherics) -"Qm" = ( -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen5"; - name = "Pen 5 Blast Doors" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"Qn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/station_map{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"Qp" = ( -/obj/structure/table/glass, -/obj/item/device/healthanalyzer, -/obj/item/clothing/accessory/stethoscope, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/exam_room) -"Qq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/steel, -/area/assembly/robotics) -"Qr" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - door_color = "#e6ab22"; - name = "Medical Substation"; - req_one_access = list(10); - stripe_color = "#e6ab22" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/substation/medical) -"Qt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"Qu" = ( -/turf/simulated/wall/bay{ - desc = "It has a red stripe! A huge chunk of metal used to seperate rooms."; - stripe_color = "#8c1d11" - }, -/area/security/security_processing) -"Qv" = ( -/obj/machinery/door/firedoor/glass/hidden/steel, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"Qw" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/access_button{ - command = "cycle_exterior"; - frequency = 1379; - master_tag = "security_airlock"; - name = "exterior access button"; - pixel_x = -32; - req_access = list(1) - }, -/obj/machinery/door/airlock/angled_bay/external/glass{ - frequency = 1379; - id_tag = "security_exterior"; - locked = 1; - name = "Security Airlock" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/tactical) -"Qx" = ( -/obj/machinery/gateway, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"Qy" = ( -/obj/machinery/light/floortube{ - dir = 4; - pixel_x = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"Qz" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"QA" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"QB" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"QC" = ( -/turf/simulated/wall/bay/red, -/area/security/lobby) -"QD" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"QE" = ( -/obj/effect/landmark/start/scientist, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"QF" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"QG" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/double/glass{ - door_color = "#8c1d11"; - id_tag = "BrigFoyer"; - name = "Security"; - req_one_access = list(38,63); - stripe_color = "#d27428" - }, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "securitylockdown" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/lobby) -"QH" = ( -/obj/machinery/hologram/holopad, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchequip) -"QI" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/virology) -"QJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"QK" = ( -/obj/structure/railing/grey{ - dir = 1 - }, -/turf/simulated/floor, -/area/stellardelight/deck1/mining) -"QM" = ( -/obj/item/weapon/bedsheet/orangedouble, -/obj/structure/bed/double/padded, -/obj/structure/curtain/black, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm2) -"QO" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/structure/flora/pottedplant/decorative, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"QP" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/storage/box/trackimp{ - pixel_y = -4 - }, -/obj/item/weapon/storage/box/trackimp{ - pixel_x = 5; - pixel_y = 1 - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/alarm/angled, -/obj/effect/floor_decal/milspec/color/black, -/obj/effect/landmark/vermin, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"QQ" = ( -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"QR" = ( -/turf/simulated/floor/tiled/steel_grid, -/area/maintenance/stellardelight/deck1/starboardaft) -"QS" = ( -/obj/machinery/vending/wallmed1/public{ - pixel_x = 29 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -<<<<<<< HEAD -======= -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment, ->>>>>>> 76e61a485c... Merge pull request #12764 from Very-Soft/timeforblue -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"QU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"QV" = ( -/obj/structure/table/reinforced, -/obj/machinery/computer/med_data/laptop{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"QX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"QY" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "brigwindowlockdown" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/security/security_equiptment_storage) -"QZ" = ( -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/tiled/steel, -/area/assembly/robotics) -"Ra" = ( -/obj/structure/railing/grey{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"Rb" = ( -/obj/structure/bed/padded, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/medical/virology) -"Rc" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#2e2e2e"; - fill_color = "#2e2e2e"; - name = "Chapel Office"; - req_access = list(26); - stripe_color = "#deaf43" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/chapel/office) -"Rd" = ( -/obj/structure/bed/chair/wood/wings, -/obj/effect/landmark/start/chaplain, -/turf/simulated/floor/lino, -/area/chapel/office) -"Re" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"Rf" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"Rg" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"Rh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/power/sensor{ - name = "Powernet Sensor - Medical Subgrid"; - name_tag = "Medical Subgrid" - }, -/obj/structure/cable/white, -/obj/machinery/power/apc/angled{ - dir = 4; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/medical) -"Ri" = ( -/obj/machinery/button/remote/airlock{ - id = "bathroomstall3"; - name = "Toilet 3 Lock"; - pixel_x = -10; - pixel_y = 22; - specialfunctions = 4 - }, -/obj/machinery/light/small, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"Rj" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/camera/network/civilian{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"Rk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Rl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/maintenance/stellardelight/deck1/starboardaft) -"Rm" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"Rn" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 8; - door_color = "#ffffff"; - id_tag = "resleeveexit"; - name = "Resleeving Lab"; - req_access = list(5); - stripe_color = "#5a96bb" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/resleeving) -"Ro" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"Rp" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "librarywindowlockdown" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/library) -"Rq" = ( -/obj/structure/janitorialcart, -/obj/machinery/requests_console/preset/janitor{ - pixel_y = 30 - }, -/obj/item/clothing/suit/caution, -/obj/item/clothing/suit/caution, -/obj/item/clothing/suit/caution, -/obj/item/clothing/suit/caution, -/turf/simulated/floor/tiled/monotile, -/area/janitor) -"Rr" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 24; - pixel_y = -32 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"Rs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/hatch{ - dir = 4; - door_color = "#e6ab22"; - name = "Exploration Substation"; - req_one_access = list(10); - stripe_color = "#e6ab22" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/substation/exploration) -"Rt" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/hatch{ - name = "maintenance access"; - req_access = list(26); - stripe_color = "#454545" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/janitor) -"Ru" = ( -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/void/security, -/obj/item/clothing/suit/space/void/security, -/obj/item/clothing/head/helmet/space/void/security, -/obj/item/clothing/head/helmet/space/void/security, -/obj/machinery/door/window/brigdoor{ - dir = 2 - }, -/obj/structure/table/rack{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"Rv" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"Rw" = ( -/obj/machinery/atmospherics/unary/vent_pump/high_volume{ - frequency = 1379; - id_tag = "security_airpump" - }, -/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ - dir = 4; - id_tag = "security_airlock"; - pixel_x = -24; - req_one_access = list(1); - tag_airpump = "security_airpump"; - tag_chamber_sensor = "security_sensor"; - tag_exterior_door = "security_exterior"; - tag_interior_door = "security_interior" - }, -/obj/machinery/airlock_sensor{ - dir = 8; - id_tag = "security_sensor"; - pixel_x = 24 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor, -/area/security/tactical) -"Ry" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/purple, -/turf/simulated/floor, -/area/rnd/xenobiology/xenoflora_storage) -"Rz" = ( -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"RA" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"RB" = ( -/obj/machinery/gateway{ - dir = 10 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"RC" = ( -/turf/simulated/wall/bay/red, -/area/security/warden) -"RD" = ( -/obj/structure/closet/walllocker_double/north, -/obj/item/weapon/storage/briefcase/inflatable, -/obj/item/weapon/storage/briefcase/inflatable, -/obj/item/weapon/storage/briefcase/inflatable, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"RE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/virology) -"RF" = ( -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"RG" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"RH" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -32; - pixel_y = -32 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/exam_room) -"RI" = ( -/turf/space/internal_edge/bottomleft, -/area/stellardelight/deck1/starboard) -"RJ" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -<<<<<<< HEAD -======= -"RK" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/obj/machinery/disposal/wall/cleaner{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) ->>>>>>> 76e61a485c... Merge pull request #12764 from Very-Soft/timeforblue -"RL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"RM" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/firealarm/angled{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm4) -"RN" = ( -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"RP" = ( -/obj/structure/table/rack, -/obj/item/weapon/rig/medical/equipped, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/paramedic) -"RQ" = ( -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/sign/department/chapel{ - pixel_x = -32; - plane = -34 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"RR" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/machinery/botany/editor, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"RS" = ( -/turf/simulated/wall/bay/purple, -/area/stellardelight/deck1/explobriefing) -"RT" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 8; - door_color = "#ffffff"; - id_tag = "resleeveclean"; - name = "Cleaning Room"; - req_access = list(5); - stripe_color = "#5a96bb" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/resleeving) -"RU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 29 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 20 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 4 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 38 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"RX" = ( -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 9 - }, -/obj/machinery/power/apc/angled{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"RY" = ( -/obj/structure/cable/orange{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"RZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Sa" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 4 - }, -/obj/structure/disposalpipe/junction, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Sb" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-4" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/maintenance/stellardelight/deck1/starboardaft) -"Sc" = ( -/turf/simulated/wall/bay/r_wall/purple, -/area/maintenance/stellardelight/deck1/starboardaft) -"Sd" = ( -/obj/structure/cable/orange{ - icon_state = "1-4" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"Se" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/storage/firstaid/regular, -/obj/item/weapon/storage/firstaid/regular, -/obj/item/weapon/storage/firstaid/adv, -/obj/item/bodybag/cryobag, -/obj/item/bodybag/cryobag, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"Sf" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"Sg" = ( -/obj/machinery/vending/wardrobe/chapdrobe, -/turf/simulated/floor/lino, -/area/chapel/office) -"Sh" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 9 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Si" = ( -/obj/structure/bed/chair/comfy/black, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm1) -"Sj" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Sk" = ( -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-2" - }, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/storage) -"Sl" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/security) -"Sn" = ( -/obj/structure/flora/pottedplant/orientaltree, -/obj/machinery/light, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"Sq" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"Sr" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"Ss" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"St" = ( -/obj/effect/landmark/start/xenobot, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"Su" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"Sv" = ( -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"Sx" = ( -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/wood, -/area/library) -"Sy" = ( -/obj/structure/cable/pink{ - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"Sz" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"SA" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/chapel/main) -"SB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/port) -"SC" = ( -/turf/simulated/wall/bay/steel, -/area/maintenance/stellardelight/substation/security) -"SD" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/camera/network/medbay, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/medical/virology) -"SE" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"SF" = ( -/obj/structure/bed/chair/office/dark, -/obj/effect/landmark/start/security, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"SG" = ( -/obj/machinery/door/airlock/angled_bay/standard/color/common{ - dir = 4; - id_tag = "bathroomstall2"; - name = "Toilet 2" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -<<<<<<< HEAD -/turf/simulated/floor/tiled/steel_ridged, -======= -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/white, ->>>>>>> 76e61a485c... Merge pull request #12764 from Very-Soft/timeforblue -/area/crew_quarters/toilet) -"SH" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 25 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm8) -"SI" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"SJ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/sign/directions{ - desc = "A direction sign, pointing out the way to the shuttle bay."; - name = "\improper Shuttle Bay"; - pixel_x = 32 - }, -/obj/structure/sign/directions/science{ - dir = 6; - pixel_x = 32; - pixel_y = -6 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"SL" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"SM" = ( -/obj/random/trash_pile, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"SN" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-2" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-4" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"SO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/sign/directions{ - desc = "A direction sign, pointing out the way to the shuttle bay."; - name = "\improper Shuttle Bay"; - pixel_y = -32 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"SP" = ( -/obj/machinery/button/remote/airlock{ - dir = 1; - id = "dorm3"; - name = "Room 3 Lock"; - pixel_y = -22; - specialfunctions = 4 - }, -/obj/machinery/power/apc/angled{ - dir = 4; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm3) -"SQ" = ( -/turf/simulated/floor/lino, -/area/chapel/office) -"SR" = ( -/obj/machinery/door/blast/multi_tile/three_tile_ver{ - id = "xenospace6" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"SS" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 25; - pixel_y = 32 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"ST" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/workshop) -"SU" = ( -/obj/machinery/light/small, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm7) -"SV" = ( -/obj/item/weapon/bikehorn/rubberducky, -/turf/simulated/floor/tiled/white, -/area/stellardelight/deck1/shower) -"SW" = ( -/obj/machinery/door/airlock/angled_bay/external/glass{ - dir = 4; - frequency = 1379; - id_tag = "ex_interior"; - locked = 1; - name = "Exterior Airlock" - }, -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/deck1/exploration) -"SX" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock{ - name = "Unisex Showers" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/steel_ridged, -/area/crew_quarters/toilet) -"SY" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 25 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm7) -"SZ" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"Ta" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/library) -"Tb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Tc" = ( -/obj/item/weapon/bedsheet/orangedouble, -/obj/structure/bed/double/padded, -/obj/structure/curtain/black, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm7) -"Td" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/deck1/portcent) -"Te" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/gun/energy/laser{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/item/weapon/gun/energy/laser{ - pixel_x = -1; - pixel_y = -11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/purple{ - dir = 9 - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"Tf" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/maintenance/stellardelight/deck1/starboardaft) -"Tg" = ( -/obj/structure/closet/emergsuit_wall{ - dir = 4; - pixel_x = 27 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"Th" = ( -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_processing) -"Ti" = ( -/obj/structure/bed/chair/bay/shuttle{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/stellardelight/deck1/exploshuttle) -"Tj" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"Tk" = ( -/obj/structure/bed/chair/comfy/black, -/obj/item/device/radio/intercom{ - dir = 1; - pixel_y = 24 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/starboard) -"Tl" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - dir = 4; - door_color = "#ffffff"; - name = "Xenoflora Research"; - req_access = list(77); - stripe_color = "#5a19a8" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/rnd/xenobiology/xenoflora) -"Tm" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - door_color = "#8c1d11"; - name = "Forensics Lab"; - req_access = list(4); - stripe_color = "#d27428" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/detectives_office) -"Tn" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchequip) -"To" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"Tp" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - door_color = "#ffffff"; - name = "Xenobiology"; - req_access = null; - req_one_access = list(47,55); - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/rnd/xenobiology) -"Tq" = ( -/obj/structure/cable/white, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/smes/buildable{ - RCon_tag = "Substation - Medical"; - output_attempt = 0 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/medical) -"Tr" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"Ts" = ( -/obj/machinery/door/blast/angled{ - id = "xenobiodiv2"; - name = "Divider 2 Blast Door" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"Tv" = ( -/obj/machinery/vending/coffee, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/starboard) -"Tx" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#9c9c9c"; - fill_color = "#5c5c5c"; - id_tag = "dorm3"; - name = "Room 3"; - stripe_color = "#89bd66" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/dorms/dorm3) -"Ty" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/obj/effect/landmark{ - name = "vinestart" - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"TB" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"TC" = ( -/obj/structure/bed/chair/office/dark, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"TD" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"TE" = ( -/obj/effect/floor_decal/milspec/color/orange/half, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block/C) -"TF" = ( -/obj/structure/bed/chair/sofa/corp/right{ - dir = 1 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm2) -"TG" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"TH" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "processinglockdown" - }, -/obj/structure/low_wall/bay/reinforced/red, -/turf/simulated/floor, -/area/security/security_processing) -"TI" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/cargo) -"TJ" = ( -/obj/structure/stairs/spawner/south, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor, -/area/stellardelight/deck1/fore) -"TK" = ( -/obj/machinery/clonepod/transhuman, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"TL" = ( -/obj/machinery/alarm/angled, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm6) -"TM" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/structure/cable/pink{ - icon_state = "1-4" - }, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"TN" = ( -/obj/item/weapon/bedsheet/orangedouble, -/obj/structure/bed/double/padded, -/obj/structure/curtain/black, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm6) -"TO" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/sign/directions/science{ - dir = 6; - pixel_x = -32 - }, -/obj/structure/sign/directions/science{ - dir = 5; - pixel_x = -32; - pixel_y = 6 - }, -/obj/structure/sign/directions{ - desc = "A direction sign, pointing out the way to the shuttle bay."; - dir = 10; - name = "\improper Shuttle Bay"; - pixel_x = -32; - pixel_y = -6 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"TP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"TQ" = ( -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"TR" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 8 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"TS" = ( -/obj/random/maintenance/security, -/obj/random/maintenance/security, -/obj/structure/table/rack, -/obj/random/maintenance, -/obj/random/contraband, -/obj/random/mre, -/turf/simulated/floor, -/area/maintenance/security_port) -"TT" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/port) -"TU" = ( -/obj/structure/closet/coffin, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"TV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/table/rack, -/obj/item/canvas, -/obj/item/canvas/nineteen_nineteen, -/obj/item/canvas/twentyfour_twentyfour, -/obj/item/canvas/twentythree_nineteen, -/obj/item/canvas/twentythree_twentythree, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/obj/item/paint_palette, -/obj/item/paint_brush, -/turf/simulated/floor/wood, -/area/library) -"TW" = ( -/obj/machinery/door/blast/angled{ - dir = 4; - id = "chapelmassdriver" - }, -/turf/simulated/floor/airless, -/area/chapel/chapel_morgue) -"TX" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 8; - door_color = "#ffffff"; - id_tag = "recoveryexit"; - name = "Recovery Room"; - req_access = list(6); - stripe_color = "#5a96bb" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/medical/patient_wing) -"TY" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/exam_room) -"TZ" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"Ua" = ( -/turf/simulated/wall/bay/steel, -/area/maintenance/stellardelight/substation/exploration) -"Ub" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - dir = 4; - name = "maintenance access"; - stripe_color = "#454545" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/deck1/portcent) -"Uc" = ( -/obj/machinery/computer/ship/navigation/telescreen{ - pixel_x = 32 - }, -/obj/structure/table/bench/sifwooden/padded, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24; - pixel_y = -32 - }, -/obj/effect/landmark/start/pilot, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"Ud" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/research) -"Ue" = ( -/obj/machinery/light_switch{ - pixel_y = 25 - }, -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"Uf" = ( -/obj/machinery/newscaster{ - pixel_x = 29 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Ug" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "wardenoffice"; - name = "Privacy Shutters" - }, -/obj/structure/low_wall/bay/reinforced/red, -/turf/simulated/floor, -/area/security/warden) -"Uh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/wood, -/area/library) -"Uj" = ( -/obj/structure/table/woodentable, -/obj/random/paicard, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/starboard) -"Uk" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 9 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"Ul" = ( -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"Um" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"Un" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"Uo" = ( -/obj/effect/landmark{ - name = "lightsout" - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"Up" = ( -/obj/machinery/status_display{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"Uq" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/structure/cable/pink{ - icon_state = "2-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"Ur" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/recharge_station, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Us" = ( -/obj/structure/bed/chair/comfy/brown, -/obj/machinery/newscaster{ - pixel_y = 28 - }, -/obj/effect/landmark/start/librarian, -/turf/simulated/floor/wood, -/area/library) -"Ut" = ( -/obj/machinery/door/window/brigdoor/eastleft{ - name = "Slime Pen 2"; - req_access = list(55) - }, -/obj/machinery/door/window/brigdoor/westright{ - name = "Slime Pen 2"; - req_access = list(55) - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen2"; - name = "Pen 2 Blast Doors" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"Uu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"Uv" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/obj/effect/mouse_hole_spawner{ - dir = 8 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardaft) -"Uw" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Ux" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/machinery/camera/network/research{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"Uz" = ( -/obj/structure/bookcase/bookcart, -/turf/simulated/floor/carpet, -/area/library) -"UA" = ( -/obj/machinery/r_n_d/destructive_analyzer, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/rnd/research) -"UB" = ( -/obj/machinery/power/apc/angled{ - cell_type = /obj/item/weapon/cell/super; - dir = 1; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/closet/emcloset, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"UD" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/research) -"UE" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"UF" = ( -/obj/machinery/biogenerator, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"UG" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 9 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"UH" = ( -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"UI" = ( -/obj/structure/cable/pink{ - icon_state = "2-8" - }, -/obj/structure/cable/pink{ - icon_state = "2-4" - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"UJ" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 6 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/landmark/vermin, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"UK" = ( -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"UL" = ( -/obj/structure/cable/orange{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/hatch{ - door_color = "#e6ab22"; - name = "Atmospherics Substation"; - req_one_access = list(10); - stripe_color = "#e6ab22" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/substation/atmospherics) -"UM" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/table/rack, -/obj/random/action_figure, -/obj/random/maintenance/security, -/obj/random/maintenance/clean, -/obj/random/maintenance, -/obj/random/snack, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"UN" = ( -/obj/structure/table/steel, -/obj/item/device/electronic_assembly/large/default, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/workshop) -"UO" = ( -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"UP" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/random/maintenance/security, -/obj/random/maintenance/security, -/obj/random/maintenance/security, -/obj/random/maintenance/security, -/obj/structure/table/rack, -/obj/random/contraband, -/obj/random/action_figure, -/turf/simulated/floor, -/area/maintenance/security_port) -"UQ" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"UR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"US" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/clothing/glasses/hud/security, -/obj/item/clothing/glasses/hud/security, -/obj/item/clothing/glasses/hud/security, -/turf/simulated/floor/tiled/dark, -/area/security/security_equiptment_storage) -"UT" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"UU" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"UV" = ( -/obj/machinery/button/remote/blast_door{ - dir = 1; - id = "xenobiopen1"; - name = "Pen 1 Containment"; - pixel_x = -30; - pixel_y = 8; - req_access = list(55) - }, -/obj/machinery/button/remote/blast_door{ - id = "xenobiopen3"; - name = "Pen 3 Containment"; - pixel_x = -31; - pixel_y = -8; - req_access = list(55) - }, -/obj/machinery/button/remote/blast_door{ - dir = 8; - id = "xenobiodiv1"; - name = "Divider 1 Blast Doors"; - pixel_x = -39; - req_access = list(55) - }, -/obj/machinery/light/floortube{ - dir = 8; - pixel_x = -6 - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"UW" = ( -/obj/effect/floor_decal/industrial/outline, -/turf/simulated/floor/tiled/eris/steel/gray_platform, -/area/stellardelight/deck1/exploshuttle) -"UX" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - door_color = "#e6ab22"; - name = "Research Substation"; - req_one_access = list(10); - stripe_color = "#e6ab22" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/substation/research) -"UY" = ( -/obj/machinery/suit_cycler/engineering{ - req_access = null - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"UZ" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/research) -"Va" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/medical/morgue) -"Vb" = ( -/turf/simulated/wall/bay/steel, -/area/maintenance/stellardelight/substation/medical) -"Vc" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"Vd" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 24; - pixel_y = 32 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/turf/simulated/floor/tiled/eris/steel/panels, -/area/stellardelight/deck1/pilot) -"Ve" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/prison/cell_block) -"Vf" = ( -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/starboard) -"Vg" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/rnd/xenobiology) -"Vh" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/stellardelight/deck1/pilot) -"Vi" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Vk" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "researchwindowlockdown" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/rnd/xenobiology/xenoflora_storage) -"Vl" = ( -/obj/machinery/door/window/brigdoor/eastleft{ - name = "Slime Pen 6"; - req_access = list(55) - }, -/obj/machinery/door/window/brigdoor/westright{ - name = "Slime Pen 6"; - req_access = list(55) - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen6"; - name = "Pen 6 Blast Doors" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"Vm" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/effect/shuttle_landmark/shuttle_initializer/mining, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/stellardelight/deck1/miningshuttle) -"Vn" = ( -/obj/machinery/door/blast/angled, -/turf/simulated/floor, -/area/stellardelight/deck1/shuttlebay) -"Vo" = ( -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"Vp" = ( -/obj/structure/bookcase{ - name = "bookcase (Reference)" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/sign/painting/library_secure{ - pixel_x = 30 - }, -/obj/item/weapon/book/bundle/custom_library/reference/ThermodynamicReactionsandResearch, -/obj/item/weapon/book/bundle/custom_library/reference/fbpandprostheticmaintenance, -/obj/item/weapon/book/bundle/custom_library/reference/recyclingprocedures, -/obj/item/weapon/book/custom_library/reference/fistfulofd6splayersguide, -/obj/item/weapon/book/custom_library/reference/securityguidelines, -/obj/item/weapon/book/custom_library/reference/spacesurvivalguidedespressurization, -/obj/item/weapon/book/manual/anomaly_spectroscopy, -/obj/item/weapon/book/manual/anomaly_testing, -/obj/item/weapon/book/manual/atmospipes, -/obj/item/weapon/book/manual/bar_guide, -/obj/item/weapon/book/manual/barman_recipes, -/obj/item/weapon/book/manual/casino, -/obj/item/weapon/book/manual/chef_recipes, -/obj/item/weapon/book/manual/command_guide, -/obj/item/weapon/book/manual/cook_guide, -/obj/item/weapon/book/manual/detective, -/obj/item/weapon/book/manual/engineering_construction, -/obj/item/weapon/book/manual/engineering_guide, -/obj/item/weapon/book/manual/engineering_hacking, -/obj/item/weapon/book/manual/engineering_particle_accelerator, -/obj/item/weapon/book/manual/engineering_singularity_safety, -/obj/item/weapon/book/manual/evaguide, -/obj/item/weapon/book/manual/excavation, -/obj/item/weapon/book/manual/hydroponics_pod_people, -/obj/item/weapon/book/manual/mass_spectrometry, -/obj/item/weapon/book/manual/materials_chemistry_analysis, -/obj/item/weapon/book/manual/medical_cloning, -/obj/item/weapon/book/manual/medical_diagnostics_manual, -/obj/item/weapon/book/manual/research_and_development, -/obj/item/weapon/book/manual/resleeving, -/obj/item/weapon/book/manual/ripley_build_and_repair, -/obj/item/weapon/book/manual/robotics_cyborgs, -/obj/item/weapon/book/manual/rust_engine, -/obj/item/weapon/book/manual/security_space_law, -/obj/item/weapon/book/manual/standard_operating_procedure, -/obj/item/weapon/book/manual/stasis, -/obj/item/weapon/book/manual/supermatter_engine, -/obj/item/weapon/book/manual/tesla_engine, -/obj/item/weapon/book/manual/virology, -/obj/effect/landmark/vermin, -/turf/simulated/floor/wood, -/area/library) -"Vq" = ( -/obj/machinery/computer/centrifuge, -/obj/machinery/embedded_controller/radio/airlock/access_controller{ - dir = 4; - id_tag = "virology_airlock_control"; - name = "Virology Access Console"; - pixel_x = -28; - pixel_y = -16; - tag_exterior_door = "virology_airlock_exterior"; - tag_interior_door = "virology_airlock_interior" - }, -/obj/machinery/camera/network/medbay{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/virology) -"Vr" = ( -/obj/machinery/camera/network/security{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"Vs" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"Vt" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled/techfloor, -/area/medical/morgue) -"Vu" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"Vv" = ( -/obj/machinery/button/remote/airlock{ - id = "dorm7"; - name = "Room 7 Lock"; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm7) -"Vw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/port) -"Vx" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"Vy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm3) -"Vz" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 6 - }, -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = -24 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"VA" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 8; - door_color = "#ffffff"; - name = "EMT Bay"; - req_access = list(5); - stripe_color = "#5a96bb" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/paramedic) -"VB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/security) -"VC" = ( -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/resleeving) -"VD" = ( -/obj/structure/railing/grey{ - dir = 8 - }, -/obj/structure/sign/directions/bar{ - pixel_x = -32; - pixel_y = 6 - }, -/obj/structure/sign/directions/command{ - pixel_x = -32 - }, -/obj/structure/sign/directions/medical{ - pixel_x = -32; - pixel_y = -6 - }, -/obj/structure/sign/directions/evac{ - pixel_x = -32; - pixel_y = -12 - }, -/obj/structure/sign/directions/stairs_up{ - pixel_x = -32; - pixel_y = 12 - }, -/turf/simulated/floor, -/area/stellardelight/deck1/fore) -"VE" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/table/standard, -/obj/machinery/recharger{ - pixel_y = 5 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"VF" = ( -/obj/structure/closet/secure_closet/security, -/obj/item/device/holowarrant, -/obj/item/clothing/accessory/badge/holo/cord, -/obj/item/clothing/accessory/badge/holo/cord, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/red, -/obj/item/device/ticket_printer, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"VG" = ( -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"VH" = ( -/obj/structure/table/woodentable, -/obj/machinery/alarm/angled{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm5) -"VI" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/clothing/suit/armor/vest/wolftaur{ - pixel_x = 4; - pixel_y = 7 - }, -/obj/item/clothing/suit/armor/vest/wolftaur{ - pixel_x = -8; - pixel_y = -4 - }, -/obj/item/weapon/storage/lockbox, -/turf/simulated/floor/tiled/dark, -/area/security/security_equiptment_storage) -"VJ" = ( -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"VK" = ( -/obj/structure/table/steel, -/obj/random/maintenance/security, -/obj/random/maintenance/security, -/obj/random/maintenance, -/obj/random/medical, -/obj/random/drinkbottle, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardfore) -"VL" = ( -/obj/effect/floor_decal/chapel{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"VM" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/wall/bay/r_wall/black, -/area/chapel/chapel_morgue) -"VN" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan, -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"VO" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "researchwindowlockdown" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/low_wall/bay/reinforced/steel, -/turf/simulated/floor, -/area/rnd/xenobiology/xenoflora_storage) -"VP" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/crew_quarters/toilet) -"VQ" = ( -/obj/structure/shuttle/engine/propulsion, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/miningshuttle) -"VR" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/obj/effect/landmark/start/visitor, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/starboard) -"VS" = ( -/obj/machinery/gateway{ - dir = 1 - }, -/obj/machinery/camera/network/command, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"VT" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "miningops" - }, -/obj/structure/plasticflaps/mining, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"VV" = ( -/turf/simulated/wall/bay/red, -/area/chapel/office) -"VW" = ( -/obj/machinery/vending/wardrobe/detdrobe, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/red, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"VX" = ( -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/stellardelight/deck1/miningshuttle) -"VY" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/stellardelight/deck1/miningshuttle) -"VZ" = ( -/obj/structure/table/woodentable, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/angled{ - dir = 1; - name = "night shift APC"; - nightshift_setting = 2 - }, -/turf/simulated/floor/wood, -/area/library) -"Wa" = ( -/obj/machinery/button/remote/airlock{ - id = "dorm2"; - name = "Room 2 Lock"; - pixel_y = 24; - specialfunctions = 4 - }, -/obj/machinery/power/apc/angled{ - dir = 4; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm2) -"Wb" = ( -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/green{ - color = "#42038a" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-4" - }, -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"Wc" = ( -/obj/machinery/smartfridge/produce, -/turf/simulated/wall/bay/r_wall/purple, -/area/rnd/xenobiology/xenoflora_storage) -"Wd" = ( -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/ore_box, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"We" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/obj/effect/landmark/start/xenobot, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"Wf" = ( -/obj/structure/table/woodentable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/random/coin/sometimes, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/port) -"Wg" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"Wh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/table/rack, -/obj/random/maintenance/security, -/obj/random/maintenance/security, -/obj/random/maintenance/research, -/obj/random/contraband, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"Wi" = ( -/obj/machinery/camera/network/research/xenobio{ - dir = 9; - network = list("Xenobiology") - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"Wj" = ( -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Wk" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm4) -"Wl" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm8) -"Wm" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"Wn" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/angled_bay/standard/color{ - door_color = "#9c9c9c"; - fill_color = "#5c5c5c"; - id_tag = "dorm7"; - name = "Room 7"; - stripe_color = "#89bd66" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/dorms/dorm7) -"Wo" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/scientist, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"Wp" = ( -/obj/structure/bed/chair/sofa/pew/left{ - dir = 1 - }, -/obj/structure/sign/painting/chapel_secure{ - pixel_y = -32 - }, -/obj/effect/landmark/start/visitor, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"Wq" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Wr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/dark, -/area/chapel/chapel_morgue) -"Ws" = ( -/obj/machinery/camera/network/halls{ - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Wt" = ( -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"Wu" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/deck1/starboardaft) -"Wv" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"Ww" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/deck1/starboardaft) -"Wx" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Wy" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/starboard) -"Wz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/camera/network/halls{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"WA" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "miningops"; - name = "Mining Ops conveyor switch"; - pixel_x = 10; - pixel_y = 5; - req_access = list(48); - req_one_access = list(48) - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"WB" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/stellardelight/deck1/fore) -"WC" = ( -/obj/structure/table/rack, -/obj/random/maintenance/research, -/obj/random/maintenance/security, -/obj/random/maintenance/security, -/obj/random/maintenance/clean, -/obj/random/maintenance, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"WD" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"WE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm5) -"WG" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/red, -/turf/simulated/floor, -/area/prison/cell_block/B) -"WH" = ( -/obj/structure/bed/chair/backed_red{ - dir = 4 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"WJ" = ( -/obj/structure/table/woodentable, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/item/weapon/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/weapon/pen, -/obj/structure/sign/painting/library_secure{ - pixel_y = 30 - }, -/turf/simulated/floor/wood, -/area/library) -"WK" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"WL" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/chapel/chapel_morgue) -"WM" = ( -/turf/simulated/wall/bay/r_wall/purple, -/area/stellardelight/deck1/explobriefing) -"WP" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "miningops" - }, -/obj/machinery/mineral/output, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/oreprocessing) -"WQ" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/item/device/radio/intercom{ - dir = 1; - pixel_y = 24 - }, -/obj/machinery/mining/brace, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"WR" = ( -/turf/simulated/wall/bay/purple, -/area/rnd/research) -"WS" = ( -/obj/machinery/alarm/angled{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"WT" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/item/weapon/tank/jetpack/carbondioxide, -/obj/item/weapon/tank/jetpack/carbondioxide, -/obj/item/weapon/tank/jetpack/carbondioxide, -/obj/item/weapon/tank/jetpack/carbondioxide, -/obj/effect/landmark/vermin, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"WU" = ( -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"WW" = ( -/obj/structure/table/woodentable, -/obj/machinery/light/small, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm6) -"WX" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 1 - }, -/turf/simulated/floor/bluegrid{ - name = "Server Base"; - nitrogen = 500; - oxygen = 0; - temperature = 80 - }, -/area/stellardelight/deck1/researchserver) -"WY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"WZ" = ( -/obj/machinery/vending/tool, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchhall) -"Xa" = ( -/obj/machinery/computer/ship/navigation/telescreen{ - pixel_x = -32; - pixel_y = -5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"Xb" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/camera/network/command{ - dir = 9 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"Xc" = ( -/turf/simulated/wall/bay/r_wall/steel, -/area/crew_quarters/toilet) -"Xd" = ( -/obj/machinery/alarm/angled, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"Xe" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/alarm/angled, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"Xf" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"Xg" = ( -/obj/structure/cable/orange{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/obj/structure/sign/vacuum{ - pixel_x = -32 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Xh" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/window/brigdoor/eastleft{ - name = "Warden's Desk"; - req_access = list(3) - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "wardenoffice"; - name = "Privacy Shutters" - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"Xi" = ( -/obj/machinery/light/small, -/turf/simulated/floor/tiled/eris/white/cargo, -/area/medical/virology) -"Xj" = ( -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/machinery/disposal/wall{ - dir = 4; - pixel_x = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/wood, -/area/library) -"Xk" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"Xl" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 5 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/turf/simulated/floor/reinforced, -/area/stellardelight/deck1/shuttlebay) -"Xm" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - door_color = "#e6ab22"; - name = "Security Substation"; - req_one_access = list(10); - stripe_color = "#e6ab22" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/maintenance/stellardelight/substation/security) -"Xn" = ( -/obj/structure/table/steel_reinforced, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-4" - }, -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/machinery/camera/network/research, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchequip) -"Xo" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/medical) -"Xp" = ( -/obj/structure/table/steel, -/obj/item/device/integrated_electronics/debugger{ - pixel_x = -5 - }, -/obj/item/device/integrated_electronics/wirer{ - pixel_x = 5 - }, -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/rnd/workshop) -"Xq" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Xr" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/button/remote/blast_door{ - id = "mechbay"; - name = "Mech Bay"; - pixel_y = 25; - req_access = list(29,47) - }, -/obj/machinery/door/blast/angled{ - dir = 4; - id = "mechbay"; - name = "Mech Bay" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/assembly/robotics) -"Xs" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portcent) -"Xt" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"Xu" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"Xv" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/reagent_dispensers/foam, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"Xw" = ( -/obj/machinery/power/pointdefense{ - id_tag = "sd_pd" - }, -/obj/effect/floor_decal/industrial/warning/full, -/obj/structure/cable/pink, -/obj/structure/cable/pink{ - icon_state = "0-2" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"Xx" = ( -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 10 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"Xz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"XA" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-8" - }, -/turf/simulated/floor/airless, -/area/stellardelight/deck1/exterior) -"XB" = ( -/turf/simulated/wall/bay/r_wall/red, -/area/security/security_equiptment_storage) -"XC" = ( -/obj/effect/floor_decal/milspec/color/red/half{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 9 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"XD" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/door/airlock/angled_bay/hatch{ - dir = 4; - door_color = "#ffffff"; - name = "maintenance access"; -<<<<<<< HEAD - req_one_access = list(19,43,67); -======= - req_one_access = null; ->>>>>>> 244095be9e... Merge pull request #14220 from Very-Soft/removeexplo - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/explobriefing) -"XE" = ( -/obj/structure/table/reinforced, -/obj/item/roller, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/gray_platform, -/area/gateway) -"XF" = ( -/obj/effect/floor_decal/milspec/color/emerald/corner, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"XG" = ( -/obj/structure/flora/pottedplant/dead, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/firealarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/researchserver) -"XH" = ( -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 1 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"XJ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/milspec/color/emerald/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"XL" = ( -/obj/machinery/alarm/angled{ - dir = 4 - }, -/obj/structure/closet/secure_closet/brig{ - id = "Cell A" - }, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block) -"XM" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"XN" = ( -/obj/item/device/radio/intercom{ - dir = 4; - pixel_x = 24 - }, -/obj/effect/landmark/start/scientist, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchequip) -"XO" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - door_color = "#ffffff"; - name = "Mech Bay"; - req_access = list(29,47); - stripe_color = "#5a19a8" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/assembly/robotics) -"XP" = ( -/obj/machinery/door/airlock/angled_bay/standard/color/common{ - dir = 4; - id_tag = "bathroomstall3"; - name = "Toilet 3" - }, -<<<<<<< HEAD -/turf/simulated/floor/tiled/steel_ridged, -======= -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, ->>>>>>> 76e61a485c... Merge pull request #12764 from Very-Soft/timeforblue -/area/crew_quarters/toilet) -"XQ" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/disposaloutlet, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"XR" = ( -/turf/simulated/wall/bay/steel, -/area/maintenance/stellardelight/substation/research) -"XS" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/rnd/storage) -"XT" = ( -/obj/machinery/portable_atmospherics/hydroponics, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"XU" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/random/vendordrink, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"XV" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/purple, -/turf/simulated/floor, -/area/stellardelight/deck1/exploration) -"XW" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/camera/network/mining, -/obj/machinery/mining/drill, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"XX" = ( -/obj/structure/table/woodentable, -/obj/item/device/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/wood, -/area/library) -"XY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"XZ" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"Ya" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"Yb" = ( -/obj/machinery/light, -/turf/simulated/floor/bluegrid, -/area/assembly/robotics) -"Yc" = ( -/obj/machinery/door/window/brigdoor/eastleft{ - name = "Slime Pen 5"; - req_access = list(55) - }, -/obj/machinery/door/window/brigdoor/westright{ - name = "Slime Pen 5"; - req_access = list(55) - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen5"; - name = "Pen 5 Blast Doors" - }, -/turf/simulated/floor/reinforced, -/area/rnd/xenobiology) -"Yd" = ( -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/substation/security) -"Ye" = ( -/obj/structure/closet/secure_closet/hydroponics/sci{ - req_access = list(77) - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris, -/area/stellardelight/deck1/researchhall) -"Yf" = ( -/obj/structure/window/reinforced{ - dir = 8; - pixel_x = -4 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck1/lowermed) -"Yh" = ( -/obj/machinery/camera/network/mining{ - dir = 8 - }, -/obj/structure/ore_box, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"Yi" = ( -/obj/structure/table/woodentable, -/obj/machinery/microwave, -/obj/machinery/firealarm/angled{ - dir = 4 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm7) -"Yj" = ( -/obj/machinery/processor, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"Yk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Ym" = ( -/obj/structure/cable/pink{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/effect/floor_decal/milspec/color/red/half, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"Yn" = ( -/obj/structure/table/rack, -/obj/random/maintenance, -/obj/random/maintenance/clean, -/obj/random/maintenance/research, -/obj/random/medical, -/obj/random/snack, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Yo" = ( -/obj/structure/morgue{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/medical/morgue) -"Yp" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/orange/half{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/prison/cell_block) -"Yq" = ( -/obj/structure/bed/chair/bay/shuttle{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/stellardelight/deck1/miningshuttle) -"Yr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/carpet/purcarpet, -/area/stellardelight/deck1/dorms/dorm7) -"Ys" = ( -/obj/machinery/button/remote/airlock{ - dir = 1; - id = "dorm5"; - name = "Room 5 Lock"; - pixel_y = -22; - specialfunctions = 4 - }, -/obj/machinery/power/apc/angled{ - dir = 8; - name = "night shift APC"; - nightshift_setting = 2 - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/turf/simulated/floor/carpet, -/area/stellardelight/deck1/dorms/dorm5) -"Yt" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Yu" = ( -/obj/machinery/alarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/storage) -"Yv" = ( -/turf/simulated/wall/bay/black, -/area/chapel/office) -"Yw" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/effect/landmark{ - name = "lightsout" - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"Yx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"Yy" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/recharger{ - pixel_y = 5 - }, -/obj/structure/sign/vacuum{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/dark, -/area/security/tactical) -"Yz" = ( -/obj/machinery/atmospherics/portables_connector, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"YA" = ( -/obj/structure/bookcase{ - desc = "There appears to be a shrine to WGW at the back..."; - name = "Forbidden Knowledge" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/structure/sign/painting/library_private{ - pixel_y = 32 - }, -/obj/structure/sign/painting/library_private{ - pixel_x = -32 - }, -/obj/item/weapon/book/manual/engineering_hacking, -/obj/item/weapon/book/manual/nuclear, -/obj/item/weapon/book/custom_library/fiction/woodysgotwood, -/turf/simulated/floor/wood, -/area/library) -"YB" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploration) -"YC" = ( -/obj/machinery/atmospherics/pipe/manifold/visible, -/obj/machinery/meter, -/obj/structure/reagent_dispensers/watertank, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora_storage) -"YE" = ( -/turf/simulated/floor, -/area/maintenance/stellardelight/substation/cargo) -"YF" = ( -/turf/simulated/wall/bay/r_wall/brown, -/area/stellardelight/deck1/dorms/dorm7) -"YG" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/door/airlock/angled_bay/standard/glass{ - dir = 4; - door_color = "#a6753d"; - name = "Refinery"; - req_access = list(48); - stripe_color = "#3b2b1a" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/stellardelight/deck1/oreprocessing) -"YH" = ( -/obj/structure/bed/chair/wood{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/lino, -/area/chapel/office) -"YI" = ( -/obj/machinery/door/firedoor/glass/hidden/steel{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"YJ" = ( -/obj/machinery/computer/ship/navigation/telescreen{ - pixel_y = 32 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"YK" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/standard/color{ - dir = 4; - door_color = "#8c1d11"; - fill_color = "#854a44"; - name = "Armory"; - req_access = list(3); - stripe_color = "#d27428" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/security/armoury) -"YL" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/department/robo{ - pixel_y = 32 - }, -/obj/machinery/door/blast/angled_shutter/open{ - dir = 4; - id = "dontlooktmyrobotpenis"; - name = "Privacy Shutters" - }, -/obj/machinery/door/window/brigdoor/westleft{ - dir = 4; - name = "Robotics Desk"; - req_access = list(7); - req_one_access = list(47) - }, -/turf/simulated/floor/tiled/monotile, -/area/assembly/robotics) -"YM" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/purple, -/turf/simulated/floor, -/area/gateway) -"YN" = ( -/obj/machinery/power/apc/angled{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"YO" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/camera/network/security{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"YP" = ( -/obj/structure/cable/orange{ - icon_state = "4-8" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/maintenance/stellardelight/deck1/exploration) -"YQ" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/camera/network/mining{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"YR" = ( -/obj/structure/table/glass, -/obj/item/weapon/paper_bin{ - pixel_y = 4 - }, -/obj/item/weapon/pen{ - pixel_y = 4 - }, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/medical/patient_wing) -"YS" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 5 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"YT" = ( -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/port) -"YV" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/turf/simulated/wall/bay/r_wall/steel, -/area/security/tactical) -"YW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"YX" = ( -/obj/structure/closet/secure_closet/security, -/obj/item/device/holowarrant, -/obj/item/clothing/accessory/badge/holo/cord, -/obj/item/clothing/accessory/badge/holo/cord, -/obj/machinery/firealarm/angled{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/red, -/obj/item/device/ticket_printer, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"YY" = ( -/obj/effect/floor_decal/chapel{ - dir = 4 - }, -/obj/structure/bed/chair/sofa/pew/right{ - dir = 1 - }, -/obj/effect/landmark/start/visitor, -/turf/simulated/floor/tiled/dark, -/area/chapel/main) -"YZ" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/item/weapon/storage/box/swabs{ - layer = 5 - }, -/obj/item/weapon/hand_labeler, -/obj/item/weapon/folder/red, -/obj/item/weapon/folder/blue{ - pixel_y = -3 - }, -/obj/item/weapon/folder/yellow{ - pixel_y = -5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"Za" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/steel_grid, -/area/assembly/robotics) -"Zb" = ( -/obj/structure/closet/secure_closet/security, -/obj/item/device/holowarrant, -/obj/item/clothing/accessory/badge/holo/cord, -/obj/item/clothing/accessory/badge/holo/cord, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/floor_decal/milspec/color/red, -/obj/item/device/ticket_printer, -/turf/simulated/floor/tiled/dark, -/area/security/security_lockerroom) -"Zc" = ( -/obj/machinery/recharge_station, -/turf/simulated/floor/bluegrid, -/area/assembly/robotics) -"Zd" = ( -/obj/effect/landmark{ - name = "carpspawn" - }, -/turf/space, -/area/space) -"Ze" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/structure/low_wall/bay/reinforced/black, -/turf/simulated/floor, -/area/chapel/chapel_morgue) -"Zf" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/shuttlebay) -"Zg" = ( -/obj/structure/closet/secure_closet/miner, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"Zh" = ( -/obj/structure/table/woodentable, -/obj/machinery/recharger{ - pixel_y = 5 - }, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/explobriefing) -"Zi" = ( -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/exam_room) -"Zj" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/window/brigdoor/southleft{ - id = "Cell C"; - name = "Cell C"; - req_access = list(2) - }, -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/steel_ridged, -/area/prison/cell_block/C) -"Zk" = ( -/obj/machinery/button/remote/airlock{ - id = "bathroomstall2"; - name = "Toilet 2 Lock"; - pixel_x = -10; - pixel_y = 22; - specialfunctions = 4 - }, -/obj/machinery/light/small, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/toilet) -"Zl" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals3{ - dir = 10 - }, -/turf/simulated/floor/tiled/techfloor, -/area/stellardelight/deck1/starboard) -"Zm" = ( -/obj/structure/closet/walllocker_double/west, -/obj/item/device/suit_cooling_unit, -/obj/item/device/suit_cooling_unit, -/obj/item/device/suit_cooling_unit, -/obj/item/device/suit_cooling_unit, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/miningequipment) -"Zn" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/window/bay/reinforced, -/obj/machinery/door/blast/angled/open{ - dir = 2; - id = "wardenoffice"; - name = "Privacy Shutters" - }, -/obj/structure/low_wall/bay/reinforced/red, -/turf/simulated/floor, -/area/security/warden) -"Zo" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/obj/machinery/camera/network/civilian{ - dir = 1 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"Zp" = ( -/obj/machinery/button/remote/blast_door{ - dir = 4; - id = "GatewayShutterE"; - name = "EVA Shutter"; - pixel_x = -23; - req_one_access = list(18,19,43,67) - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/starboard) -"Zq" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/exam_room) -"Zr" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/remote/blast_door{ - dir = 4; - id = "dontlooktmyrobotpenis"; - name = "Privacy Shutter Control"; - pixel_y = 2 - }, -/obj/item/device/robotanalyzer, -/turf/simulated/floor/tiled/steel, -/area/assembly/robotics) -"Zs" = ( -/obj/structure/table/woodentable, -/obj/structure/sign/painting/chapel_secure{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/lino, -/area/chapel/office) -"Zt" = ( -/turf/simulated/floor, -/area/stellardelight/deck1/fore) -"Zu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/starboardcent) -"Zv" = ( -/turf/simulated/wall/bay/r_wall/red, -/area/security/detectives_office) -"Zw" = ( -/obj/effect/floor_decal/milspec/color/black, -/turf/simulated/floor/tiled/dark, -/area/security/security_cell_hallway) -"Zx" = ( -/obj/machinery/access_button{ - command = "cycle_interior"; - dir = 8; - frequency = 1379; - master_tag = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_y = -33; - req_access = list(39) - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/standard/color{ - autoclose = 0; - dir = 4; - door_color = "#ffffff"; - frequency = 1379; - id_tag = "virology_airlock_interior"; - locked = 1; - name = "Virology Interior Airlock"; - req_access = list(39); - stripe_color = "#5a96bb" - }, -/turf/simulated/floor/tiled/steel_ridged, -/area/medical/virology) -"Zy" = ( -/obj/machinery/photocopier, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/lino, -/area/chapel/office) -"Zz" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/alarm/angled{ - dir = 4 - }, -/obj/structure/table/steel, -/obj/random/maintenance/security, -/obj/random/maintenance/security, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"ZA" = ( -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology) -"ZB" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/closet/emergsuit_wall{ - pixel_y = 29 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"ZC" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 20 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 29 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"ZD" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/clothing/suit/armor/vest/alt{ - pixel_x = -4; - pixel_y = -6 - }, -/obj/item/clothing/suit/armor/vest/alt{ - pixel_x = 6; - pixel_y = -6 - }, -/obj/item/clothing/suit/armor/vest/alt{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/clothing/suit/armor/vest/alt{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/security_equiptment_storage) -"ZE" = ( -/obj/structure/stairs/spawner/south, -/obj/structure/railing/grey{ - dir = 4 - }, -/turf/simulated/floor, -/area/stellardelight/deck1/fore) -"ZF" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/dnaforensics, -/turf/simulated/floor/tiled/white, -/area/security/detectives_office) -"ZG" = ( -/turf/simulated/wall/bay/r_wall/red, -/area/security/security_lockerroom) -"ZI" = ( -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"ZJ" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/firealarm/angled{ - dir = 8 - }, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/stellardelight/deck1/mining) -"ZK" = ( -/obj/structure/cable/pink{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portfore) -"ZM" = ( -/obj/machinery/seed_extractor, -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/eris, -/area/rnd/xenobiology/xenoflora) -"ZN" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/mineral/equipment_vendor/survey, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"ZO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/station_map{ - dir = 4; - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/aft) -"ZP" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/door/firedoor/glass, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "wardenoffice"; - name = "Privacy Shutters" - }, -/turf/simulated/floor/tiled/dark, -/area/security/warden) -"ZQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/milspec, -/area/stellardelight/deck1/exploequipment) -"ZR" = ( -/obj/machinery/camera/network/security{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/security/lobby) -"ZS" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/cable/orange{ - icon_state = "0-4" - }, -/obj/structure/cable/orange{ - icon_state = "16-0" - }, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/exploration) -"ZT" = ( -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/blast/angled/open{ - dir = 4; - id = "xenobiopen2"; - name = "Pen 2 Blast Doors" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/xenobiology) -"ZU" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/stellardelight/deck1/port) -"ZV" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/department/chapel{ - pixel_x = -32; - plane = -34 - }, -/turf/simulated/floor/tiled/techmaint, -/area/stellardelight/deck1/fore) -"ZW" = ( -/obj/structure/cable/green{ - color = "#42038a"; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/research) -"ZX" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/angled_bay/double{ - name = "maintenance access"; - stripe_color = "#454545" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck1/portaft) -"ZY" = ( -/obj/effect/floor_decal/borderfloorblack/full, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/machinery/deployable/barrier, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/security/armoury) -"ZZ" = ( -/turf/simulated/wall/bay/purple, -/area/rnd/xenobiology) - -(1,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(2,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(3,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(4,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(5,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(6,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(7,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(8,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(9,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(10,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(11,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(12,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(13,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(14,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(15,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(16,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(17,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(18,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(19,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(20,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(21,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(22,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(23,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Ga -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(24,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(25,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(26,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(27,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(28,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(29,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(30,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(31,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(32,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(33,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(34,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(35,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(36,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(37,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(38,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(39,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -RF -ea -JE -JE -JE -JE -FP -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(40,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -SN -JE -JE -JE -JE -JE -sa -RF -hw -uq -uq -uq -uq -uq -uq -pz -JE -JE -GL -RF -RF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(41,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -bD -bD -ea -EG -RF -RF -uq -uq -uq -vX -JE -GL -RF -bD -bD -bD -bD -RF -RF -RF -RF -vF -RF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(42,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -ib -kJ -kJ -kJ -kJ -kJ -kJ -Sd -RF -RF -RF -RF -uo -ga -bD -bD -ra -sW -Kk -ra -Vi -Gj -ra -ra -ra -ra -Vi -ra -ra -ra -uF -Vi -Vi -ra -ra -ra -ra -ra -ra -bD -vF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(43,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -RF -RF -RF -RF -RF -DD -kJ -kJ -kJ -kJ -Ks -kJ -Sd -ra -ra -xM -qd -ra -Oz -Wx -iU -iU -iU -iU -iU -iU -KZ -vT -tE -Jo -BP -Cc -gw -xw -vT -Gy -ra -bD -vF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(44,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -RF -RF -RF -RF -RF -RF -RF -uq -uq -YP -ra -ra -Qb -Zo -ra -Yn -vT -um -um -um -um -um -um -In -wm -Ag -Ly -wm -wm -rB -wm -Np -Oz -ra -RF -vF -uq -RF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(45,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -RF -RF -RF -bD -bD -ra -YP -ZS -ra -pI -tx -ra -xl -rf -um -lI -Ql -KD -KP -um -if -WM -WM -WM -WM -WM -WM -WM -XD -WM -nk -RF -vF -bD -RF -RF -RF -uq -uq -et -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(46,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -bD -bD -ra -ra -Km -fE -ra -zd -SW -ra -wU -PG -UL -EX -jm -ng -cC -um -if -WM -Cl -wq -mP -Lp -wk -sT -gS -Sn -nk -bD -hE -JE -JE -sa -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(47,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -nn -ND -ag -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gc -nn -aK -aK -aK -aK -mC -uq -uq -uq -uq -uq -uq -uq -uq -uq -sy -nc -nc -nc -nc -hD -RF -uq -uq -uq -uq -uq -bD -ra -UB -jp -rl -RY -RY -FF -Xg -Ln -vn -um -um -um -um -Jp -um -if -WM -Rz -Rz -Uo -kg -kg -kg -ji -kO -He -JE -en -uq -RF -vF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(48,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gc -RF -bD -bD -uq -uq -uq -uq -bD -bD -nn -yE -uq -gH -RF -bD -bD -uq -uq -uq -uq -uq -uq -bD -bD -RF -ap -yE -uq -uq -uq -RF -gH -RF -bD -bD -uq -uq -uq -bD -bD -RF -yz -RF -uq -uq -uq -yz -RF -RF -bD -bD -uq -uq -uq -ra -yn -qq -aA -qq -sF -qq -qq -Yk -pP -qq -UQ -Tb -Mn -PL -DQ -XM -WM -Up -Rz -TC -zZ -yP -zZ -OB -Rz -ny -bD -vF -uq -RF -vF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(49,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -nn -Ul -Lg -TW -tL -tL -nM -nM -nM -Ak -iN -SA -xy -xy -as -Vu -Vu -xy -Vu -Vu -xy -Vu -Vu -Vu -xy -xy -Td -td -xW -xW -xW -xW -xW -Yd -Td -Td -NP -EH -EH -NP -NP -NP -NP -ek -NP -NP -NP -NP -ek -NP -NP -NP -NP -EH -EH -ra -ra -IL -wF -wF -wF -wF -wF -wF -vT -NI -Ua -Rs -Ua -Ua -Ua -Ua -Ec -WM -HS -Rz -TC -oZ -Zh -rt -OB -Rz -ny -uq -vF -uq -RF -vF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(50,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -WL -Lg -ES -Ze -Mk -fZ -Ey -sd -Ak -mU -OG -xy -Ox -NW -cB -cB -FV -dS -kx -Zz -Bb -cB -cB -cB -Dj -gY -aV -SC -rJ -jV -zH -Sl -SC -gY -gY -ZX -nm -nm -NP -FI -Ra -bV -Ml -NL -yN -ld -wQ -Rg -nm -tB -nm -nm -nm -nm -kA -vT -IL -wF -pb -Jl -TI -YE -wF -pf -nB -Ua -gV -BW -ex -Pu -Ua -Ec -WM -Rz -Rz -NA -An -An -An -sN -Rz -ny -bD -vF -uq -RF -by -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(51,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -nn -yE -WL -Lg -Dg -Ze -KI -fk -Ge -cN -Ak -xP -js -Fo -ZK -is -ZK -ZK -kh -ZK -ZK -Ev -ZK -ZK -ZK -ZK -nZ -Gv -kY -Xm -rs -hb -sP -VB -lq -Wg -cF -rK -CB -CB -CB -CB -CB -RL -Ib -To -bQ -Dr -aO -Ib -To -Xz -To -To -To -To -kf -JP -nP -jO -JW -Gd -Om -BN -pO -Uw -vT -Ua -Jg -ne -fQ -nl -MV -gt -WM -ql -TP -CW -Fx -zm -qk -aC -Fy -nk -bD -vF -uq -RF -vF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(52,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -Lg -WL -Fm -Wr -tK -Wr -Or -qF -AV -LI -aU -pT -AY -AY -pp -pp -pp -AY -pp -pp -AY -pp -pp -pp -AY -AY -Rf -bH -SC -SC -SC -SC -SC -SC -Wh -gY -PM -PM -PM -PM -Xc -Xc -Xc -VP -Xc -Xc -Xc -Xc -vm -Xc -qE -qE -qE -qE -qE -qE -qE -qE -Vh -Vh -Vh -Vh -Vh -wF -Xq -yS -pC -pC -pC -pC -pC -pC -pC -pC -pC -vy -mW -RS -RS -RS -RS -RS -nk -RF -vF -uq -RF -vF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(53,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -nn -yE -Lg -VM -Oy -fk -jo -ko -Ak -Ak -Ak -Ak -ix -hj -Mj -Rj -ad -Dw -PX -qN -PX -uj -wb -UH -UH -jB -fV -AY -vG -yw -Vb -Jd -lm -Xo -HI -us -Nt -gY -PM -KA -Lj -NC -IY -CA -IY -PU -IY -CA -IY -<<<<<<< HEAD -vd -EN -IY -bJ -======= -Um -XP -NH ->>>>>>> 76e61a485c... Merge pull request #12764 from Very-Soft/timeforblue -in -xS -jd -yl -Ms -ax -NH -vk -jW -vK -wt -Vh -Pd -Xq -ma -pC -uc -Ke -pC -Aa -pC -nd -Nx -pC -XH -TR -WH -mH -WH -WH -Hf -LZ -bD -hE -JE -JE -EG -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(54,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -MP -yE -Eh -Eh -aq -tC -Ak -Ak -Ak -vx -vx -vx -tC -Kf -Cf -AY -sU -TU -Am -fW -fW -fW -EY -Nz -UH -lh -cW -Wp -AY -Hg -GQ -zw -dy -Jj -Tq -Rh -Qr -aP -GV -Rt -no -Eo -Ki -IY -MO -IY -Zk -IY -Ri -IY -lQ -Um -IY -Ig -PF -NH -cu -kW -NH -NH -NH -mf -oR -OF -wt -Vh -fO -vf -fO -pC -Vo -Tr -aJ -tW -ZQ -ZQ -sO -pC -CK -jZ -DO -uf -DO -pd -ve -uB -uq -vF -bD -RF -RF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(55,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -nn -yE -Eh -Eh -vx -pc -vx -vx -vx -vx -vx -ua -vx -vx -kB -zB -AY -NB -NB -UH -UH -UH -eq -yZ -Lh -UH -YY -Pm -zY -AY -ok -sQ -Vb -Vb -Vb -Vb -Vb -Vb -lr -GN -PM -mv -pN -bv -IY -rZ -IY -SG -IY -XP -IY -lQ -ob -SX -it -zP -NH -cu -SV -Ms -Dy -NH -ml -SZ -OF -DV -Aj -vj -vU -uu -pC -ZN -tY -tY -GB -tY -tY -zK -pC -By -TD -ux -rM -Qt -Qt -HG -uB -uq -vF -uq -RF -RF -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(56,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -Eh -Eh -vx -uy -ID -tt -wh -th -Hz -JR -pE -zp -vx -ph -Bf -Yv -Yv -eS -eS -eS -Yv -gm -Un -rN -DI -rN -vD -yo -fc -eC -eE -gY -hh -km -QB -gY -gY -HY -GN -PM -PH -Bz -Pf -IY -mc -wJ -IU -fb -kQ -kQ -kQ -vM -IY -oT -Ew -NH -cu -kW -NH -NH -NH -ct -ri -Ap -nj -Aj -gn -OZ -Bl -pC -te -tY -At -vw -tY -tY -eJ -pC -PE -jZ -PC -PC -PC -md -tm -LZ -bD -vF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(57,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -Eh -Mc -vx -QP -Iy -zE -Hu -mZ -dD -Ii -ks -Te -vx -og -Bf -Yv -yV -xh -kk -SQ -Yv -qQ -VL -HK -UH -CX -mk -Mu -AY -xK -IS -cF -cF -nz -Ix -cF -FR -Xs -GN -PM -Rq -Nr -Fz -IY -Kz -Ls -LR -oC -ky -QS -<<<<<<< HEAD -Ls -kb -IY -oT -DZ -======= -SG -iR -RK -NH -Ew ->>>>>>> 76e61a485c... Merge pull request #12764 from Very-Soft/timeforblue -MZ -OM -kK -Ms -ax -NH -nF -Vd -Uc -mK -Aj -rk -OZ -Bl -pC -CT -ay -em -eu -AD -UR -xk -pC -Jz -LO -ey -ey -ey -ey -ey -NY -JE -oq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(58,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -Eh -Mc -vx -rH -pK -NG -Fa -AX -Pv -VN -lp -lJ -vx -sp -wa -Yv -Rd -rY -YH -tX -Rc -Hv -OC -uL -UH -kt -Kv -bF -AY -Td -Ub -Td -Td -Td -Td -Td -Td -Td -gG -PM -mM -iF -mM -IY -IY -IY -IY -Fu -IY -IY -IY -IY -IY -NH -NH -NH -NH -NH -NH -NH -NH -Aj -lz -Aj -Aj -Aj -Dm -Gh -Bl -pC -tu -tu -pC -lO -pC -tu -tu -pC -zL -SE -vz -WH -WH -WH -gh -uB -bD -vF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(59,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -Eh -Mc -vx -aF -GP -IJ -dJ -dJ -dJ -OJ -JY -bI -vx -ii -Bf -Yv -Fw -vE -vp -xv -Yv -wA -Xf -gi -UH -wV -sB -Nh -BU -qo -uA -HW -IA -Hi -Dq -aN -hp -YT -YS -rg -rg -LC -rg -JA -wu -Kd -ia -Sa -xC -hR -ke -rg -Wz -re -MI -nJ -uG -bu -ZO -IW -qv -iJ -ET -Qv -dP -hg -hg -nT -cI -sC -yj -jR -Dt -BC -Pr -YB -cV -Pr -UT -Md -Qt -Qt -fD -Qt -ho -uB -uq -vF -bD -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(60,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -Eh -Mc -vx -ts -GR -hC -tg -fq -hu -tg -rO -Cw -vx -UP -Bf -Yv -gE -Hw -Yv -Yv -Yv -BU -AJ -BU -Pb -Pb -Pb -BU -BU -jJ -qm -Vw -ug -ob -nS -bO -zM -GX -Fv -Ov -bw -kj -WK -nC -ut -WK -wW -oU -sw -Jv -cK -qy -cG -sG -HP -bs -Dk -lf -WS -tJ -tJ -tJ -SJ -YI -oy -sh -Nl -nY -fS -xb -PN -DO -ce -zs -DO -BH -Pw -DO -iQ -KU -PC -PC -lw -PC -Ty -uB -bD -vX -JE -JE -Wb -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(61,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -fP -Uq -sv -GM -rF -yM -TM -zN -eA -ub -cM -tn -rO -ZY -vx -TS -Bf -Yv -Sg -Pg -Yv -Mm -RQ -Hx -ej -Jn -ZV -py -gr -Ou -ls -ew -AG -CZ -CZ -ms -hk -YF -YF -YF -YF -YF -ja -KF -KF -KF -KF -KF -uk -ob -HW -TT -Fk -oE -oE -nx -oE -oE -FG -TX -FG -LW -eV -pa -CG -CG -Rn -CG -CG -nT -SO -uW -uW -uW -uW -uW -uW -uW -uW -uW -BD -uW -uW -XV -XV -XV -uW -LZ -EJ -EJ -EJ -EJ -vF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(62,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -nn -yE -Eh -Eh -vx -vx -VJ -yk -vx -YK -vx -vx -vx -vx -vx -vx -wf -Bf -Yv -Zs -ch -Yv -mA -zW -xZ -KV -KV -KV -EO -hL -rb -hL -YT -Rk -YT -SL -ob -Je -YF -Vv -Tc -rS -YF -YF -KF -li -TN -pm -KF -kU -ob -BI -Wf -Jt -oE -hP -bT -Yo -oE -AS -dq -FG -GC -HC -oc -CG -Kc -oh -cp -CG -mD -rG -dl -dl -sS -pR -rn -Ja -Zm -vq -pR -aI -UG -iY -uN -uN -uN -uN -uN -uN -Ax -nA -EJ -vF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(63,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -Ve -Ve -ak -XL -DS -FD -La -RC -Fj -Mb -XZ -sr -cg -Ni -zD -hc -Bf -Yv -Zy -SQ -Yv -xE -zW -xZ -MA -Zt -gj -Ku -hY -Ku -hY -Ku -LV -EN -EN -Pt -Sh -Wn -SY -mz -SU -YF -Js -KF -TL -Ar -KM -Kg -Xx -Mq -SB -lv -ZU -oE -xi -Va -Yo -oE -Mf -qn -FG -FG -CG -CG -CG -GZ -ci -PV -CG -Xe -XY -dl -NS -zz -xf -oJ -MG -vC -Zg -xf -ww -dI -OT -yb -OT -OT -OT -yb -OT -bo -yK -Vn -vF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(64,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -Ve -dR -qs -qY -ye -Zw -La -Zn -CI -fI -fI -xA -Mb -fy -zD -Nc -Fp -VV -VV -VV -VV -jf -zW -hG -WB -DY -ZE -Ku -RD -UY -nD -Ku -uD -YT -at -KL -of -YF -Ht -Yr -ML -YF -Js -KF -Ae -Li -WW -KF -uS -ob -YT -cO -cd -oE -FQ -Va -Yo -oE -eO -Fr -YR -FG -MX -oY -CG -CU -MK -qR -CG -iS -jT -dl -QK -pV -xf -Na -MG -vC -vi -xf -ww -dI -uh -ih -OL -UW -hy -Ti -OT -OT -yK -Vn -vF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(65,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -fw -dT -qP -pr -Gm -Vx -Ph -Zn -FC -bm -CE -vg -ol -oa -zD -iZ -Xk -OD -ZR -QG -RX -iX -mT -Ku -Ku -Ku -Ku -Ku -DT -ll -nD -YM -Rk -rw -Ep -Mt -EK -YF -Yi -KO -Co -YF -Js -KF -qK -tG -xH -KF -XU -bg -iI -Hl -YT -oE -FB -Vt -nO -rL -mh -KR -nw -FG -VC -gD -CG -CG -RT -CG -CG -yO -hg -dl -sR -pV -xf -qV -MG -dL -kH -xf -zO -dI -uh -ba -Ll -fi -bY -bY -Ll -OT -yK -Vn -vF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(66,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -fw -to -tM -qY -ye -Pj -su -RC -ZP -Xh -RC -fa -RC -Ug -zD -Ue -hT -mu -ZI -Hs -zb -IF -GA -Ku -Kt -Ca -vQ -nD -hX -nD -nD -YM -Rk -kU -ER -ER -ER -ER -ER -bU -bU -YF -YF -KF -MN -MN -vu -vu -vu -vu -vu -ue -YT -oE -ar -tZ -GG -oE -Nw -Fr -op -FN -Vs -dH -oW -vb -pA -hv -CG -ZB -hg -dl -ZC -YQ -xf -MF -MG -vC -Zg -xf -mY -bS -uh -om -Ll -fi -bY -bY -Ll -OT -yK -Vn -vF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(67,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -bD -gH -fw -IM -Yp -BY -DS -Ee -UI -rX -Rv -Rv -MB -fT -RG -PS -Le -IH -JN -QC -QC -QC -wZ -hU -zW -YM -LD -Se -XE -Kj -hX -nD -uM -YM -Rk -kU -ER -rW -lC -HT -ER -EZ -qX -qX -qX -qX -qX -NT -vu -Br -AP -Ys -vu -ue -oF -oE -gC -Og -cf -oE -sl -Rr -Fd -FG -fL -Hy -fH -hs -ir -ip -CG -cA -hg -dl -Nm -on -pR -rI -SS -Dn -va -pR -Zf -mG -uh -ih -Kw -iH -yc -KQ -OT -OT -yK -Vn -vF -uq -uq -uq -yX -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(68,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Ah -Ul -Ve -ye -ye -ye -DS -qS -bX -Ba -wT -wT -wT -UO -yR -wT -QC -vA -hT -qp -SI -jy -mO -zc -zW -JJ -JJ -JJ -JJ -JJ -LJ -nD -NR -Ku -wL -Nf -wS -SH -jD -PI -IZ -IT -xe -xe -xe -xe -xe -Ef -AT -Aq -WE -AB -gf -rP -YT -oE -oE -oE -oE -oE -FG -mR -FG -FG -xg -TK -oM -ev -DA -hv -CG -ck -os -dl -wp -pV -pR -pR -Ns -pR -pR -pR -DN -mG -OT -yb -OT -Iu -OT -yb -OT -bo -yK -Vn -vF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(69,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -bD -gH -jr -eB -wY -fl -WG -lU -On -Qu -Ne -Ne -Ne -Qu -xm -wT -QC -lB -GD -mu -SF -HF -mO -zc -zW -YM -un -kE -RB -hH -Av -gx -yd -YM -wy -kU -ER -zg -aj -Wl -IZ -IT -xe -xe -xe -xe -xe -Ef -AT -Qd -VH -Qa -vu -QF -YT -hJ -iG -Jk -pX -hJ -Eu -bG -ep -CG -CG -CG -CG -CG -qW -CG -CG -mr -Uk -pH -le -Be -Xa -ZJ -jF -KC -Su -Hb -lP -Xl -IB -IB -IB -jN -oG -oG -oG -oG -si -Vn -vX -sa -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(70,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -NJ -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -jr -hl -sx -IX -eh -Rv -UK -Qu -iO -jl -xd -Qu -cy -oB -QC -GT -ya -mu -NN -jy -mO -Ha -df -YM -VS -ME -Qx -gL -zy -En -hz -YM -am -wi -bi -bi -bi -bi -bi -IT -xe -xe -xe -xe -xe -Ef -IC -IC -IC -IC -IC -fN -xc -hJ -zk -bf -pv -uV -oH -Pp -mJ -dw -Ng -ec -ik -iB -QJ -Od -ta -gq -mI -dl -VE -EC -Yh -TB -wp -wp -NZ -st -wN -Lx -CP -cn -CP -CP -CP -CP -cn -CP -JI -Vn -uq -IV -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(71,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -bD -gH -jr -Hk -ic -If -WG -Lc -xU -TH -ti -Aw -eH -Qu -io -wT -QC -CQ -ah -mu -SF -aY -mO -zc -zW -YM -so -jP -Ow -gL -Cv -db -WT -YM -bn -AQ -bi -Si -gK -LX -wE -IT -xe -xe -xe -xe -xe -Ef -PA -da -dc -zR -IC -Im -ei -hJ -hJ -Zx -hJ -hJ -hJ -hJ -Nv -Yf -Jx -Oc -QA -Jx -MM -QO -ta -Ie -hg -gQ -Ps -Ps -gQ -YG -gQ -Ps -Ps -gQ -YJ -mb -Kr -Kr -Kr -UU -uN -uN -uN -uN -dA -Vn -RF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(72,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Ah -pn -bk -CM -CM -CM -Qk -wT -fF -TH -Qg -vs -FH -Qu -kS -wT -QC -tS -hT -Bt -kG -jy -mO -zc -zW -JJ -JJ -JJ -JJ -JJ -vH -nD -NR -Ku -mE -Ir -br -KG -sn -kL -wE -IT -xe -xe -xe -xe -xe -Ef -PA -Wk -iT -MQ -qw -ie -ei -hJ -sf -gT -Vq -lZ -Gn -hJ -qh -BF -qh -qh -qh -qD -VA -qD -qD -sM -hg -gQ -xD -pw -uP -uI -dQ -Wt -hi -gQ -qM -dI -nK -GS -nK -Ma -nK -GS -nK -VQ -PY -Vn -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(73,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -bD -gH -DF -tH -sA -qO -Qk -wT -xU -TH -hQ -ab -mj -nq -gW -go -ur -Vc -xa -QC -QC -QC -BA -nW -zW -YM -Op -fh -JC -AK -zy -nD -DL -YM -OO -AQ -bi -HX -Gu -JB -bi -RI -uw -uw -uw -uw -uw -Mh -IC -RM -De -oA -IC -uC -jn -hJ -BV -RE -QI -zf -wR -hJ -Lr -RH -Jq -dd -qh -lX -Df -zn -qD -lt -hg -gQ -dO -sZ -tz -xu -Do -hA -uJ -Ps -wO -dI -xJ -VY -zV -Vm -gO -JD -nK -nK -PY -Vn -bD -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(74,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -DF -Lw -dh -TE -CM -zC -xL -Qu -tF -Th -cE -Qu -LN -jv -QC -zq -he -mu -gy -QG -XC -zc -GA -Ku -Ru -Xb -EI -WY -ov -WY -Ft -YM -OO -AQ -bi -bi -bi -bi -bi -HH -HH -nf -nf -fr -jz -jz -IC -IC -IC -IC -IC -nQ -ei -hJ -fm -Oj -PQ -uZ -CJ -hJ -KW -Qh -Qp -vW -qh -ef -tv -Ol -qD -YN -hg -gQ -cQ -gQ -fK -mV -dQ -vJ -ff -Ps -XW -dI -xJ -xO -yH -pe -Hd -Hd -yH -nK -PY -Vn -bD -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(75,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -DF -iD -vZ -JX -Zj -Rv -Ym -Qu -Ne -Ne -Ne -Qu -cP -wT -QC -Iq -HN -Tg -Vr -Hs -EA -zc -zW -Ku -Ku -Ku -Ku -Ku -gs -nD -tb -YM -OO -sg -cU -qL -Ur -nf -uv -zr -TF -nf -OA -fr -fu -jA -FK -fr -cZ -GK -BL -mm -ei -hJ -hJ -sI -hJ -EB -hJ -hJ -HR -Qh -aR -Zi -qh -RP -yu -EM -qD -bR -hg -gQ -WP -Ps -PP -dQ -dQ -Ps -qb -gQ -WQ -dI -xJ -qH -yH -pe -Hd -Hd -yH -nK -PY -Vn -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(76,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -bk -kT -mn -TE -CM -qG -PO -QQ -wT -wT -wT -QQ -Nj -wT -Fe -Fe -Me -Fe -Fe -Fe -Fe -KE -zW -Dp -Di -VD -EV -Ku -xn -MT -tb -Ku -Qc -AQ -RZ -yi -iW -nf -Oe -rc -pJ -nf -OA -fr -JH -hK -bt -fr -eW -ei -ei -se -Ws -hJ -SD -gZ -hJ -ui -sK -hJ -TY -Au -Zq -gF -qh -cs -LU -Pz -qD -PD -KX -gQ -HB -Ps -gp -Hn -WA -Ps -VT -gQ -Wd -dI -xJ -VY -VX -eU -wC -Yq -nK -nK -PY -Vn -bD -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(77,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -bk -bk -wM -yB -Qk -dB -GW -RJ -YO -eG -DE -ze -eQ -qe -Tm -mw -bE -BS -QV -cm -Fe -Qn -zW -xZ -MA -Zt -TJ -Ku -aH -Ku -rQ -Ku -Lo -EQ -Qj -ei -bd -cJ -No -KJ -Ay -nf -OA -fr -Qe -Vy -Cb -Tx -Ch -Dz -im -aQ -kn -hJ -CR -Bj -hJ -Bj -Xi -hJ -qh -qh -qh -qh -qh -qa -er -wo -qD -bh -Ok -gQ -do -gQ -Ps -gQ -Ps -gQ -Pn -gQ -lA -dI -nK -dU -nK -nK -dU -dU -nK -VQ -PY -Vn -bD -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(78,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Sy -ag -aS -aS -XB -XB -XB -ZG -ZG -ZG -Ao -ZG -ZG -ZG -ZG -Zv -Bd -Ya -xI -mg -nV -Fe -sz -ao -xZ -KV -KV -KV -Ky -AF -Zp -ly -ei -OO -ei -qu -ei -Sz -nf -Wa -QM -dv -nf -nf -fr -Iz -Dc -SP -fr -AQ -ei -lD -cl -wn -hJ -Rb -Ic -hJ -Ic -Rb -hJ -an -lR -pU -OH -qD -OU -dr -rm -qD -yt -ht -gQ -dY -Lv -Kb -Kb -Kb -HE -qU -gQ -lV -yL -qg -oG -oG -oG -oG -oG -oG -KT -UJ -EJ -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(79,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uH -ag -aS -ZD -pZ -qI -ZG -we -VW -LL -jc -ae -sL -Zb -Zv -Bk -HA -Fh -Cz -Nk -Fe -px -hS -tR -vB -lF -jY -lM -Jb -za -sb -eN -qj -ei -AQ -ei -DC -nf -nf -nf -nf -nf -NQ -fr -fr -fr -fr -fr -hN -ei -aE -fz -VR -hJ -hJ -hJ -hJ -hJ -hJ -hJ -an -CL -eV -pa -qD -qD -Da -qD -qD -dn -XF -WR -WR -WR -qA -qA -qA -qA -qA -qA -qA -qA -oX -oX -oX -oX -oX -kP -EJ -EJ -EJ -EJ -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(80,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -QY -VI -ED -rh -ZG -oO -ed -Sv -LH -vo -vo -IN -Zv -Fi -fd -YZ -nh -BO -OQ -FT -wz -FT -iz -dK -FT -wz -wz -FT -FT -HL -vr -vh -Wy -Sj -Jb -Sj -mS -vt -Sj -Sj -pg -MD -nX -Jh -AZ -nX -dG -nX -nX -Ot -nX -ON -Wq -DJ -hW -Vz -gd -KH -zQ -Xu -Xu -Xu -TO -jH -iL -nG -Xu -qT -Oa -WR -Mi -My -qA -zX -jj -nt -FW -kz -OV -qA -XS -kp -tr -Ux -pu -Db -bD -ea -JE -JE -FP -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(81,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Dl -CD -gb -wx -Ei -Bs -oI -WD -LA -BJ -bq -bq -Gp -Zv -Xd -QX -Fh -FZ -xX -OQ -WJ -JS -Xj -FL -iq -Ck -AH -iq -mo -FT -kM -lc -Vf -vL -eP -Uf -LE -xx -id -yx -MC -ou -Yt -ei -aX -mQ -Wj -Wj -Wj -Wj -Wj -WU -tw -Wj -Wj -Wj -MH -xx -xF -kl -CV -kv -jg -XJ -DK -yW -XJ -Hp -RA -Dd -gM -dp -Jc -qA -FY -WX -hB -pM -GE -cX -qA -ka -Wv -lN -Ek -pq -Db -uq -vF -bD -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(82,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -QY -BM -zx -US -ZG -RU -VG -ws -Bi -IK -IK -mF -cY -OE -Py -xI -pY -ez -OQ -VZ -Eg -Eg -Ta -iq -iq -iq -iq -xB -LY -FE -Cs -FE -FE -FE -FE -FE -FE -FE -FE -Wu -Tv -Mv -ei -aD -aD -YL -ry -dW -aD -aD -Ds -aD -aD -Xr -Nb -Nb -aD -iM -LF -aM -aM -Mg -Mg -Mg -aM -aM -nI -nI -nI -WR -sY -LP -qA -zX -yY -yQ -du -XG -es -qA -Sk -vI -yD -IE -Yu -kP -RF -vF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(83,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -aS -vc -BT -dV -ZG -qZ -oQ -Re -dm -YX -VF -Is -Zv -Gi -JM -ZF -xG -Bv -OQ -fX -iq -iq -bA -zj -LM -Fb -Bx -Cj -LY -WC -Ik -Cg -hI -UM -Xv -wP -lY -Cg -bz -Wu -Iw -zl -ei -aD -wK -Bn -Zr -xs -zG -Ih -ru -aB -aD -Mr -fo -Yb -aD -Rl -wg -aM -oS -oL -gu -oL -UN -aM -tI -JK -uR -WR -Gc -yv -qA -qA -qA -qA -ha -qA -qA -qA -oX -oX -pt -oX -oX -kP -RF -vF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(84,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -aS -aS -XB -XB -ZG -ZG -ZG -hF -ZG -ZG -ZG -ZG -Zv -Fe -MS -Fe -Fe -Fe -OQ -FT -jK -lo -xV -oK -iK -XX -jq -yg -Hj -iA -CC -yT -yT -xT -Zu -yT -yT -yT -eM -Wu -co -zl -ei -aD -mN -sc -cS -hV -LK -IQ -Qq -sq -aD -vY -AO -vY -aD -nH -QR -aM -Xp -Pl -ST -Pl -FM -aM -xz -Wo -jG -OX -BZ -QE -yq -WR -Xn -Tn -lH -Nd -pF -WZ -nN -Cp -AL -cq -Ye -Fn -JE -en -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(85,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Sy -ag -ni -ni -eF -eF -Gr -ee -Po -HZ -nv -fn -mx -Gr -sJ -bx -LY -YA -TV -iE -FT -zo -NF -xV -eb -Kp -kw -Kp -Eb -LY -IG -Ik -bl -bl -bl -bl -bl -bl -Cg -gz -Kl -Zl -oD -aE -aD -Es -ig -BK -BK -NM -Za -gU -Sr -XO -fR -jQ -Sf -fJ -Sb -Tf -tq -DP -jI -DW -FU -JT -uU -hM -UE -nE -UA -zU -Bu -BB -ps -de -QH -fx -mt -OI -bN -tD -zS -Lk -mi -dN -GI -uq -vF -uq -RF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(86,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -ro -ag -ni -ni -Qi -Gr -eT -BG -au -ft -Ac -xN -Gr -Cr -bx -LY -Us -Uh -rr -rp -jL -AN -me -jC -iq -iq -iq -Eb -LY -AC -Uu -Et -lx -kc -PZ -od -rA -pi -TQ -Wu -Tk -Uj -sm -aD -wc -oo -cD -cD -MJ -sc -QZ -Bo -aD -Zc -sc -Zc -aD -fs -Ab -aM -zA -Dx -eo -Dx -hx -ZZ -hm -ZW -cv -UD -Tj -lG -tO -WR -Fc -iw -vv -tf -JQ -JQ -JQ -JQ -Tl -JQ -JQ -bj -bD -vF -bD -RF -RF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(87,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Sy -ag -Qw -Rw -tp -Yx -di -eX -qB -tU -Pa -Gr -sD -bx -LY -Kq -EU -pD -FT -eI -CO -Uz -Vp -Sx -aG -iq -dx -LY -Cm -Ip -bl -fj -jh -rC -bZ -bl -Cg -vP -Wu -HO -dj -sm -aD -JU -LB -nu -yI -lk -lu -rz -ss -aD -bW -rV -EW -aD -uX -Go -aM -kd -Dx -gX -aZ -gl -ZZ -Nu -rD -IP -fp -cw -yU -dZ -WR -GU -bP -XN -hd -JQ -wI -Xt -UF -Rm -Lz -RR -iV -bD -Cx -JE -JE -sa -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(88,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -ni -ni -Gr -ac -lS -Fs -eD -xR -NK -qJ -yy -bx -LY -LY -LY -LY -LY -LY -Rp -Rp -LY -Rp -Rp -Rp -LY -LY -yC -TZ -XR -XR -XR -XR -XR -XR -iy -vP -Wu -JF -JF -JF -Ct -Ct -Ct -Ct -Ct -Ct -Ct -Ct -Ct -Ct -Ct -Ct -Ct -Ct -yp -Sc -Dx -Dx -Dx -be -Dx -Dx -Dx -Dx -Dx -Dx -Dx -Dx -Dx -Dx -Dx -Dx -Dx -Dx -JQ -JQ -rj -ox -cT -NV -sj -Oo -iV -uq -vF -uq -RF -vF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(89,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Sy -ag -ni -Gr -Yy -Il -dt -Io -jt -fG -Gr -tN -PW -jw -ai -cr -fB -yy -Bw -sV -sV -bM -Ss -Ss -Ss -Ss -yF -Em -BR -LT -mL -kr -GF -Lq -UX -Lm -ul -Oh -Dv -Dv -Dv -Dv -Dv -Dv -Uv -Dv -lT -Dv -il -OR -CY -Dv -Qz -Dv -Dv -bB -kq -Dx -fM -uY -hq -HD -Dx -XQ -JV -KS -Dx -XQ -Pk -KS -Dx -Cn -RN -ku -Dx -ZM -FO -Qy -pj -Qy -wB -DG -PB -iV -bD -vF -uq -RF -vF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(90,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -gH -ni -ni -Gr -pl -Gr -Gr -Gr -Gr -Gr -VK -AI -yy -yy -bx -yy -yy -xq -yy -yy -tP -yy -yy -yy -yy -AW -Cg -yr -XR -UZ -BQ -Ud -zt -XR -Fl -Cg -nL -oe -SM -Wu -aw -mB -oe -Lu -oe -HV -oe -oe -Lu -oe -oe -KY -oe -oe -QU -PR -Dx -zT -ZA -vV -uz -Dx -Ad -RN -RN -Oq -Ad -RN -RN -lb -Wi -bL -sH -Dx -xj -We -XT -XT -XT -kC -uT -lW -bj -RF -vF -uq -RF -dk -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(91,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Sy -yG -YV -YV -wX -ni -ni -ni -ni -ni -ge -aW -wG -wG -aW -ge -ge -wG -ge -ge -wG -ge -ge -ge -wG -wG -FE -Ka -oz -oz -oz -oz -oz -oz -gP -FE -Wu -uQ -uQ -Wu -Wu -Wu -Wu -Ww -Wu -Wu -Wu -Wu -Ww -Wu -Wu -Wu -Wu -uQ -uQ -Wu -ym -Yj -ZA -vV -Ez -Dx -jx -ln -OY -Dx -Bm -kI -Ai -Dx -Qm -Yc -zI -CS -Gl -tl -KN -Yw -FA -IR -DG -PB -iV -bD -vF -uq -RF -vF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(92,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Hc -RF -bD -bD -uq -uq -uq -uq -bD -bD -Sy -ag -uq -gH -RF -bD -bD -uq -uq -uq -uq -uq -uq -bD -bD -RF -vF -RF -uq -uq -uq -ea -tj -EG -bD -bD -uq -uq -uq -bD -bD -RF -vF -RF -uq -uq -uq -vF -RF -RF -bD -bD -uq -uq -uq -fg -dF -xt -vN -sX -Dx -KK -gg -Ff -UV -bK -gg -rT -cj -bK -gg -KB -iC -XT -St -XT -XT -XT -kC -sj -Oo -iV -uq -vF -uq -RF -vF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(93,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Sy -Xw -yE -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Ci -JE -JE -JE -JE -EG -IV -uq -uq -uq -uq -uq -uq -uq -uq -uq -JO -JE -JE -JE -JE -EG -RF -uq -uq -uq -uq -uq -bD -fg -la -ZA -TG -Hq -Tp -pk -eR -zv -Gb -Fq -Af -eR -Gb -eR -eR -hZ -iC -PJ -sj -gk -Wm -BE -As -Jw -bb -iV -bD -vF -uq -RF -vF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(94,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -bD -bD -ym -ym -hO -YW -bc -Dx -lK -gg -yf -dg -jk -gg -rT -NX -jk -gg -Er -iC -DH -Ry -Ry -DH -DH -MR -Wc -DH -pQ -RF -hE -JE -JE -EG -RF -uq -uq -et -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(95,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -RF -RF -RF -bD -bD -ym -ym -eY -Hr -Dx -wv -Ut -ZT -Dx -Ex -ju -Lt -Dx -IO -Vl -or -iC -AR -QD -QD -EP -FX -Ro -hr -qx -Vk -bD -vF -bD -RF -RF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(96,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -RF -RF -RF -RF -RF -RF -RF -uq -uq -ym -Vg -el -Dx -aL -RN -RN -Ts -aL -RN -RN -LQ -tA -bL -wj -iC -rd -iv -iv -iv -pL -Nq -Yz -YC -Vk -uq -vF -uq -RF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(97,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -RF -RF -RF -RF -RF -RF -ea -JE -JE -JE -AM -JE -JE -oi -ym -Dx -nb -JV -KS -Dx -nb -fv -KS -Dx -Cn -RN -Eq -iC -BX -Gq -BX -mX -xQ -Ob -Sq -my -Vk -uq -vF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(98,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -pz -JE -JE -JE -JE -JE -JE -JE -EG -RF -RF -RF -vX -FP -bD -bD -ym -ym -RN -RN -jb -ym -RN -RN -kN -ym -RN -RN -SR -Vg -pQ -Ce -Ce -pQ -pQ -Ce -VO -pQ -pQ -bD -vF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(99,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -bD -bD -RF -RF -RF -RF -uq -uq -uq -ea -tT -sa -RF -bD -bD -bD -bD -vX -JE -sa -RF -vF -RF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(100,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -pz -JE -JE -JE -JE -JE -EG -RF -IV -uq -uq -uq -uq -uq -uq -pz -XA -JE -cb -RF -RF -RF -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(101,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -RF -vX -JE -JE -JE -JE -FP -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(102,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(103,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(104,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(105,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(106,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(107,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(108,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(109,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(110,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(111,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(112,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(113,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(114,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(115,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -lg -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(116,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(117,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(118,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(119,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(120,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(121,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -Zd -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(122,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(123,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(124,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(125,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(126,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(127,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(128,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(129,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(130,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(131,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(132,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(133,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(134,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(135,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(136,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(137,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(138,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(139,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} -(140,1,1) = {" -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -uq -"} +no \ No newline at end of file diff --git a/maps/stellar_delight/stellar_delight_telecomms.dm b/maps/stellar_delight/stellar_delight_telecomms.dm index 47bceed05a..57c26eef2d 100644 --- a/maps/stellar_delight/stellar_delight_telecomms.dm +++ b/maps/stellar_delight/stellar_delight_telecomms.dm @@ -81,11 +81,11 @@ num2text(EXP_FREQ) = list(access_awayteam) ) -/obj/item/device/multitool/sd_buffered +/obj/item/device/multitool/station_buffered name = "pre-linked multitool (sd hub)" desc = "This multitool has already been linked to the SD telecomms hub and can be used to configure one (1) relay." -/obj/item/device/multitool/sd_buffered/Initialize() +/obj/item/device/multitool/station_buffered/Initialize() . = ..() buffer = locate(/obj/machinery/telecomms/hub/preset/sd) diff --git a/maps/submaps/admin_use_vr/ert.dmm b/maps/submaps/admin_use_vr/ert.dmm index 5e1afa312d..9de4da08c6 100644 --- a/maps/submaps/admin_use_vr/ert.dmm +++ b/maps/submaps/admin_use_vr/ert.dmm @@ -360,9 +360,15 @@ /obj/item/weapon/tank/emergency/oxygen/double, /obj/item/weapon/tank/emergency/oxygen/double, /obj/item/weapon/tank/emergency/oxygen/double, -/obj/item/weapon/storage/belt/utility/holding, -/obj/item/weapon/storage/belt/utility/holding, -/obj/item/weapon/storage/belt/utility/holding, +/obj/item/weapon/storage/belt/explorer/pathfinder{ + name = "ERT belt" + }, +/obj/item/weapon/storage/belt/explorer/pathfinder{ + name = "ERT belt" + }, +/obj/item/weapon/storage/belt/explorer/pathfinder{ + name = "ERT belt" + }, /turf/simulated/floor/tiled/techfloor, /area/ship/ert/barracks) "aC" = ( @@ -474,9 +480,15 @@ }, /obj/structure/table/rack/steel, /obj/effect/floor_decal/industrial/outline/grey, -/obj/item/weapon/storage/belt/medical/holding, -/obj/item/weapon/storage/belt/medical/holding, -/obj/item/weapon/storage/belt/medical/holding, +/obj/item/weapon/storage/belt/explorer/pathfinder{ + name = "ERT belt" + }, +/obj/item/weapon/storage/belt/explorer/pathfinder{ + name = "ERT belt" + }, +/obj/item/weapon/storage/belt/explorer/pathfinder{ + name = "ERT belt" + }, /turf/simulated/floor/tiled/techfloor, /area/ship/ert/barracks) "aI" = ( @@ -499,7 +511,7 @@ /turf/simulated/floor/tiled/techmaint, /area/ship/ert/med) "aJ" = ( -/obj/item/device/multitool/tether_buffered, +/obj/item/device/multitool/station_buffered, /turf/simulated/floor/tiled/techfloor, /area/ship/ert/atmos) "aK" = ( @@ -6791,7 +6803,7 @@ /obj/item/weapon/storage/secure/briefcase/nsfw_pack_hybrid, /obj/item/weapon/storage/belt/explorer/pathfinder, /obj/item/weapon/storage/belt/explorer/pathfinder{ - name = "ERT Commander's belt" + name = "ERT belt" }, /turf/simulated/floor/wood, /area/ship/ert/commander) diff --git a/maps/tether/tether_telecomms.dm b/maps/tether/tether_telecomms.dm index 3d2a14f754..d2e6f8d0be 100644 --- a/maps/tether/tether_telecomms.dm +++ b/maps/tether/tether_telecomms.dm @@ -81,10 +81,10 @@ num2text(EXP_FREQ) = list(access_awayteam) ) -/obj/item/device/multitool/tether_buffered +/obj/item/device/multitool/station_buffered name = "pre-linked multitool (tether hub)" desc = "This multitool has already been linked to the Tether telecomms hub and can be used to configure one (1) relay." -/obj/item/device/multitool/tether_buffered/Initialize() +/obj/item/device/multitool/station_buffered/Initialize() . = ..() buffer = locate(/obj/machinery/telecomms/hub/preset/tether)