diff --git a/code/game/area/Space Station 13 areas_yw.dm b/code/game/area/Space Station 13 areas_yw.dm index bfe81db226..a9e7a68534 100644 --- a/code/game/area/Space Station 13 areas_yw.dm +++ b/code/game/area/Space Station 13 areas_yw.dm @@ -116,6 +116,23 @@ name = "\improper Abandoned Office" icon_state = "vacant_site" +/area/civilian/atrium + name = "\improper Atrium" + icon = 'icons/turf/areas_yw.dmi' + icon_state = "atrium_central" + +/area/civilian/atrium/lower + name = "\improper Lower Atrium" + icon_state = "atrium_lower" + +/area/civilian/atrium/central + name = "\improper Central Atrium" + +/area/civilian/atrium/upper + name = "\improper Upper Atrium" + icon_state = "atrium_upper" + + //area/vacant/vacant_office // name = "\improper Abandoned Office" // icon_state = "vacant_site" @@ -171,11 +188,22 @@ /area/security/labor name = "Labor camp access" icon_state = "security" + /area/medical/medbaymain name = "\improper Medbay Primary Hallway" icon_state = "medbay" music = 'sound/ambience/signal.ogg' +/area/medical/medbayupper + name = "\improper Medbay Upper Hallway" + icon_state = "medbay2" + music = 'sound/ambience/signal.ogg' + +/area/medical/medbayskybridge + name = "\improper Medbay/Departures Skybridge" + icon_state = "medbay4" + music = 'sound/ambience/signal.ogg' + /area/security/shuttledock name = "\improper Security Interceptor Dock" icon_state = "security" diff --git a/code/game/objects/structures/crates_lockers/_closets_appearance_definitions_yw.dm b/code/game/objects/structures/crates_lockers/_closets_appearance_definitions_yw.dm index effcb5a2a6..97d6305236 100644 --- a/code/game/objects/structures/crates_lockers/_closets_appearance_definitions_yw.dm +++ b/code/game/objects/structures/crates_lockers/_closets_appearance_definitions_yw.dm @@ -1,3 +1,11 @@ +/decl/closet_appearance/medical_yw + color = COLOR_OFF_WHITE + decals = null + extra_decals = list( + "circle" = COLOR_BLUE_GRAY, + "stripes_horizontal" = COLOR_BLUE_GRAY + ) + /decl/closet_appearance/wall/autolok/shuttleemerg color = COLOR_YELLOW_GRAY decals = list( diff --git a/code/game/objects/structures/crates_lockers/closets/secure/medical.dm b/code/game/objects/structures/crates_lockers/closets/secure/medical.dm index b1b8bf9098..a89601cc0a 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/medical.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/medical.dm @@ -12,7 +12,6 @@ /obj/item/weapon/reagent_containers/glass/bottle/inaprovaline = 2, /obj/item/weapon/reagent_containers/glass/bottle/antitoxin = 2) - /obj/structure/closet/secure_closet/medical2 name = "anesthetics closet" desc = "Used to knock people out." diff --git a/code/game/objects/structures/crates_lockers/closets/utility_closets_yw.dm b/code/game/objects/structures/crates_lockers/closets/utility_closets_yw.dm index 0fcc284053..3156f47463 100644 --- a/code/game/objects/structures/crates_lockers/closets/utility_closets_yw.dm +++ b/code/game/objects/structures/crates_lockers/closets/utility_closets_yw.dm @@ -15,4 +15,9 @@ /obj/item/weapon/tank/oxygen/red, /obj/item/weapon/storage/briefcase/inflatable, /obj/item/clothing/head/helmet/space/emergency, - /obj/item/clothing/suit/space/emergency) \ No newline at end of file + /obj/item/clothing/suit/space/emergency) + +/obj/structure/closet/medical + name = "medical supply closet" + desc = "May or may not contain medical junk." + closet_appearance = /decl/closet_appearance/medical_yw \ No newline at end of file diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index 00ef599124..cdb809255a 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -313,6 +313,11 @@ var/global/list/light_type_cache = list() light_type = /obj/item/weapon/light/tube/large shows_alerts = FALSE //VOREStation Edit +//YW ADDITION START +/obj/machinery/light/spot/no_nightshift + nightshift_allowed = FALSE +//YW ADDITION END + /obj/machinery/light/spot/flicker auto_flicker = TRUE diff --git a/icons/turf/areas_yw.dmi b/icons/turf/areas_yw.dmi index 4136ae036a..311eb27078 100644 Binary files a/icons/turf/areas_yw.dmi and b/icons/turf/areas_yw.dmi differ diff --git a/maps/yw/cryogaia-01-centcomm.dmm b/maps/yw/cryogaia-01-centcomm.dmm index 2f968a994b..55978deb9d 100644 --- a/maps/yw/cryogaia-01-centcomm.dmm +++ b/maps/yw/cryogaia-01-centcomm.dmm @@ -2581,9 +2581,6 @@ /area/shuttle/arrival/pre_game) "hd" = ( /obj/machinery/hologram/holopad, -/obj/effect/landmark{ - name = "Observer-Start" - }, /turf/simulated/shuttle/floor, /area/shuttle/arrival/pre_game) "he" = ( diff --git a/maps/yw/cryogaia-04-maintenance.dmm b/maps/yw/cryogaia-04-maintenance.dmm index 68a6d8d90c..781d209f9a 100644 --- a/maps/yw/cryogaia-04-maintenance.dmm +++ b/maps/yw/cryogaia-04-maintenance.dmm @@ -2952,7 +2952,7 @@ }, /obj/machinery/door/airlock/multi_tile/glass, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "ahh" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor, @@ -4216,7 +4216,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "ajY" = ( /obj/structure/cable{ d1 = 4; @@ -4524,7 +4524,7 @@ health = 1e+006 }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "akC" = ( /obj/structure/disposalpipe/segment{ dir = 2; @@ -4538,7 +4538,7 @@ health = 1e+006 }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "akE" = ( /obj/structure/table/rack{ dir = 1 @@ -4770,6 +4770,11 @@ pixel_x = -24 }, /obj/machinery/door/airlock/multi_tile/glass, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/simulated/floor/tiled/steel_ridged, /area/hallway/lower/central) "alg" = ( @@ -5863,7 +5868,7 @@ dir = 4 }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "ans" = ( /obj/structure/trash_pile, /turf/simulated/floor/plating, @@ -6166,7 +6171,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aoc" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -6179,7 +6184,7 @@ }, /obj/structure/window/reinforced, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aoe" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/carpet/tealcarpet, @@ -6904,7 +6909,7 @@ /area/crew_quarters/medbreak) "apE" = ( /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "apF" = ( /obj/structure/flora/ausbushes/ppflowers, /obj/structure/window/reinforced{ @@ -6912,27 +6917,20 @@ }, /obj/structure/window/reinforced, /turf/simulated/floor/grass, -/area/hallway/lower/central) -"apG" = ( -/obj/effect/wingrille_spawn/reinforced, -/turf/simulated/floor/tiled/steel, -/area/crew_quarters/medbreak) +/area/civilian/atrium/lower) "apH" = ( /obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass_medical{ - name = "Staff Room"; - req_access = list(5) +/obj/item/tape/engineering, +/obj/machinery/door/airlock/medical{ + name = "Medical Construction Site" }, -/obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) +/turf/simulated/floor/plating, +/area/constructionsite/medical) "apI" = ( /obj/machinery/vending/medical, /turf/simulated/floor/tiled/white, @@ -7839,25 +7837,6 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbaylower) -"arG" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbaylower) "arH" = ( /obj/structure/cable/green{ d1 = 4; @@ -8386,23 +8365,6 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbaylower) -"asB" = ( -/obj/effect/floor_decal/corner/lime{ - dir = 5 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/junction{ - dir = 8; - icon_state = "pipe-j2" - }, -/turf/simulated/floor/tiled/white, -/area/medical/medbaylower) "asC" = ( /obj/effect/floor_decal/corner/lime{ dir = 5 @@ -8896,12 +8858,12 @@ /area/medical/medbaylower) "atB" = ( /obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass_medical{ - name = "Staff Room"; - req_access = list(5) +/obj/item/tape/engineering, +/obj/machinery/door/airlock/medical{ + name = "Medical Construction Site" }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) +/turf/simulated/floor/plating, +/area/constructionsite/medical) "atC" = ( /obj/structure/cable/green{ d1 = 1; @@ -8914,47 +8876,24 @@ /turf/simulated/floor/tiled/dark, /area/medical/medbay_emt_storage) "atD" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -26 }, -/obj/machinery/disposal, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/light_switch{ - dir = 2; - name = "light switch "; - pixel_x = 0; - pixel_y = 36 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) +/turf/simulated/floor/plating, +/area/constructionsite/medical) "atE" = ( -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) +/obj/structure/bookcase, +/turf/simulated/floor/plating, +/area/constructionsite/medical) "atF" = ( -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) +/turf/simulated/floor/plating, +/area/constructionsite/medical) "atG" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 @@ -8985,18 +8924,8 @@ /turf/simulated/floor/tiled/white, /area/medical/medbaylower) "atI" = ( -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) -"atJ" = ( -/obj/machinery/computer/crew, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) +/turf/simulated/floor/plating, +/area/constructionsite/medical) "atK" = ( /obj/structure/cable/green{ d1 = 4; @@ -9425,44 +9354,17 @@ /turf/simulated/floor/tiled/white, /area/medical/medbaylower) "auu" = ( -/obj/structure/bookcase/manuals/medical, -/obj/item/weapon/book/manual/stasis, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) -"auv" = ( -/obj/machinery/vending/snack, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/constructionsite/medical) "auw" = ( -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, /obj/structure/cable/green{ d1 = 1; - d2 = 2; - icon_state = "1-2" + d2 = 4; + icon_state = "1-4" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) -"aux" = ( -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) +/turf/simulated/floor/plating, +/area/constructionsite/medical) "auy" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -9476,50 +9378,17 @@ /turf/simulated/floor/tiled/dark, /area/medical/medbay_emt_storage) "auA" = ( -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" - }, -/obj/machinery/firealarm{ - dir = 4; - layer = 3.3; - pixel_x = 26 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) -"auB" = ( -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" }, /obj/machinery/power/apc{ - dir = 8; - name = "west bump"; - pixel_x = -24 + dir = 4; + name = "east bump"; + pixel_x = 24 }, -/obj/structure/flora/skeleton, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) -"auC" = ( -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) +/turf/simulated/floor/plating, +/area/constructionsite/medical) "auD" = ( /obj/structure/table/rack, /obj/effect/floor_decal/corner/paleblue{ @@ -9877,30 +9746,6 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbaylower) -"avm" = ( -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/obj/item/pizzabox, -/obj/item/weapon/material/ashtray/plastic, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) -"avn" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/item/weapon/deck/cards, -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) "avo" = ( /obj/structure/fireaxecabinet{ pixel_y = -32 @@ -9945,42 +9790,6 @@ /obj/effect/floor_decal/industrial/outline/blue, /turf/simulated/floor/tiled/dark, /area/medical/medbay_emt_storage) -"avs" = ( -/obj/machinery/washing_machine, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) -"avt" = ( -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) -"avu" = ( -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) -"avv" = ( -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) "avw" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/medical{ @@ -10276,41 +10085,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/white, /area/medical/medbaylower) -"awc" = ( -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/obj/item/weapon/reagent_containers/food/drinks/britcup, -/obj/item/weapon/reagent_containers/food/drinks/britcup, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) -"awd" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/recharger, -/obj/item/device/defib_kit/loaded, -/obj/item/device/defib_kit/loaded, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) -"awe" = ( -/obj/machinery/vending/cola, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) "awf" = ( /obj/machinery/vending/medical, /obj/effect/floor_decal/corner/lime{ @@ -10323,39 +10097,6 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbaylower) -"awg" = ( -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) -"awh" = ( -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) -"awi" = ( -/obj/item/weapon/stool/padded, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) -"awj" = ( -/obj/machinery/requests_console/preset/medical, -/turf/simulated/wall, -/area/crew_quarters/medbreak) "awk" = ( /obj/structure/cable/green{ d1 = 1; @@ -10385,13 +10126,6 @@ "awn" = ( /turf/simulated/floor/tiled/dark, /area/medical/biostorage2) -"awo" = ( -/obj/machinery/vending/coffee, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) "awp" = ( /obj/item/clothing/suit/storage/fluff, /obj/item/clothing/glasses/hud/health/prescription, @@ -10450,7 +10184,7 @@ pixel_y = 0 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "awv" = ( /turf/simulated/floor/tiled, /area/hallway/lower/central) @@ -10464,7 +10198,7 @@ }, /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "awx" = ( /obj/structure/cable{ d1 = 4; @@ -10472,7 +10206,7 @@ icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "awy" = ( /obj/machinery/firealarm{ dir = 2; @@ -10486,7 +10220,7 @@ icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "awz" = ( /obj/structure/cable{ d1 = 4; @@ -10503,7 +10237,7 @@ pixel_y = 24 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "awA" = ( /obj/machinery/door/airlock/glass{ name = "Pool" @@ -10830,23 +10564,6 @@ }, /turf/simulated/floor/tiled/white, /area/medical/medbaylower) -"axo" = ( -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/camera/network/medbay{ - c_tag = "Medbay break room"; - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) -"axp" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/crew_quarters/medbreak) "axq" = ( /obj/structure/cable/green{ d1 = 4; @@ -10985,21 +10702,21 @@ /area/maintenance/maintroom1) "axG" = ( /turf/simulated/floor/tiled/steel_ridged, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "axH" = ( /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "axI" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/effect/decal/cleanable/generic, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "axJ" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 @@ -11011,7 +10728,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "axK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -11023,7 +10740,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "axL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -11035,7 +10752,7 @@ dir = 4 }, /turf/simulated/floor/tiled/steel_ridged, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "axM" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 @@ -11047,7 +10764,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "axN" = ( /obj/machinery/door/airlock/glass{ name = "Pool" @@ -11744,8 +11461,9 @@ opacity = 0 }, /obj/machinery/door/airlock/maintenance/medical, +/obj/item/tape/engineering, /turf/simulated/floor, -/area/crew_quarters/medbreak) +/area/constructionsite/medical) "ayG" = ( /obj/structure/cable/green{ d1 = 4; @@ -11805,7 +11523,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "ayN" = ( /turf/simulated/floor/tiled, /area/hallway/lower/aft) @@ -11892,7 +11610,7 @@ req_access = list(26) }, /turf/simulated/floor/tiled/steel_grid, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aza" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, @@ -11911,18 +11629,18 @@ dir = 9 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "azd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aze" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "azf" = ( /obj/structure/grille, /obj/structure/window/reinforced/full, @@ -12234,7 +11952,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "azL" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 9 @@ -12349,23 +12067,23 @@ "azZ" = ( /obj/machinery/computer/timeclock/premade/west, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aAa" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aAb" = ( /obj/machinery/light, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aAc" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aAd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -12583,7 +12301,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aAG" = ( /obj/machinery/door/airlock/glass{ name = "Pool" @@ -12813,11 +12531,12 @@ dir = 8 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aBg" = ( -/obj/structure/stairs/north, +/obj/structure/grille, +/obj/structure/window/reinforced/full, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aBh" = ( /obj/structure/stairs/north, /obj/structure/window/reinforced{ @@ -12825,17 +12544,17 @@ health = 1e+006 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aBi" = ( /obj/machinery/light{ dir = 1 }, /turf/simulated/floor/tiled/steel, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aBj" = ( /obj/effect/floor_decal/rust, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aBk" = ( /obj/machinery/light_switch{ dir = 4; @@ -13080,7 +12799,7 @@ pixel_x = 24 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aBO" = ( /turf/simulated/floor/tiled/dark, /area/medical/medbay_emt_storage) @@ -13179,14 +12898,14 @@ dir = 8 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aCc" = ( /obj/structure/window/reinforced{ dir = 4; health = 1e+006 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aCd" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 8 @@ -13195,7 +12914,7 @@ dir = 8 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aCe" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -13205,7 +12924,7 @@ }, /obj/effect/decal/cleanable/generic, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aCf" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -13455,7 +13174,7 @@ pixel_y = 0 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aCH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -13464,7 +13183,7 @@ dir = 6 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aCI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -13486,7 +13205,7 @@ icon_state = "pipe-c" }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aCK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -13511,7 +13230,7 @@ icon_state = "pipe-c" }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aCM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -13520,7 +13239,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aCN" = ( /turf/simulated/floor/tiled/dark, /area/hallway/lower/central) @@ -13533,7 +13252,7 @@ dir = 9 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aCP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 @@ -13796,14 +13515,14 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aDz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9; pixel_y = 0 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aDA" = ( /obj/structure/table/standard{ name = "plastic table frame" @@ -13843,13 +13562,13 @@ health = 1e+006 }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aDD" = ( /obj/structure/window/reinforced{ dir = 4 }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aDE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -14061,7 +13780,7 @@ icon_state = "pipe-c" }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aEh" = ( /obj/effect/floor_decal/industrial/warning/cee, /obj/machinery/sleep_console{ @@ -14083,21 +13802,21 @@ icon_state = "intact-scrubbers" }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aEj" = ( /obj/structure/sink/puddle, /obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, /obj/structure/disposalpipe/segment, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aEk" = ( /obj/structure/window/reinforced{ dir = 8; health = 1e+006 }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aEl" = ( /obj/machinery/light{ dir = 8 @@ -14408,7 +14127,7 @@ icon_state = "intact-scrubbers" }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aFb" = ( /obj/structure/table/standard, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -14419,13 +14138,13 @@ icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aFc" = ( /obj/structure/bed/chair{ dir = 2 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aFd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -14434,7 +14153,7 @@ icon_state = "pipe-c" }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aFe" = ( /obj/structure/flora/ausbushes/brflowers, /obj/structure/window/reinforced{ @@ -14445,7 +14164,7 @@ dir = 4 }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aFf" = ( /obj/structure/cable/green{ d1 = 4; @@ -14456,7 +14175,7 @@ icon_state = "2-8" }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aFg" = ( /obj/item/weapon/bikehorn/rubberducky, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -14708,7 +14427,7 @@ icon_state = "2-4" }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aFL" = ( /obj/structure/cable/green{ d1 = 2; @@ -14716,7 +14435,7 @@ icon_state = "2-4" }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aFM" = ( /obj/machinery/door/airlock/glass{ name = "Pool" @@ -14939,14 +14658,6 @@ dir = 1 }, /area/crew_quarters/sleep/cryo) -"aGk" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/hallway/lower/central) "aGl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -14960,7 +14671,7 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aGm" = ( /obj/structure/reagent_dispensers/watertank, /turf/simulated/floor, @@ -14974,11 +14685,11 @@ req_access = list(67) }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aGo" = ( /obj/machinery/camera/autoname, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aGp" = ( /obj/structure/window/reinforced{ dir = 2; @@ -14990,14 +14701,14 @@ health = 1e+006 }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aGq" = ( /obj/structure/window/reinforced{ dir = 2; health = 1e+006 }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aGr" = ( /obj/structure/cable/green{ d1 = 1; @@ -15011,7 +14722,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aGs" = ( /obj/machinery/door/airlock/glass{ name = "Pool" @@ -15192,7 +14903,7 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aGP" = ( /obj/structure/cable/green{ d1 = 4; @@ -15212,7 +14923,7 @@ dir = 4 }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aGR" = ( /obj/structure/cable/green{ d1 = 4; @@ -15290,7 +15001,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aGZ" = ( /obj/machinery/status_display, /turf/simulated/wall, @@ -15581,7 +15292,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aHG" = ( /obj/machinery/door/blast/regular{ density = 0; @@ -16448,17 +16159,17 @@ dir = 6 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aJC" = ( /obj/effect/decal/cleanable/generic, /obj/machinery/light, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aJD" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aJE" = ( /obj/structure/flora/ausbushes/brflowers, /obj/structure/window/reinforced{ @@ -16478,7 +16189,7 @@ icon_state = "4-8" }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aJF" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -16487,7 +16198,7 @@ dir = 10 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aJG" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/freezer, @@ -16680,7 +16391,7 @@ dir = 9 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aKh" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -16691,7 +16402,7 @@ icon_state = "4-8" }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aKi" = ( /obj/structure/grille, /obj/machinery/door/firedoor, @@ -16707,11 +16418,11 @@ health = 1e+006 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aKk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aKl" = ( /obj/item/device/radio/intercom{ broadcasting = 0; @@ -16724,7 +16435,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aKm" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ @@ -16958,11 +16669,7 @@ dir = 8 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) -"aKQ" = ( -/obj/structure/stairs/south, -/turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aKR" = ( /obj/structure/stairs/south, /obj/structure/window/reinforced{ @@ -16970,7 +16677,7 @@ health = 1e+006 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aKS" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -16980,7 +16687,7 @@ pixel_x = 24 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aKT" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass{ @@ -18455,7 +18162,7 @@ dir = 1; icon_state = "bulb1" }, -/turf/simulated/floor/tiled/techfloor, +/turf/simulated/floor/plating, /area/crew_quarters/kitchen/fish_farm) "aOz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -18623,7 +18330,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aOY" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 @@ -18923,11 +18630,6 @@ /obj/item/weapon/material/minihoe, /turf/simulated/floor/grass, /area/hydroponics) -"aPC" = ( -/obj/structure/catwalk, -/obj/machinery/light/small, -/turf/simulated/floor/tiled/techfloor, -/area/crew_quarters/kitchen/fish_farm) "aPD" = ( /obj/random/trash_pile, /turf/simulated/floor/plating, @@ -19784,7 +19486,7 @@ pixel_x = -30 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "aRu" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -20226,10 +19928,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/security/sorting) -"aSA" = ( -/obj/structure/catwalk, -/turf/simulated/floor/tiled/techfloor, -/area/crew_quarters/kitchen/fish_farm) "aSB" = ( /obj/structure/catwalk, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -22253,6 +21951,9 @@ /area/security/perma) "aWv" = ( /obj/machinery/door/airlock/maintenance/common, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/simulated/floor, /area/maintenance/security_lower) "aWw" = ( @@ -25200,7 +24901,7 @@ }, /obj/machinery/light/flamp, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "bbG" = ( /obj/structure/window/reinforced{ dir = 2; @@ -25210,7 +24911,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "bbH" = ( /obj/structure/grille, /obj/structure/window/reinforced/full, @@ -25232,7 +24933,7 @@ icon_state = "4-8" }, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "bbJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -25659,7 +25360,7 @@ icon_state = "1-8" }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "bcE" = ( /obj/structure/cable/green{ d1 = 4; @@ -25685,7 +25386,7 @@ }, /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "bcI" = ( /obj/machinery/door/firedoor/glass, /obj/machinery/door/airlock/multi_tile/metal/mait{ @@ -26294,7 +25995,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "bdR" = ( /obj/structure/bed/chair{ dir = 8 @@ -39063,7 +38764,7 @@ dir = 8 }, /turf/simulated/floor/tiled, -/area/hallway/lower/central) +/area/civilian/atrium/lower) "bDP" = ( /obj/machinery/door/airlock/glass{ name = "Kitchen"; @@ -40298,14 +39999,6 @@ }, /turf/simulated/floor/tiled, /area/engineering/hallway_lower) -"bPU" = ( -/obj/structure/table/steel, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/northeast) -"bVj" = ( -/obj/structure/ladder/up, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/west) "bWT" = ( /obj/machinery/light_switch{ dir = 1; @@ -40317,6 +40010,19 @@ }, /turf/simulated/floor/tiled, /area/hallway/lower/central) +"ccd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/civilian/atrium/lower) +"chm" = ( +/obj/structure/closet, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/west) +"chy" = ( +/obj/structure/sign/poster, +/turf/simulated/wall/titanium, +/area/borealis2/outdoors/grounds/tower/southeast) "cpe" = ( /obj/effect/floor_decal/corner/yellow{ dir = 5 @@ -40324,6 +40030,10 @@ /obj/machinery/door/firedoor/border_only, /turf/simulated/floor/tiled, /area/engineering/hallway_lower) +"crX" = ( +/obj/structure/table/rack/shelf/steel, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/northwest) "ctz" = ( /obj/machinery/light/small{ dir = 1; @@ -40331,18 +40041,11 @@ }, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/east) -"cBl" = ( -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/west) "cJF" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/valve/digital, /turf/simulated/floor, /area/security/prison) -"cMQ" = ( -/obj/structure/closet, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/west) "cVD" = ( /obj/structure/cable{ d1 = 1; @@ -40355,27 +40058,57 @@ }, /turf/simulated/floor/tiled, /area/hallway/lower/dorms) +"dcu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/lower) "ddA" = ( /obj/machinery/atmospherics/pipe/simple/hidden/black{ dir = 5 }, /turf/simulated/floor/tiled, /area/security/prison) -"diD" = ( -/obj/structure/closet, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/east) "dkR" = ( /obj/structure/ladder/up, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/northeast) +"dmN" = ( +/obj/structure/table/rack/shelf/steel, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/west) "doc" = ( /turf/simulated/mineral/ignore_mapgen/cave, /area/security/range) +"dzh" = ( +/turf/simulated/floor/tiled/dark, +/area/cryogaia/station/excursion_dock) "dDX" = ( /obj/structure/ladder/up, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/southwest) +"dEs" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/table/steel, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/west) +"dOL" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/constructionsite/medical) "dTl" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -40407,10 +40140,6 @@ /obj/machinery/light, /turf/simulated/floor/tiled/white, /area/crew_quarters/coffee_shop) -"ezK" = ( -/obj/structure/table/rack/shelf/steel, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/west) "eDP" = ( /obj/machinery/camera/motion/telecom{ c_tag = "Telecomms Access Corridor North" @@ -40421,14 +40150,15 @@ /obj/structure/stairs/east, /turf/simulated/floor/tiled, /area/security/prison) -"fgu" = ( -/obj/structure/table/rack/shelf/steel, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/northwest) -"fnG" = ( -/obj/structure/sign/poster, -/turf/simulated/wall/titanium, -/area/borealis2/outdoors/grounds/tower/west) +"eTZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/lower) "foq" = ( /obj/machinery/light/small{ dir = 4; @@ -40436,10 +40166,6 @@ }, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/southwest) -"ftw" = ( -/obj/structure/sign/poster, -/turf/simulated/wall/titanium, -/area/borealis2/outdoors/grounds/tower/south) "fwE" = ( /obj/machinery/light{ dir = 8; @@ -40448,31 +40174,62 @@ }, /turf/simulated/floor/tiled/dark, /area/security/range) +"fyq" = ( +/obj/structure/closet, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/northeast) +"fDd" = ( +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor, +/area/crew_quarters/kitchen/fish_farm) "fDx" = ( /obj/machinery/door/airlock/maintenance/common, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/southwest) +"fLl" = ( +/turf/simulated/floor/tiled/white, +/area/constructionsite/medical) "fRm" = ( /obj/machinery/door/airlock/maintenance/common, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/northeast) -"gbg" = ( -/obj/structure/table/steel, +"fVa" = ( +/obj/structure/railing, +/turf/simulated/floor/water/indoors, +/area/crew_quarters/kitchen/fish_farm) +"fXq" = ( +/obj/structure/closet/crate, +/obj/random/maintenance/security, +/obj/random/maintenance/security, /turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/southeast) -"ggv" = ( -/turf/simulated/wall/titanium, /area/borealis2/outdoors/grounds/tower/west) -"gmP" = ( -/obj/structure/table/steel, +"gtu" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 28 + }, +/obj/structure/cable{ + icon_state = "0-2"; + d2 = 2 + }, /turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/south) -"gGo" = ( -/obj/structure/closet, +/area/vacant/vacant_site) +"gvv" = ( +/obj/structure/railing{ + dir = 4; + icon_state = "railing0" + }, +/obj/structure/railing{ + dir = 1; + icon_state = "railing0" + }, +/turf/simulated/floor/water/deep/indoors, +/area/crew_quarters/kitchen/fish_farm) +"gDb" = ( +/obj/structure/trash_pile, /turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/northwest) -"gKo" = ( -/turf/simulated/wall/titanium, /area/borealis2/outdoors/grounds/tower/south) "gOg" = ( /obj/structure/closet/crate, @@ -40480,24 +40237,34 @@ /obj/random/maintenance/security, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/southwest) -"gST" = ( -/obj/structure/table/rack/shelf/steel, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/northeast) "gTr" = ( /obj/effect/floor_decal/corner/beige{ dir = 6 }, /turf/simulated/floor/tiled/white, /area/medical/chemistry) -"gXK" = ( -/obj/structure/trash_pile, +"hhh" = ( +/obj/structure/table/rack/shelf/steel, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/east) -"huY" = ( -/obj/structure/closet, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/southeast) +"hss" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/lower) +"htG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/lower/central) "hEt" = ( /obj/effect/floor_decal/industrial/warning/corner, /turf/simulated/floor/tiled/dark{ @@ -40506,14 +40273,14 @@ temperature = 80 }, /area/tcommsat/entrance) -"hON" = ( -/obj/structure/table/steel, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/west) -"hSI" = ( -/obj/structure/sign/poster, -/turf/simulated/wall/titanium, -/area/borealis2/outdoors/grounds/tower/northeast) +"hRH" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/lower) "hWY" = ( /obj/structure/closet/crate, /obj/random/maintenance/security, @@ -40544,16 +40311,29 @@ }, /turf/simulated/floor/reinforced, /area/tcomfoyer) +"imd" = ( +/obj/structure/sign/poster, +/turf/simulated/wall/titanium, +/area/borealis2/outdoors/grounds/tower/northeast) "imj" = ( /obj/machinery/camera/autoname{ dir = 4 }, /turf/simulated/floor/tiled, /area/hallway/lower/aft) -"iJq" = ( -/obj/structure/sign/poster, -/turf/simulated/wall/titanium, -/area/borealis2/outdoors/grounds/tower/east) +"iuC" = ( +/obj/machinery/door/firedoor/glass/hidden/steel{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/civilian/atrium/lower) +"iAn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/lower) "iJO" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -40575,6 +40355,9 @@ }, /turf/simulated/floor/tiled, /area/engineering/hallway_lower) +"iKc" = ( +/turf/simulated/wall, +/area/constructionsite/medical) "iLy" = ( /obj/structure/sign/atmos/n2, /turf/simulated/wall/r_wall, @@ -40582,6 +40365,31 @@ "iWA" = ( /turf/simulated/wall/titanium, /area/borealis2/outdoors/grounds/tower/northwest) +"iXt" = ( +/turf/simulated/wall/titanium, +/area/borealis2/outdoors/grounds/tower/west) +"jcq" = ( +/obj/structure/railing{ + dir = 4; + icon_state = "railing0" + }, +/obj/structure/railing, +/turf/simulated/floor/water/deep/indoors, +/area/crew_quarters/kitchen/fish_farm) +"jcE" = ( +/obj/machinery/alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/constructionsite/medical) +"jfE" = ( +/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/south) +"jwL" = ( +/turf/simulated/floor/tiled, +/area/civilian/atrium/lower) "jLM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -40603,30 +40411,60 @@ /obj/machinery/door/airlock/maintenance/common, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/northwest) +"kjl" = ( +/obj/structure/table/steel, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/southwest) "kpH" = ( /obj/machinery/door/airlock/maintenance/common, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/southeast) +"kzq" = ( +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/south) +"kEc" = ( +/obj/structure/closet/crate, +/obj/random/maintenance/security, +/obj/random/maintenance/security, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/south) "kEh" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/crew_quarters/coffee_shop) -"kHJ" = ( -/obj/machinery/light/small{ - dir = 1 +"kYH" = ( +/obj/structure/table/standard{ + name = "plastic table frame" }, -/obj/structure/table/steel, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/west) -"kIJ" = ( -/obj/structure/table/steel, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/southwest) +/turf/simulated/floor/plating, +/area/constructionsite/medical) +"lhL" = ( +/turf/simulated/wall/titanium, +/area/borealis2/outdoors/grounds/tower/south) "lhN" = ( /turf/simulated/wall/titanium, /area/borealis2/outdoors/grounds/tower/southwest) +"lmw" = ( +/obj/structure/table/rack/shelf/steel, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/southeast) +"lrk" = ( +/obj/structure/table/rack/shelf/steel, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/northeast) +"lzk" = ( +/obj/structure/sign/poster, +/turf/simulated/wall/titanium, +/area/borealis2/outdoors/grounds/tower/south) +"lAj" = ( +/obj/structure/railing{ + dir = 1; + icon_state = "railing0" + }, +/turf/simulated/floor/water/indoors, +/area/crew_quarters/kitchen/fish_farm) "lAo" = ( /obj/machinery/light/small{ dir = 8; @@ -40634,10 +40472,14 @@ }, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/southeast) -"lDu" = ( -/obj/structure/ladder/up, +"lAq" = ( +/obj/machinery/door/airlock/maintenance/common, /turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/south) +/area/borealis2/outdoors/grounds/tower/west) +"lJl" = ( +/obj/structure/closet, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/southwest) "mbM" = ( /obj/structure/table/glass, /obj/structure/cable/green{ @@ -40652,6 +40494,10 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/white, /area/crew_quarters/coffee_shop) +"mlO" = ( +/obj/structure/closet, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/northwest) "mnm" = ( /obj/structure/cable/green{ d1 = 4; @@ -40671,41 +40517,52 @@ temperature = 80 }, /area/tcommsat/chamber) -"mpD" = ( -/obj/structure/sign/poster, -/turf/simulated/wall/titanium, -/area/borealis2/outdoors/grounds/tower/southeast) "mpV" = ( /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/northwest) "mus" = ( /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/east) -"mNy" = ( -/obj/structure/table/rack/shelf/steel, +"mKT" = ( +/obj/structure/table/steel, /turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/south) -"mWy" = ( +/area/borealis2/outdoors/grounds/tower/southeast) +"mYH" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor, +/area/vacant/vacant_site) +"nmB" = ( /obj/structure/table/rack/shelf/steel, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/southwest) -"nLC" = ( -/obj/structure/trash_pile, +"nzM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/west) -"nTe" = ( -/obj/machinery/door/airlock/maintenance/common, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/south) -"nXq" = ( -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/south) +/area/vacant/vacant_site) "ojK" = ( /obj/structure/closet/crate, /obj/random/maintenance/security, /obj/random/maintenance/security, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/northwest) +"okk" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/south) +"oWE" = ( +/obj/structure/closet, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/east) +"oZg" = ( +/obj/structure/closet, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/south) "pcD" = ( /obj/machinery/atmospherics/pipe/simple/hidden/black, /obj/structure/sign/atmos/n2{ @@ -40723,12 +40580,6 @@ /obj/structure/ladder/up, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/southeast) -"pnj" = ( -/obj/structure/closet/crate, -/obj/random/maintenance/security, -/obj/random/maintenance/security, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/west) "ppq" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -40736,22 +40587,20 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/crew_quarters/coffee_shop) -"pAi" = ( -/obj/structure/closet/crate, -/obj/random/maintenance/security, -/obj/random/maintenance/security, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/south) "pKq" = ( /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/northeast) +"pYa" = ( +/obj/structure/railing{ + dir = 4; + icon_state = "railing0" + }, +/obj/machinery/light/small, +/turf/simulated/floor/water/deep/indoors, +/area/crew_quarters/kitchen/fish_farm) "qap" = ( /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/southeast) -"qbc" = ( -/obj/structure/table/rack/shelf/steel, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/east) "qgS" = ( /obj/machinery/door/airlock/maintenance/sec{ name = "Riot Control"; @@ -40760,31 +40609,74 @@ /obj/machinery/atmospherics/pipe/simple/hidden/black, /turf/simulated/floor, /area/security/prison) -"qpH" = ( -/turf/simulated/wall, -/area/cryogaia/station/excursion_dock) +"qpv" = ( +/obj/structure/sign/poster, +/turf/simulated/wall/titanium, +/area/borealis2/outdoors/grounds/tower/east) "qDc" = ( /turf/simulated/mineral/floor, /area/mine/unexplored/lower_rock) +"qON" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/lower) "qWF" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment, /obj/machinery/light/flamp, /turf/simulated/floor/grass, -/area/hallway/lower/central) +/area/civilian/atrium/lower) +"qXQ" = ( +/obj/structure/ladder/up, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/west) +"rho" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor, +/area/maintenance/security_lower) "rjR" = ( /obj/machinery/light/small, /obj/structure/table/steel, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/northwest) +"rlk" = ( +/obj/structure/table/rack/shelf/steel, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/south) "rmX" = ( /turf/simulated/wall/titanium, /area/borealis2/outdoors/grounds/tower/northeast) +"rwz" = ( +/obj/structure/sign/poster, +/turf/simulated/wall/titanium, +/area/borealis2/outdoors/grounds/tower/northwest) +"ryG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/lower) "rLs" = ( /obj/structure/ladder/up, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/northwest) +"rZn" = ( +/obj/structure/sign/poster, +/turf/simulated/wall/titanium, +/area/borealis2/outdoors/grounds/tower/southwest) "scr" = ( /obj/structure/disposalpipe/segment{ dir = 2; @@ -40803,6 +40695,9 @@ temperature = 80 }, /area/tcommsat/chamber) +"svp" = ( +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/west) "sEM" = ( /obj/structure/cable/green{ d1 = 1; @@ -40828,29 +40723,74 @@ }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) -"sQp" = ( +"tjA" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/lower) +"tjM" = ( /obj/structure/closet, /turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/south) -"trL" = ( -/obj/machinery/door/airlock/maintenance/common, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/west) -"tvv" = ( -/obj/structure/closet, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/southwest) -"tDU" = ( -/obj/structure/table/rack/shelf/steel, -/turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/southeast) -"tVw" = ( +"tNc" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/crew_quarters/kitchen/fish_farm) +"tSO" = ( /obj/structure/trash_pile, /turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/south) +/area/borealis2/outdoors/grounds/tower/southwest) "tZF" = ( /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/southwest) +"umS" = ( +/obj/structure/trash_pile, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/east) +"uFO" = ( +/obj/structure/table/steel, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/south) +"uJk" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/lower/central) +"uNn" = ( +/turf/simulated/wall, +/area/cryogaia/station/excursion_dock) +"uTW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/lower) "uXm" = ( /obj/structure/table/marble, /obj/machinery/microwave, @@ -40859,17 +40799,24 @@ "uZc" = ( /turf/simulated/wall/titanium, /area/borealis2/outdoors/grounds/tower/east) -"vpC" = ( -/turf/simulated/floor/tiled/dark, -/area/cryogaia/station/excursion_dock) +"vpg" = ( +/obj/structure/table/steel, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/northeast) "vIP" = ( /obj/machinery/door/airlock/maintenance/common, /turf/simulated/floor, /area/borealis2/outdoors/grounds/tower/east) -"vPN" = ( -/obj/structure/trash_pile, +"vRN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/lower) +"vVH" = ( +/obj/structure/table/steel, /turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/southwest) +/area/borealis2/outdoors/grounds/tower/northwest) "vZk" = ( /obj/machinery/light/small{ dir = 1; @@ -40883,14 +40830,17 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/coffee_shop) -"wfx" = ( -/obj/structure/sign/poster, -/turf/simulated/wall/titanium, -/area/borealis2/outdoors/grounds/tower/southwest) -"wka" = ( -/obj/structure/table/steel, -/turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/northwest) +"wjf" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/hallway/lower/central) +"wnr" = ( +/turf/simulated/wall, +/area/civilian/atrium/lower) "wpF" = ( /obj/machinery/alarm{ frequency = 1441; @@ -40911,10 +40861,14 @@ temperature = 80 }, /area/tcommsat/chamber) -"wWY" = ( -/obj/structure/closet, +"wWQ" = ( +/obj/structure/table/steel, /turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/northeast) +/area/borealis2/outdoors/grounds/tower/west) +"xae" = ( +/obj/structure/sign/poster, +/turf/simulated/wall/titanium, +/area/borealis2/outdoors/grounds/tower/west) "xfe" = ( /obj/structure/closet/secure_closet/freezer/fridge{ starts_with = list(/obj/item/weapon/reagent_containers/food/drinks/milk = 6, /obj/item/weapon/storage/fancy/egg_box = 4, /obj/item/weapon/reagent_containers/food/condiment/flour = 7, /obj/item/weapon/reagent_containers/food/condiment/sugar = 2) @@ -40922,9 +40876,17 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/white, /area/crew_quarters/coffee_shop) +"xoN" = ( +/obj/structure/ladder/up, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/south) "xrS" = ( /turf/simulated/wall/titanium, /area/borealis2/outdoors/grounds/tower/southeast) +"xwf" = ( +/obj/structure/trash_pile, +/turf/simulated/floor, +/area/borealis2/outdoors/grounds/tower/west) "xzG" = ( /obj/structure/closet/crate, /obj/random/maintenance/security, @@ -40942,16 +40904,18 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/plating, /area/maintenance/medical_lower) -"yhv" = ( -/obj/structure/sign/poster, -/turf/simulated/wall/titanium, -/area/borealis2/outdoors/grounds/tower/northwest) -"ylW" = ( -/obj/machinery/light/small{ - dir = 1 +"ybj" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/civilian/atrium/lower) +"ybv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, /turf/simulated/floor, -/area/borealis2/outdoors/grounds/tower/south) +/area/vacant/vacant_site) (1,1,1) = {" aaa @@ -50544,7 +50508,7 @@ aab aab iWA iWA -yhv +rwz iWA iWA iWA @@ -50592,12 +50556,12 @@ aab aab aab aab -ggv -ggv -ggv -ggv -ggv -ggv +iXt +iXt +iXt +iXt +iXt +iXt aab aab aab @@ -50670,7 +50634,7 @@ aac lhN lhN lhN -wfx +rZn lhN lhN aac @@ -50844,12 +50808,12 @@ aab aab aab aab -ggv -bVj -cBl -cBl -pnj -ggv +iXt +qXQ +svp +svp +fXq +iXt aab aab aab @@ -50923,7 +50887,7 @@ lhN gOg tZF tZF -vPN +tSO lhN aac aac @@ -51047,7 +51011,7 @@ aab aab aab iWA -fgu +crX mpV mpV rjR @@ -51096,12 +51060,12 @@ aab aab aab aab -fnG -hON -cBl -cBl -nLC -ggv +xae +wWQ +svp +svp +xwf +iXt aab aab aab @@ -51172,10 +51136,10 @@ aac aac aac lhN -mWy +nmB tZF tZF -kIJ +kjl lhN aac aac @@ -51299,10 +51263,10 @@ aab aab aab iWA -fgu +crX mpV mpV -wka +vVH iWA aab aab @@ -51348,12 +51312,12 @@ aab aab aab aab -ggv -kHJ -cBl -cBl -ezK -ggv +iXt +dEs +svp +svp +dmN +iXt aab aab aab @@ -51424,10 +51388,10 @@ aac aac aac lhN -mWy +nmB tZF tZF -kIJ +kjl lhN aac aac @@ -51551,7 +51515,7 @@ aab aab aab iWA -gGo +mlO mpV mpV mpV @@ -51600,12 +51564,12 @@ aab aab aab aab -ggv -cMQ -cBl -cBl -ezK -ggv +iXt +chm +svp +svp +dmN +iXt aab aab aab @@ -51676,7 +51640,7 @@ aac aac aac lhN -tvv +lJl tZF foq dDX @@ -51852,12 +51816,12 @@ aab aab aab aab -ggv -ggv -trL -ggv -ggv -ggv +iXt +iXt +lAq +iXt +iXt +iXt aab aab aab @@ -72253,8 +72217,8 @@ apD apD apD apD -apD -apD +iKc +iKc agw agw ajh @@ -72499,14 +72463,14 @@ amz aqL arH asC -apD +iKc atD -auv -apD -avs -awe -awo -apD +atI +atI +atI +atI +auu +iKc agw aBQ ajh @@ -72751,14 +72715,14 @@ ano aqN arI asD -apG +iKc atE +fLl atI -auB atI -awg +fLl atI -apD +iKc agw agy ajh @@ -73001,16 +72965,16 @@ alc asJ ano aqM -arG -asB +arD +asw apH atF auw -auC -avt -awh atI -apD +atI +atI +atI +iKc agw ajh ajh @@ -73257,12 +73221,12 @@ arE asA atB atI +dOL atI atI -avu atI -axo -apD +atI +iKc agy ajh ajh @@ -73507,12 +73471,12 @@ azR aqO arJ asx -apG -atI -atI -aux -avv +iKc +jcE +dOL atI +fLl +fLl atI ayF agw @@ -73759,14 +73723,14 @@ aEf aqP arK asJ -apD -atJ -aux -avm -awc -aux +iKc atI -apD +dOL +fLl +fLl +fLl +kYH +iKc agw akH agw @@ -73785,7 +73749,7 @@ aLy anE aMd aMd -aMd +bFY aMd bEW bEW @@ -74011,14 +73975,14 @@ ala aqE arL asI -apD +iKc auu auA -avn -awd -awi -axp -apD +atI +atI +atI +kYH +iKc agw agw akH @@ -74037,7 +74001,7 @@ aJU anF aMd aMd -aMd +bFY aMd aMd aMd @@ -74050,7 +74014,7 @@ aQW aRA aRA aRA -aRA +rho aRA aYb aZf @@ -74103,12 +74067,12 @@ aan aan aan bDn -gKo -gKo -gKo -gKo -gKo -gKo +lhL +lhL +lhL +lhL +lhL +lhL aan aan aan @@ -74263,14 +74227,14 @@ alI aqE arM asK -apD -apD -apD -apD -apD -awj -apD -apD +iKc +iKc +iKc +iKc +iKc +iKc +iKc +iKc agw aBR ajU @@ -74289,8 +74253,8 @@ aJU bFe aMd aMd -aMd -aOA +bFY +lAj aOA aOA aOA @@ -74355,12 +74319,12 @@ aan aan aan bDn -gKo -sQp -tVw -nXq -lDu -gKo +lhL +oZg +gDb +kzq +xoN +lhL aan aan aan @@ -74540,9 +74504,9 @@ aHv aHv bFe aMd -aOA -aOA -aOA +fVa +tNc +lAj aOB aOB aOA @@ -74554,7 +74518,7 @@ aQj aQj bsg aQj -aQj +nzM aQj aQi aZh @@ -74607,12 +74571,12 @@ aan aan aan bDn -gKo -ylW -nXq -nXq -mNy -gKo +lhL +okk +kzq +kzq +rlk +lhL aan aan aan @@ -74792,9 +74756,9 @@ anz anz anz anz -aOB -aOB -aOB +bET +tNc +bEZ aOB aOB aOB @@ -74802,11 +74766,11 @@ aOB aOA bFh bFe -aQj -aQj -aQj -aQj -aQj +gtu +ybv +ybv +ybv +mYH aQj aQi aZi @@ -74859,12 +74823,12 @@ aan aan aan bDn -nTe -nXq -nXq -nXq -mNy -gKo +jfE +kzq +kzq +kzq +rlk +lhL aan aan aan @@ -75044,9 +75008,9 @@ anA bGk aFZ anz -aQY -aQY -aQY +jcq +tNc +gvv aOB aOB aOB @@ -75111,12 +75075,12 @@ aan aan aan bDn -gKo -gmP -gmP -nXq -pAi -gKo +lhL +uFO +uFO +kzq +kEc +lhL aan aan aan @@ -75297,12 +75261,12 @@ aop aFZ anz aOy -aSA -aSA +tNc +tNc bEX aQY bFd -aQY +pYa bFe bFe bFe @@ -75363,12 +75327,12 @@ aan aan aan bDn -gKo -gKo -gKo -ftw -gKo -gKo +lhL +lhL +lhL +lzk +lhL +lhL aan aan aan @@ -75550,12 +75514,12 @@ aKO anz bpG bES -aSA -aSA -aSA -aSA -aPC -bFe +tNc +tNc +tNc +tNc +tNc +fDd bFY aQj aQj @@ -75802,8 +75766,8 @@ aNy anz aOB bET -aSA -aSA +tNc +tNc bEY bpG bpG @@ -76054,8 +76018,8 @@ aNw anz bEL bET -aSA -aSA +tNc +tNc bEZ aOB aOB @@ -76306,8 +76270,8 @@ anz anz bEM bEU -aSA -aSA +tNc +tNc bEX aOB bFf @@ -78560,14 +78524,14 @@ aRt aCG aDy aOX -awv +jwL aBj axK -awv -aGR -awv -awv -awv +jwL +hss +jwL +jwL +jwL aCM aLe bGi @@ -78807,18 +78771,18 @@ amF axF azY aws -axF -awv +jwL +jwL aCH aDz -awv -awv -awv +jwL +jwL +jwL axK -awv -aGR -awv -awv +jwL +hss +jwL +jwL aJB aKg aOU @@ -79054,23 +79018,23 @@ asY aqa auM agX -awt -awt +wnr +wnr ayZ -awt -awt +wnr +wnr aob -awv -aCI -awv -awv -awv -awv +jwL +eTZ +jwL +jwL +jwL +jwL axK -awv -aGR -awv -awv +jwL +hss +jwL +jwL aCM aJC aLe @@ -79308,21 +79272,21 @@ awU agX awu axG -awv +jwL azZ ahg -awv -awv -aCI -awv -awv -awv -awv +jwL +jwL +eTZ +jwL +jwL +jwL +jwL axK -awv +jwL aFf -aGk -aGk +hRH +hRH aGl aGn aLe @@ -79560,13 +79524,13 @@ auN agX aGo axH -aza -aza -aAE -aza -aza +ybj +ybj +iuC +ybj +ybj aCJ -awv +jwL akB aod aFc @@ -79574,7 +79538,7 @@ aEg bcH aJE aGp -awv +jwL aGY aAa aLe @@ -79810,15 +79774,15 @@ asY aqa aqa avB -awv +jwL axI -azb +qON aAa -awt +wnr aBf aCb -aCK -awv +dcu +jwL akD apE aDC @@ -79826,7 +79790,7 @@ aEi aEk aKh aGq -awv +jwL aCM aKj aKP @@ -80066,9 +80030,9 @@ aww axJ azc aAb -awt +wnr +aBg aBg -awv aCL ajX ayM @@ -80078,10 +80042,10 @@ aEj aFd bbF bbG -aAd +ccd aJD -awv -aKQ +aBg +aBg aLe aLd aLH @@ -80318,11 +80282,11 @@ awx axK azd aAc -awt +wnr aBh aCc aCM -awv +jwL akD apE aDD @@ -80330,7 +80294,7 @@ aFa aFe aKh aGq -awv +jwL aCM aCc aKR @@ -80568,13 +80532,13 @@ auO agX awy axL -awv -awv +jwL +jwL ahg -awv -awv +jwL +jwL aCM -awv +jwL anr apF aFc @@ -80582,7 +80546,7 @@ aFb bdQ bbI aGQ -awv +jwL aHF aKk aAc @@ -80821,22 +80785,22 @@ agX awz axM aze -aAd +ccd aAF -aAd +ccd aCd aCO -awv -awv -awv -awv +jwL +jwL +jwL +jwL aFK aGO bcD -awv -awv +jwL +jwL aCM -awv +jwL aAb aLe aLe @@ -81077,21 +81041,21 @@ azf atc aBi aCe -aCP -awv -awv -awv -awv -aQw -aHa -awv -awv -awv -aCM -awv -awv +vRN +jwL +jwL +jwL +jwL +tjA +uTW +hRH +hRH +hRH +aGl +hRH +hRH alf -awv +wjf awv awv bjo @@ -81328,22 +81292,22 @@ azg aAe atc aBj -aCf -aCQ -awv -awv +iAn +ryG +jwL +jwL aBN aFL aGr bDO -awv -awv -awv +jwL +jwL +jwL aJF aKl aKS aAd -aAd +htG aMl aMR aNz @@ -81595,7 +81559,7 @@ aCg aAI aAI awt -awv +uJk awv aCK awv @@ -92724,16 +92688,16 @@ bos bos boU bos -qpH -qpH -qpH -qpH +uNn +uNn +uNn +uNn bls bwc -qpH -qpH -qpH -qpH +uNn +uNn +uNn +uNn aan aan aac @@ -92976,16 +92940,16 @@ aan aan acZ aan -qpH +uNn bta btI -qpH +uNn bvm bvm -qpH +uNn bxD btI -qpH +uNn aan aan aac @@ -93228,16 +93192,16 @@ aan aan acZ aan -qpH +uNn btb btb -vpC -vpC -vpC -vpC +dzh +dzh +dzh +dzh btb btb -qpH +uNn aan aan aac @@ -93480,16 +93444,16 @@ aan aan acZ aan -qpH -vpC +uNn +dzh ihI -vpC -vpC -vpC -vpC +dzh +dzh +dzh +dzh ihI -vpC -qpH +dzh +uNn aan aan aac @@ -93732,16 +93696,16 @@ aan aan acZ aan -qpH -qpH -qpH -qpH -vpC -vpC -qpH -qpH -qpH -qpH +uNn +uNn +uNn +uNn +dzh +dzh +uNn +uNn +uNn +uNn aan aan aac @@ -93987,10 +93951,10 @@ aan aan aan aan -qpH -vpC -vpC -qpH +uNn +dzh +dzh +uNn aan aan aan @@ -94239,10 +94203,10 @@ aan aan aan aan -qpH +uNn bvn bvn -qpH +uNn aan aan aan @@ -94491,10 +94455,10 @@ aan aan aan aan -qpH -qpH -qpH -qpH +uNn +uNn +uNn +uNn aan aan aan @@ -96911,7 +96875,7 @@ aab aab aab rmX -wWY +fyq egh pKq pKq @@ -97035,7 +96999,7 @@ aab aab aab aab -mpD +chy lAo qap qap @@ -97163,10 +97127,10 @@ aab aab aab rmX -gST +lrk pKq pKq -bPU +vpg rmX aab aab @@ -97256,7 +97220,7 @@ uZc ctz mus mus -gXK +umS uZc aab aab @@ -97288,10 +97252,10 @@ aab aab aab xrS -tDU +lmw qap qap -gbg +mKT xrS aab aab @@ -97415,10 +97379,10 @@ aab aab aab rmX -gST +lrk pKq pKq -bPU +vpg rmX aab aab @@ -97505,7 +97469,7 @@ aab aab aab uZc -qbc +hhh mus mus xFF @@ -97540,10 +97504,10 @@ aab aab aab xrS -tDU +lmw qap qap -gbg +mKT xrS aab aab @@ -97757,10 +97721,10 @@ aab aab aab uZc -qbc +hhh mus mus -diD +oWE uZc aab aab @@ -97795,7 +97759,7 @@ xrS hWY qap qap -huY +tjM xrS aab aab @@ -97920,7 +97884,7 @@ aab aab rmX rmX -hSI +imd rmX rmX rmX @@ -98010,7 +97974,7 @@ aab aab uZc uZc -iJq +qpv uZc uZc uZc diff --git a/maps/yw/cryogaia-05-main.dmm b/maps/yw/cryogaia-05-main.dmm index eae52486af..586174e68e 100644 --- a/maps/yw/cryogaia-05-main.dmm +++ b/maps/yw/cryogaia-05-main.dmm @@ -2970,10 +2970,6 @@ /obj/structure/flora/pottedplant/large, /turf/simulated/floor/tiled, /area/hallway/secondary/exit) -"age" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/hallway/secondary/exit) "agf" = ( /obj/machinery/light, /obj/machinery/embedded_controller/radio/docking_port_multi{ @@ -3178,15 +3174,6 @@ }, /turf/simulated/floor/beach/sand/desert, /area/borealis2/outdoors/grounds) -"agI" = ( -/obj/structure/bed/chair, -/turf/simulated/floor/tiled, -/area/hallway/secondary/exit) -"agJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/floor_decal/rust, -/turf/simulated/floor/tiled, -/area/hallway/secondary/exit) "agK" = ( /obj/effect/floor_decal/industrial/hatch/yellow, /obj/machinery/door/airlock/glass_external/public{ @@ -3691,12 +3678,6 @@ /obj/structure/lattice, /turf/simulated/open, /area/construction/Storage) -"ahO" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/hallway/secondary/exit) "ahP" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -7252,15 +7233,18 @@ /obj/structure/cable/green{ icon_state = "32-2" }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, /obj/effect/floor_decal/industrial/warning/corner{ dir = 1; icon_state = "warningcorner" }, +/obj/structure/cable/green{ + icon_state = "16-0" + }, +/obj/structure/cable/green, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, /turf/simulated/open, /area/maintenance/substation/medical) "aoA" = ( @@ -12065,7 +12049,7 @@ icon_state = "pipe-j2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "awH" = ( /obj/effect/floor_decal/industrial/danger{ dir = 8 @@ -12526,6 +12510,7 @@ /area/medical/patient_wing) "axu" = ( /obj/machinery/door/airlock/maintenance/medical, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/medical/surgeryobs) "axv" = ( @@ -13546,6 +13531,9 @@ d2 = 4; icon_state = "1-4" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor/plating, /area/maintenance/security) "azg" = ( @@ -13669,7 +13657,7 @@ name = "Assistant" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "azq" = ( /obj/structure/cable{ d1 = 1; @@ -13684,7 +13672,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "azs" = ( /obj/random/junk, /turf/simulated/floor/plating, @@ -13716,6 +13704,9 @@ }, /turf/simulated/floor/plating, /area/constructionsite/cryogaia) +"azw" = ( +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia) "azx" = ( /obj/machinery/atmospherics/unary/freezer{ dir = 1; @@ -13744,7 +13735,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "azA" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -13943,7 +13934,10 @@ /turf/simulated/floor/tiled/white, /area/medical/scanning) "azP" = ( -/obj/structure/stairs/west, +/obj/machinery/alarm{ + frequency = 1441; + pixel_y = 22 + }, /turf/simulated/floor/plating, /area/constructionsite/cryogaia) "azQ" = ( @@ -13959,8 +13953,8 @@ /turf/simulated/floor/tiled, /area/medical/cryo) "azR" = ( -/obj/structure/cable{ - icon_state = "1-2" +/obj/machinery/light{ + dir = 1 }, /turf/simulated/floor/plating, /area/constructionsite/cryogaia) @@ -14201,23 +14195,20 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aAl" = ( +/turf/simulated/open, +/area/civilian/atrium/central) +"aAm" = ( /obj/structure/railing{ dir = 8 }, -/turf/simulated/open, -/area/hallway/primary/central_one) -"aAm" = ( -/turf/simulated/open, -/area/hallway/primary/central_one) -"aAn" = ( /obj/structure/railing{ dir = 4; icon_state = "railing0" }, /turf/simulated/open, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aAo" = ( /obj/structure/cable{ d1 = 1; @@ -14229,7 +14220,7 @@ req_one_access = list(11,52) }, /turf/simulated/floor, -/area/maintenance/substation/civilian) +/area/civilian/atrium/central) "aAq" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/dark, @@ -14548,13 +14539,6 @@ /obj/machinery/chem_master/condimaster, /turf/simulated/floor/tiled/white, /area/crew_quarters/kitchen) -"aAW" = ( -/obj/item/frame/light, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia) "aAX" = ( /turf/simulated/floor/tiled/white, /area/medical/sleeper) @@ -14572,15 +14556,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) -"aBa" = ( -/obj/item/frame, -/obj/item/weapon/cell/high{ - charge = 100; - maxcharge = 15000 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia) +/area/civilian/atrium/central) "aBb" = ( /obj/item/weapon/stool/padded{ pixel_y = 5 @@ -14614,11 +14590,11 @@ "aBd" = ( /obj/effect/wingrille_spawn/reinforced, /turf/simulated/floor/tiled/steel, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aBe" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aBf" = ( /obj/machinery/door/airlock/maintenance{ req_access = list(12) @@ -14670,7 +14646,7 @@ icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aBl" = ( /obj/machinery/door/firedoor/border_only, /obj/effect/floor_decal/industrial/warning{ @@ -14684,7 +14660,7 @@ icon_state = "1-8" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aBm" = ( /obj/machinery/door/airlock/glass_command{ id_tag = "sbridgedoor"; @@ -14997,12 +14973,6 @@ /turf/simulated/floor/tiled/white, /area/medical/surgeryprep) "aBQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, /obj/machinery/door/airlock/multi_tile/metal/mait{ dir = 1; name = "Construction Site" @@ -15071,7 +15041,7 @@ icon_state = "railing0" }, /turf/simulated/open, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aBY" = ( /obj/structure/cable/green{ d1 = 1; @@ -15089,7 +15059,7 @@ icon_state = "pipe-c" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aBZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -15115,7 +15085,7 @@ opacity = 0 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aCc" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, @@ -15136,7 +15106,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aCf" = ( /obj/structure/window/reinforced{ dir = 1 @@ -15146,7 +15116,7 @@ icon_state = "railing0" }, /turf/simulated/open, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aCg" = ( /obj/structure/cable/green{ d1 = 1; @@ -15159,7 +15129,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aCh" = ( /obj/structure/grille, /obj/machinery/door/firedoor/glass, @@ -15185,7 +15155,7 @@ health = 1e+006 }, /turf/simulated/floor/plating, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aCi" = ( /obj/machinery/door/firedoor/border_only, /obj/effect/floor_decal/industrial/warning{ @@ -15203,7 +15173,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aCj" = ( /obj/machinery/door/airlock/glass_command{ id_tag = "sbridgedoor"; @@ -15656,7 +15626,7 @@ icon_state = "railing0" }, /turf/simulated/open, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aCV" = ( /obj/structure/grille, /obj/machinery/door/firedoor/glass, @@ -15677,7 +15647,7 @@ health = 1e+006 }, /turf/simulated/floor/plating, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aCW" = ( /obj/structure/window/reinforced{ dir = 8; @@ -15687,7 +15657,7 @@ dir = 8 }, /turf/simulated/open, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aCX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -15701,7 +15671,7 @@ opacity = 0 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aCY" = ( /turf/simulated/wall, /area/medical/psych) @@ -15730,7 +15700,7 @@ icon_state = "railing0" }, /turf/simulated/open, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aDb" = ( /turf/simulated/wall, /area/hallway/primary/central_one) @@ -15746,7 +15716,7 @@ /obj/machinery/door/airlock/multi_tile/glass, /obj/machinery/door/firedoor/multi_tile, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aDd" = ( /obj/machinery/door/firedoor/glass, /obj/machinery/door/airlock/maintenance/int{ @@ -15768,7 +15738,7 @@ icon_state = "pipe-c" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aDf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -15779,7 +15749,7 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/camera/autoname, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aDg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -15788,13 +15758,13 @@ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aDh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/door/airlock/multi_tile/glass, /obj/machinery/door/firedoor/multi_tile, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aDi" = ( /obj/structure/cable{ d1 = 2; @@ -15802,7 +15772,7 @@ icon_state = "2-4" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aDj" = ( /obj/machinery/computer/id_restorer, /turf/simulated/wall, @@ -16161,12 +16131,12 @@ dir = 8 }, /turf/simulated/open, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aEb" = ( /obj/structure/window/reinforced, /obj/structure/railing, /turf/simulated/open, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aEc" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -16178,7 +16148,7 @@ }, /obj/structure/railing, /turf/simulated/open, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aEd" = ( /turf/simulated/floor/carpet/blue, /area/crew_quarters/heads/hop) @@ -16189,7 +16159,7 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aEf" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -16200,7 +16170,7 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aEg" = ( /obj/structure/table/reinforced, /obj/machinery/computer/skills, @@ -16435,34 +16405,17 @@ /obj/structure/medical_stand, /turf/simulated/floor/tiled/white, /area/medical/scanning) -"aEF" = ( +"aEG" = ( +/obj/structure/stairs/south, /obj/structure/railing{ dir = 8 }, -/obj/structure/railing{ - dir = 2; - flags = null - }, -/turf/simulated/open, -/area/hallway/primary/central_one) -"aEG" = ( -/obj/structure/railing{ - dir = 2; - flags = null - }, -/turf/simulated/open, -/area/hallway/primary/central_one) -"aEH" = ( /obj/structure/railing{ dir = 4; icon_state = "railing0" }, -/obj/structure/railing{ - dir = 2; - flags = null - }, /turf/simulated/open, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aEI" = ( /obj/structure/window/reinforced{ dir = 8 @@ -16501,7 +16454,7 @@ dir = 2 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aEL" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/door/airlock/multi_tile/metal/mait{ @@ -16546,7 +16499,7 @@ "aER" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aET" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -16588,7 +16541,7 @@ "aEW" = ( /obj/machinery/vending/nifsoft_shop, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aEX" = ( /obj/machinery/optable{ name = "Robotics Operating Table" @@ -16621,7 +16574,7 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aFa" = ( /obj/structure/railing{ dir = 4; @@ -17031,7 +16984,7 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aFO" = ( /obj/structure/cable/green{ d1 = 1; @@ -17039,14 +16992,10 @@ icon_state = "1-2" }, /obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aFP" = ( /obj/structure/closet, /obj/item/clothing/suit/storage/vest/hoscoat/jensen{ @@ -17329,6 +17278,10 @@ }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, /turf/simulated/floor/plating, /area/maintenance/medbay) "aGp" = ( @@ -17344,6 +17297,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor/tiled/steel, /area/maintenance/medbay) "aGq" = ( @@ -17358,10 +17314,16 @@ /obj/effect/decal/cleanable/blood/oil{ name = "oil" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor/plating, /area/maintenance/security) "aGs" = ( /obj/structure/grille, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor/plating, /area/maintenance/security) "aGt" = ( @@ -17370,6 +17332,9 @@ /obj/random/drinkbottle, /obj/random/maintenance/clean, /obj/item/weapon/handcuffs/fuzzy, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor, /area/maintenance/security) "aGu" = ( @@ -17928,11 +17893,11 @@ }, /obj/machinery/door/firedoor/multi_tile, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aHz" = ( /obj/machinery/vending/snack, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aHA" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 @@ -17944,11 +17909,11 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aHB" = ( /obj/structure/flora/pottedplant/fern, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aHC" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -17971,7 +17936,7 @@ "aHE" = ( /obj/structure/flora/pottedplant, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aHF" = ( /obj/structure/cable/green{ d1 = 1; @@ -18193,7 +18158,7 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aIe" = ( /obj/structure/table/reinforced, /obj/item/weapon/paper_bin{ @@ -18211,7 +18176,7 @@ "aIf" = ( /obj/machinery/vending/cigarette, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aIg" = ( /obj/machinery/account_database, /turf/simulated/floor/wood, @@ -18343,6 +18308,9 @@ /area/crew_quarters/captain) "aIt" = ( /obj/machinery/floodlight, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor, /area/maintenance/security) "aIu" = ( @@ -18729,11 +18697,11 @@ "aJh" = ( /obj/machinery/vending/cola, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aJi" = ( /obj/effect/floor_decal/rust, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aJj" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -18751,7 +18719,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aJl" = ( /obj/structure/cable{ icon_state = "4-8" @@ -19121,13 +19089,13 @@ icon_state = "pipe-j2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aKa" = ( /obj/structure/bed/chair{ dir = 8 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aKb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -19137,13 +19105,13 @@ pixel_y = 0 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aKc" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aKd" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 @@ -19398,7 +19366,7 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aKD" = ( /obj/machinery/camera/network/civilian{ c_tag = "Internal Affairs West"; @@ -19469,7 +19437,7 @@ /area/medical/medbay_emt_bay) "aKJ" = ( /turf/simulated/wall/r_wall, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aKK" = ( /turf/simulated/wall/r_wall, /area/bridge) @@ -19833,38 +19801,24 @@ }, /turf/simulated/floor/tiled/white, /area/medical/surgeryprep) -"aLs" = ( +"aLt" = ( +/obj/structure/stairs/north, /obj/structure/railing{ dir = 8 }, -/obj/structure/railing{ - dir = 1 - }, -/turf/simulated/open, -/area/hallway/primary/central_one) -"aLt" = ( -/obj/structure/railing{ - dir = 1 - }, -/turf/simulated/open, -/area/hallway/primary/central_one) -"aLu" = ( /obj/structure/railing{ dir = 4; icon_state = "railing0" }, -/obj/structure/railing{ - dir = 1 - }, /turf/simulated/open, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aLv" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 }, /obj/item/weapon/flag, /turf/simulated/floor/grass, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aLw" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -20204,14 +20158,14 @@ "aMk" = ( /obj/machinery/computer/timeclock/premade/west, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aMl" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 }, /obj/structure/flora/ausbushes/lavendergrass, /turf/simulated/floor/grass, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aMm" = ( /obj/structure/grille, /obj/machinery/door/firedoor/glass, @@ -20609,7 +20563,7 @@ }, /obj/structure/flora/ausbushes/ywflowers, /turf/simulated/floor/grass, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aNe" = ( /obj/structure/grille, /obj/machinery/door/firedoor/glass, @@ -20779,7 +20733,7 @@ }, /obj/machinery/door/firedoor/border_only, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aNu" = ( /obj/effect/floor_decal/rust, /turf/simulated/floor/tiled/old_tile/blue, @@ -20910,7 +20864,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aNK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -20928,19 +20882,19 @@ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aNM" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aNN" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 }, /turf/simulated/floor/grass, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aNO" = ( /obj/machinery/computer/security{ dir = 4 @@ -21543,7 +21497,7 @@ icon_state = "tube1" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aOO" = ( /obj/structure/table/reinforced, /obj/item/device/flash, @@ -22006,7 +21960,7 @@ "aPF" = ( /obj/machinery/door/firedoor/glass/hidden, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aPG" = ( /obj/machinery/door/firedoor/glass/hidden, /obj/structure/cable/green{ @@ -22018,15 +21972,15 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/steel_ridged, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aPH" = ( /turf/simulated/floor/greengrid, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aPI" = ( /turf/simulated/floor/tiled{ icon_state = "techmaint" }, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aPJ" = ( /obj/machinery/door/firedoor/glass/hidden, /obj/structure/cable{ @@ -22040,12 +21994,12 @@ pixel_x = -30 }, /turf/simulated/floor/tiled/steel_ridged, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aPK" = ( /obj/machinery/door/firedoor/glass/hidden, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aPL" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 @@ -22053,7 +22007,7 @@ /obj/structure/flora/ausbushes/sunnybush, /obj/machinery/door/firedoor/glass/hidden, /turf/simulated/floor/grass, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aPM" = ( /obj/structure/table/reinforced, /obj/item/weapon/paper_bin, @@ -22581,13 +22535,13 @@ icon_state = "0-2" }, /turf/simulated/floor/plating, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aQM" = ( /obj/item/weapon/paper/shieldgen, /turf/simulated/floor/tiled{ icon_state = "techmaint" }, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aQN" = ( /obj/machinery/computer/station_alert/all{ dir = 4 @@ -23188,14 +23142,14 @@ /turf/simulated/floor/tiled{ icon_state = "techmaint" }, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aRK" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 8 }, /obj/structure/flora/ausbushes/brflowers, /turf/simulated/floor/grass, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aRL" = ( /obj/structure/grille, /obj/structure/cable/green{ @@ -23854,11 +23808,11 @@ icon_state = "spline_fancy" }, /turf/simulated/floor/grass, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aTb" = ( /obj/structure/flora/ausbushes/ppflowers, /turf/simulated/floor/grass, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aTc" = ( /obj/structure/table/reinforced, /obj/item/weapon/storage/box/PDAs{ @@ -24326,7 +24280,7 @@ "aTW" = ( /obj/structure/sign/department/shield, /turf/simulated/wall, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aTX" = ( /obj/machinery/door/firedoor/glass, /obj/structure/cable{ @@ -24336,7 +24290,7 @@ pixel_y = 0 }, /turf/simulated/floor/tiled/steel_grid, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aTY" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 10; @@ -24344,11 +24298,11 @@ }, /obj/structure/flora/ausbushes/pointybush, /turf/simulated/floor/grass, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aTZ" = ( /obj/structure/flora/ausbushes/ywflowers, /turf/simulated/floor/grass, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aUa" = ( /obj/structure/grille, /obj/structure/cable/green{ @@ -24953,7 +24907,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aUW" = ( /obj/machinery/light{ dir = 1 @@ -24965,7 +24919,7 @@ pixel_y = 26 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aUX" = ( /obj/structure/cable{ d1 = 1; @@ -24973,7 +24927,7 @@ icon_state = "1-4" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aUY" = ( /obj/structure/cable{ d1 = 4; @@ -24982,7 +24936,7 @@ pixel_x = 0 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aUZ" = ( /obj/machinery/light{ dir = 1 @@ -24991,13 +24945,13 @@ icon_state = "4-8" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aVa" = ( /obj/structure/cable{ icon_state = "1-8" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aVb" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 10; @@ -25005,26 +24959,26 @@ }, /obj/structure/flora/ausbushes/brflowers, /turf/simulated/floor/grass, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aVc" = ( /obj/effect/floor_decal/spline/fancy/wood, /obj/structure/flora/ausbushes/lavendergrass, /turf/simulated/floor/grass, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aVd" = ( /obj/effect/floor_decal/spline/fancy/wood, /turf/simulated/floor/grass, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aVe" = ( /obj/effect/floor_decal/spline/fancy/wood, /obj/structure/flora/ausbushes/brflowers, /turf/simulated/floor/grass, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aVf" = ( /obj/effect/floor_decal/spline/fancy/wood, /obj/item/weapon/flag, /turf/simulated/floor/grass, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aVg" = ( /obj/structure/sign/department/bridge, /turf/simulated/wall/r_wall, @@ -25664,7 +25618,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aWj" = ( /obj/structure/cable/green{ d1 = 1; @@ -25682,21 +25636,21 @@ icon_state = "pipe-j2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aWk" = ( /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aWl" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aWm" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -25708,7 +25662,7 @@ c_tag = "Bridge Aft Entrance" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aWn" = ( /obj/structure/disposalpipe/segment{ dir = 8; @@ -25718,13 +25672,13 @@ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aWo" = ( /obj/effect/floor_decal/corner/blue{ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aWp" = ( /obj/machinery/door/firedoor/glass/hidden, /obj/effect/floor_decal/corner/blue{ @@ -26247,7 +26201,7 @@ }, /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/steel_ridged, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aXj" = ( /obj/structure/cable/green{ d1 = 4; @@ -26261,7 +26215,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aXk" = ( /obj/structure/cable/green{ d1 = 4; @@ -26275,7 +26229,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aXl" = ( /obj/structure/cable/green{ d1 = 4; @@ -26289,7 +26243,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aXm" = ( /obj/structure/cable/green{ d1 = 4; @@ -26303,7 +26257,7 @@ dir = 4 }, /turf/simulated/floor/tiled/steel_ridged, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aXn" = ( /obj/structure/cable/green{ d1 = 4; @@ -26318,7 +26272,7 @@ }, /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aXo" = ( /obj/structure/cable/green{ d1 = 4; @@ -26337,7 +26291,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aXp" = ( /obj/machinery/alarm{ dir = 1; @@ -26355,7 +26309,7 @@ dir = 4 }, /turf/simulated/floor/tiled/steel_ridged, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aXq" = ( /obj/structure/cable/green{ d1 = 4; @@ -26373,7 +26327,7 @@ icon_state = "pipe-c" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aXr" = ( /obj/structure/cable/green{ d1 = 4; @@ -26412,7 +26366,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aXt" = ( /obj/structure/cable/green{ d1 = 4; @@ -26425,7 +26379,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aXu" = ( /obj/machinery/atmospherics/pipe/simple/visible/black{ dir = 6 @@ -26913,13 +26867,13 @@ icon_state = "pipe-c" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aYn" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aYo" = ( /turf/simulated/wall, /area/storage/primary) @@ -27417,13 +27371,13 @@ dir = 8 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aZj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "aZk" = ( /obj/machinery/requests_console{ department = "Tool Storage"; @@ -28212,7 +28166,7 @@ dir = 9 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "baz" = ( /obj/structure/cable/green{ d1 = 1; @@ -28272,7 +28226,7 @@ }, /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "baE" = ( /obj/structure/table/standard, /obj/random/tech_supply, @@ -28603,7 +28557,7 @@ dir = 9 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "bbm" = ( /obj/structure/cable/green{ d1 = 2; @@ -30868,7 +30822,7 @@ dir = 10 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "bfb" = ( /obj/structure/cable/green{ d1 = 4; @@ -30903,7 +30857,7 @@ dir = 10 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "bfe" = ( /obj/structure/disposalpipe/trunk{ dir = 1 @@ -30913,7 +30867,7 @@ dir = 10 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "bff" = ( /obj/machinery/computer/security/telescreen{ desc = "Used for watching you."; @@ -30947,7 +30901,7 @@ /obj/structure/disposalpipe/segment, /obj/effect/floor_decal/corner/red, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "bfi" = ( /turf/simulated/wall, /area/security/hallway) @@ -31001,8 +30955,16 @@ /obj/effect/floor_decal/corner/red{ dir = 10 }, +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -28; + req_access = newlist(); + req_one_access = list(51) + }, +/obj/structure/cable/green, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "bfo" = ( /obj/structure/cable/green{ d1 = 1; @@ -31054,7 +31016,7 @@ icon_state = "pipe-c" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "bfr" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/structure/cable{ @@ -31224,7 +31186,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "bfD" = ( /obj/structure/cable{ d1 = 4; @@ -31566,7 +31528,7 @@ icon_state = "pipe-j2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "bgf" = ( /obj/structure/window/reinforced{ dir = 4 @@ -31625,7 +31587,7 @@ icon_state = "pipe-j2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "bgl" = ( /obj/structure/table/standard, /obj/item/clothing/accessory/badge/holo, @@ -34683,7 +34645,7 @@ dir = 8 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "blE" = ( /obj/structure/grille, /obj/machinery/door/firedoor, @@ -37670,7 +37632,7 @@ dir = 4 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "brf" = ( /obj/structure/table/standard, /obj/item/weapon/tape_roll, @@ -42931,6 +42893,9 @@ /obj/effect/floor_decal/corner/brown{ dir = 1 }, +/obj/structure/window/reinforced{ + dir = 8 + }, /turf/simulated/floor/tiled/steel, /area/quartermaster/miningwing) "bAd" = ( @@ -42944,13 +42909,10 @@ /turf/simulated/floor/tiled/steel, /area/quartermaster/miningwing) "bAf" = ( -/obj/structure/table/steel, -/obj/item/device/suit_cooling_unit, -/obj/item/device/suit_cooling_unit, /obj/effect/floor_decal/corner/brown/full{ dir = 1 }, -/turf/simulated/floor/tiled/dark, +/turf/simulated/floor/tiled, /area/quartermaster/miningwing) "bAg" = ( /obj/structure/grille, @@ -43694,7 +43656,6 @@ /turf/simulated/floor/tiled, /area/quartermaster/miningwing) "bBo" = ( -/obj/structure/dispenser/oxygen, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -44290,10 +44251,12 @@ d2 = 8; icon_state = "2-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 8 }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) "bCx" = ( @@ -44309,6 +44272,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /turf/simulated/floor/tiled, /area/quartermaster/miningwing) "bCz" = ( @@ -44317,8 +44283,11 @@ d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 }, /turf/simulated/floor/tiled, /area/quartermaster/miningwing) @@ -44353,18 +44322,13 @@ /turf/simulated/floor/tiled, /area/quartermaster/miningwing) "bCE" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/item/device/radio/intercom{ - broadcasting = 0; - dir = 4; - listening = 1; - name = "Common Channel"; - pixel_x = 21; - pixel_y = 0 - }, /obj/effect/floor_decal/corner/brown{ dir = 6 }, +/obj/machinery/newscaster{ + pixel_x = 28; + pixel_y = 0 + }, /turf/simulated/floor/tiled, /area/quartermaster/miningwing) "bCF" = ( @@ -45036,6 +45000,8 @@ d2 = 2; icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/quartermaster/miningwing) "bDU" = ( @@ -45052,24 +45018,14 @@ /turf/simulated/floor/tiled, /area/quartermaster/miningwing) "bDW" = ( -/obj/structure/table/rack{ - dir = 1 - }, -/obj/item/weapon/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/weapon/storage/belt/utility, -/obj/machinery/newscaster{ - pixel_x = 28; - pixel_y = 0 - }, -/obj/item/weapon/shovel, /obj/effect/floor_decal/corner/brown{ dir = 6 }, -/obj/item/weapon/ice_pick, -/obj/item/weapon/ice_pick, +/obj/machinery/firealarm{ + dir = 4; + layer = 3.3; + pixel_x = 26 + }, /turf/simulated/floor/tiled, /area/quartermaster/miningwing) "bDX" = ( @@ -46610,6 +46566,8 @@ /obj/effect/floor_decal/corner/brown{ dir = 10 }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/quartermaster/miningwing) "bGq" = ( @@ -47456,13 +47414,11 @@ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4 - }, /obj/machinery/light{ dir = 4; icon_state = "tube1" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/hallway/primary/starboard) "bHN" = ( @@ -47503,31 +47459,34 @@ /turf/simulated/floor/tiled, /area/crew_quarters/heads/chief) "bHQ" = ( -/obj/machinery/suit_cycler/mining, +/obj/structure/table/rack{ + dir = 1 + }, +/obj/item/weapon/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/weapon/storage/belt/utility, +/obj/item/weapon/shovel, +/obj/item/weapon/ice_pick, +/obj/item/weapon/ice_pick, /obj/effect/floor_decal/corner/brown/full, /turf/simulated/floor/tiled, /area/quartermaster/miningwing) "bHR" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/space/void/mining, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space/void/mining, -/obj/item/weapon/mining_scanner, /obj/effect/floor_decal/corner/brown{ dir = 10 }, +/obj/item/device/radio/intercom{ + broadcasting = 0; + dir = 2; + listening = 1; + name = "Common Channel"; + pixel_y = -21 + }, /turf/simulated/floor/tiled, /area/quartermaster/miningwing) "bHS" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/space/void/mining, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space/void/mining, -/obj/item/weapon/mining_scanner, -/obj/machinery/alarm{ - dir = 1; - pixel_y = -22 - }, /obj/effect/floor_decal/corner/brown{ dir = 10 }, @@ -48163,6 +48122,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /turf/simulated/floor/tiled/steel_grid, /area/quartermaster/miningwing) "bIR" = ( @@ -48369,6 +48331,13 @@ /obj/effect/floor_decal/industrial/warning/corner{ dir = 8 }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor, /area/maintenance/substation/cargo) "bJg" = ( @@ -49064,15 +49033,21 @@ d2 = 8; icon_state = "0-8" }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 24 - }, /obj/effect/floor_decal/industrial/warning{ dir = 8; icon_state = "warning" }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + icon_state = "intact-scrubbers"; + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5; + icon_state = "intact-supply" + }, /turf/simulated/floor, /area/maintenance/substation/cargo) "bKi" = ( @@ -50464,15 +50439,6 @@ }, /turf/simulated/shuttle/plating, /area/rnd/phoronics) -"bMK" = ( -/obj/structure/sign/warning/radioactive{ - desc = "A sign denoting that this elevator shaft is not radiation proof"; - name = "\improper NON-RADIATION SHIELDED AREA"; - pixel_x = 0; - pixel_y = -30 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia) "bML" = ( /obj/machinery/door/airlock/glass{ name = "Locker Room" @@ -53928,19 +53894,24 @@ /turf/simulated/floor, /area/crew_quarters/locker/locker_toilet) "bTc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/disposalpipe/segment, /obj/structure/cable/green{ d1 = 2; d2 = 8; icon_state = "2-8" }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, /turf/simulated/floor/tiled, /area/cryogaia/station/excursion_dock) "bTd" = ( @@ -57078,7 +57049,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "bZa" = ( /obj/effect/shuttle_landmark/premade/mercenary/station_sw, /turf/simulated/floor/outdoors/snow/snow/cryogaia, @@ -59415,6 +59386,8 @@ req_one_access = list(11,24,50,52) }, /obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor, /area/maintenance/substation/cargo) "cdr" = ( @@ -60033,7 +60006,7 @@ }, /obj/machinery/light, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "ceE" = ( /obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/tiled/techmaint, @@ -60488,7 +60461,7 @@ dir = 9 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "cga" = ( /obj/structure/bed, /obj/structure/medical_stand, @@ -62299,16 +62272,15 @@ d2 = 8; icon_state = "4-8" }, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, /turf/simulated/floor/tiled/white, /area/medical/surgery_hallway) "cjK" = ( @@ -62758,7 +62730,7 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "ckv" = ( /obj/structure/cable/green{ d1 = 4; @@ -62851,7 +62823,7 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "ckB" = ( /obj/effect/floor_decal/rust, /obj/structure/disposalpipe/segment{ @@ -62878,7 +62850,7 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "ckD" = ( /obj/structure/extinguisher_cabinet{ dir = 8; @@ -62891,7 +62863,7 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "ckE" = ( /obj/item/device/radio/intercom{ broadcasting = 0; @@ -62907,7 +62879,7 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "ckF" = ( /obj/effect/floor_decal/corner/pink{ dir = 6 @@ -62933,23 +62905,6 @@ }, /turf/simulated/floor/tiled/steel_ridged, /area/hallway/primary/central_one) -"ckI" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment, -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22; - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/hallway/primary/central_one) "ckK" = ( /obj/machinery/light/small, /obj/structure/cable{ @@ -62989,7 +62944,7 @@ pixel_y = 0 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "ckP" = ( /obj/machinery/button/remote/blast_door{ id = "EMT"; @@ -62999,7 +62954,7 @@ req_one_access = list(5,66) }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "ckQ" = ( /obj/structure/foodcart, /obj/effect/floor_decal/corner/grey/diagonal, @@ -63269,6 +63224,12 @@ }, /turf/simulated/floor, /area/engineering/workshop) +"cNh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) "cOv" = ( /obj/structure/cable/green{ d1 = 1; @@ -63304,6 +63265,15 @@ }, /turf/simulated/floor/tiled/dark, /area/security/hangar) +"cRd" = ( +/obj/random/maintenance/medical, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay_aft) "cRi" = ( /obj/structure/railing/grey{ icon_state = "grey_railing0"; @@ -63349,6 +63319,18 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds) +"dkI" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/west) "dlB" = ( /obj/effect/floor_decal/rust, /obj/effect/step_trigger/teleporter/to_plains, @@ -63366,24 +63348,10 @@ /obj/structure/closet/walllocker/emerglocker/east, /turf/simulated/floor/tiled/techfloor, /area/shuttle/security) -"dsW" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, +"dsP" = ( +/obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, -/area/maintenance/medbay) -"dxF" = ( -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, -/area/borealis2/outdoors/grounds) +/area/maintenance/security) "dzO" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; @@ -63402,10 +63370,14 @@ }, /turf/simulated/wall/rshull, /area/shuttle/security) +"dCh" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/east) "dDd" = ( /obj/structure/sign/directions/science, /turf/simulated/wall/r_wall, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "dHU" = ( /obj/effect/floor_decal/borderfloorblack{ dir = 8 @@ -63417,17 +63389,6 @@ /obj/machinery/atmospherics/binary/pump/fuel, /turf/simulated/floor/tiled/dark, /area/security/hangar) -"dLo" = ( -/obj/machinery/alarm{ - frequency = 1441; - pixel_y = 22 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia) -"dLG" = ( -/obj/structure/ladder/up, -/turf/simulated/floor/tiled/techmaint, -/area/cryogaia/station/ert_arrival) "dNP" = ( /obj/structure/cable/green{ d1 = 2; @@ -63475,23 +63436,21 @@ }, /turf/simulated/floor/tiled/dark, /area/maintenance/bridge) -"egr" = ( -/obj/effect/floor_decal/snow/floor/edges{ +"efK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small{ dir = 1 }, -/obj/effect/floor_decal/snow/floor/edges, -/obj/effect/overlay/snow/floor, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds/solars) +/turf/simulated/floor/plating, +/area/maintenance/medbay) "ehi" = ( /obj/structure/cable/heavyduty{ icon_state = "1-8" }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds/power) -"ehW" = ( -/turf/simulated/wall/titanium, -/area/borealis2/outdoors/grounds/tower/south) "eie" = ( /obj/structure/cable/green{ d1 = 2; @@ -63539,6 +63498,10 @@ }, /turf/simulated/floor/tiled/techfloor, /area/shuttle/security) +"elz" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/northeast) "emj" = ( /obj/structure/catwalk, /obj/structure/cable/heavyduty{ @@ -63550,6 +63513,13 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds/power) +"emW" = ( +/obj/structure/stairs/east, +/turf/simulated/floor/tiled, +/area/cryogaia/station/excursion_dock) +"eoV" = ( +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) "epQ" = ( /obj/machinery/light/small{ dir = 1; @@ -63557,23 +63527,6 @@ }, /turf/simulated/floor/plating, /area/maintenance/bridge) -"eqc" = ( -/obj/structure/cable/green{ - dir = 4; - icon_state = "16-0" - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/zpipe/up/supply{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/chapel/monastery) "erg" = ( /obj/structure/lattice, /obj/effect/floor_decal/snow/floor/edges, @@ -63585,7 +63538,7 @@ icon_state = "direction_bridge" }, /turf/simulated/wall, -/area/maintenance/substation/civilian) +/area/civilian/atrium/central) "ety" = ( /obj/machinery/door/window/brigdoor/northright{ name = "SAR Voidsuits"; @@ -63600,13 +63553,31 @@ /obj/effect/floor_decal/snow/floor/edges, /turf/simulated/floor/outdoors/snow/gravsnow/cryogaia, /area/borealis2/outdoors/grounds) -"eui" = ( -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/south) "ewj" = ( /obj/structure/sign/securearea, /turf/simulated/wall/r_wall, /area/borealis2/outdoors/grounds) +"eww" = ( +/obj/structure/cable/green{ + icon_state = "16-0" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{ + icon_state = "up-scrubbers"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/zpipe/up/supply{ + icon_state = "up-supply"; + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/cryogaia/station/excursion_dock) "ewH" = ( /obj/machinery/light, /obj/machinery/power/smes/buildable/point_of_interest{ @@ -63624,20 +63595,6 @@ }, /turf/simulated/floor/tiled/techfloor, /area/shuttle/security) -"exh" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, -/area/borealis2/outdoors/grounds) -"eze" = ( -/obj/machinery/door/airlock/voidcraft/vertical{ - req_access = list(); - req_one_access = list(48,52) - }, -/obj/structure/fans/hardlight, -/turf/simulated/shuttle/floor/yellow, -/area/shuttle/belter) "eBH" = ( /obj/machinery/light/small{ dir = 8 @@ -63646,12 +63603,7 @@ dir = 1; icon_state = "warningcorner_dust" }, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 4 - }, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 8 - }, +/obj/effect/floor_decal/snow/floor/surround, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds) "eCK" = ( @@ -63672,14 +63624,12 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds) -"eJm" = ( -/obj/effect/overlay/snow/floor, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 4 +"eGV" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/effect/floor_decal/snow/floor/edges, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds/solars) +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia) "eJr" = ( /obj/machinery/door/airlock/glass_external/freezable{ req_one_access = list() @@ -63703,19 +63653,6 @@ }, /turf/simulated/floor/plating, /area/maintenance/medbay) -"eNe" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/vending/wallmed1{ - name = "Emergency NanoMed"; - pixel_x = 0; - pixel_y = -26 - }, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/west) "eNw" = ( /turf/simulated/wall/titanium, /area/borealis2/outdoors/grounds/tower/southeast) @@ -63738,20 +63675,6 @@ /obj/structure/stairs/east, /turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, /area/borealis2/outdoors/grounds/wall) -"eUF" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/overlay/snow/floor, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds/solars) "eUY" = ( /obj/structure/cable{ d1 = 4; @@ -63792,6 +63715,27 @@ }, /turf/simulated/floor/plating, /area/maintenance/medbay_aft) +"fon" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/overlay/snow/floor, +/obj/effect/floor_decal/snow/floor/edges{ + dir = 1 + }, +/obj/effect/floor_decal/snow/floor/edges, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/solars) +"foM" = ( +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/cryogaia/station/ert_arrival) "fsr" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/extinguisher_cabinet{ @@ -63799,11 +63743,10 @@ }, /turf/simulated/floor/tiled/dark, /area/security/hangar) -"fxz" = ( -/obj/effect/floor_decal/snow/floor/edges, -/obj/effect/overlay/snow/floor, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds/solars) +"fuh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia) "fyx" = ( /obj/effect/floor_decal/industrial/warning/dust{ dir = 1 @@ -63843,15 +63786,6 @@ /obj/structure/sign/directions/science, /turf/simulated/wall, /area/storage/primary) -"fKK" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/space_heater, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/southeast) "fLP" = ( /obj/structure/grille, /obj/structure/cable/green{ @@ -63909,6 +63843,23 @@ }, /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/tower/southeast) +"fUA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay) "fUD" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -63926,23 +63877,6 @@ /obj/machinery/power/shield_generator, /turf/simulated/floor, /area/engineering/storage) -"fZJ" = ( -/obj/structure/cable/green{ - icon_state = "16-0" - }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{ - icon_state = "up-scrubbers"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/zpipe/up/supply{ - icon_state = "up-supply"; - dir = 4 - }, -/turf/simulated/floor/plating, -/area/cryogaia/station/excursion_dock) "gai" = ( /obj/machinery/light, /obj/structure/cable/green{ @@ -63970,39 +63904,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/steel, /area/security/briefing_room) -"gpO" = ( -/obj/structure/cable{ - icon_state = "16-0" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{ - icon_state = "up-scrubbers"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/zpipe/up/supply{ - icon_state = "up-supply"; - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay) -"grm" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/cryogaia/station/excursion_dock) -"grD" = ( -/obj/machinery/computer/shuttle_control/belter{ - dir = 8 - }, -/turf/simulated/shuttle/floor/yellow, -/area/shuttle/belter) -"gta" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/northwest) "gti" = ( /obj/effect/floor_decal/corner/pink{ dir = 1 @@ -64026,15 +63927,12 @@ "gtK" = ( /turf/simulated/floor/tiled/steel, /area/security/pilotroom) -"gxa" = ( -/obj/random/maintenance/medical, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay_aft) +"gBR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) "gEr" = ( /obj/machinery/power/apc{ dir = 4; @@ -64071,28 +63969,12 @@ }, /turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, /area/borealis2/outdoors/exterior) -"gJE" = ( -/obj/effect/floor_decal/snow/floor/edges{ - dir = 4 - }, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 8 - }, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds) "gKB" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, /obj/machinery/camera/network/mining{ dir = 4 }, /turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, /area/borealis2/outdoors/grounds) -"gLG" = ( -/obj/structure/stairs/east, -/turf/simulated/floor/tiled, -/area/cryogaia/station/excursion_dock) "gOn" = ( /obj/structure/table/standard, /obj/fiftyspawner/steel, @@ -64126,6 +64008,15 @@ }, /turf/simulated/floor/plating, /area/maintenance/medbay) +"gSy" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/space_heater, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/southeast) "gTQ" = ( /obj/structure/table/standard, /obj/item/device/flashlight, @@ -64144,16 +64035,19 @@ }, /turf/simulated/floor/tiled/dark, /area/security/hangar) -"gWR" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia) "haQ" = ( /obj/machinery/space_heater, /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/checkpoint) +"hem" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/maintenance/security) "hge" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8; @@ -64202,13 +64096,6 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds/power) -"hkY" = ( -/obj/structure/closet/crate{ - dir = 4 - }, -/obj/machinery/light, -/turf/simulated/shuttle/floor/yellow, -/area/shuttle/belter) "hoH" = ( /turf/simulated/floor/tiled/dark, /area/security/briefing_room) @@ -64223,6 +64110,9 @@ /obj/effect/floor_decal/snow/floor/edges3, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds/power) +"hsS" = ( +/turf/simulated/wall, +/area/cryogaia/station/ert_arrival) "hug" = ( /obj/machinery/computer/secure_data{ dir = 8 @@ -64244,6 +64134,12 @@ }, /turf/simulated/floor/plating, /area/maintenance/security) +"hwu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/chapel/monastery) "hxN" = ( /obj/machinery/vending/wallmed1{ name = "Emergency NanoMed"; @@ -64266,6 +64162,19 @@ }, /turf/simulated/floor/plating, /area/maintenance/medbay) +"hIq" = ( +/obj/machinery/door/airlock/glass_external/freezable{ + req_one_access = list() + }, +/turf/simulated/floor/plating/snow/plating, +/area/borealis2/outdoors/grounds/tower/west) +"hJE" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) "hLS" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 @@ -64300,6 +64209,23 @@ }, /turf/simulated/floor/tiled/dark, /area/security/hangar) +"hYI" = ( +/obj/structure/cable/green{ + dir = 4; + icon_state = "16-0" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/zpipe/up/supply{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/chapel/monastery) "icJ" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -64310,12 +64236,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/wall/titanium, /area/borealis2/outdoors/grounds/tower/east) -"ihR" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, -/area/borealis2/outdoors/grounds) "ilB" = ( /obj/machinery/light/small{ dir = 1; @@ -64339,6 +64259,17 @@ /obj/random/trash_pile, /turf/simulated/floor/plating, /area/maintenance/medbay) +"ioM" = ( +/turf/simulated/wall, +/area/civilian/atrium/central) +"ipm" = ( +/obj/effect/overlay/snow/floor, +/obj/effect/floor_decal/snow/floor/edges{ + dir = 4 + }, +/obj/effect/floor_decal/snow/floor/edges, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/solars) "iqo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4; @@ -64392,6 +64323,39 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_monitoring) +"izP" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4; + icon_state = "intact-scrubbers" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor, +/area/maintenance/substation/cargo) +"iBI" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/south) "iCz" = ( /obj/structure/cable/green{ d1 = 1; @@ -64441,15 +64405,6 @@ }, /turf/simulated/floor/tiled/dark, /area/engineering/hallway) -"iIJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled/steel, -/area/maintenance/medbay) "iJk" = ( /obj/structure/cable{ icon_state = "1-2" @@ -64460,6 +64415,10 @@ /obj/machinery/light/small, /turf/simulated/floor/plating, /area/maintenance/medbay) +"iNh" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/northwest) "iPS" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 5; @@ -64486,6 +64445,20 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds/power) +"jbr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) +"jdt" = ( +/turf/simulated/wall/titanium, +/area/borealis2/outdoors/grounds/tower/west) "jdu" = ( /obj/effect/floor_decal/industrial/warning/dust{ dir = 4; @@ -64510,16 +64483,17 @@ }, /turf/simulated/floor, /area/engineering/workshop) -"jkh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +"jiD" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/floor/wood, -/area/chapel/monastery) -"jmQ" = ( -/obj/structure/closet/emcloset, -/turf/simulated/shuttle/floor/yellow, -/area/shuttle/belter) +/turf/simulated/floor/plating, +/area/maintenance/security) "jpD" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ dir = 6; @@ -64527,6 +64501,9 @@ }, /turf/simulated/wall/rshull, /area/shuttle/security) +"jrf" = ( +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/west) "jrp" = ( /obj/effect/floor_decal/rust, /obj/machinery/power/apc{ @@ -64630,6 +64607,7 @@ dir = 4; pixel_y = 0 }, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/plating, /area/maintenance/security) "jDX" = ( @@ -64655,6 +64633,20 @@ }, /turf/simulated/floor/tiled/dark, /area/security/hangar) +"jGP" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/vending/wallmed1{ + layer = 3.3; + name = "Emergency NanoMed"; + pixel_x = 28; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/south) "jIf" = ( /obj/structure/sign/fire, /turf/simulated/wall/r_wall, @@ -64703,6 +64695,21 @@ }, /turf/simulated/floor/plating/snow/plating, /area/borealis2/outdoors/grounds) +"jOj" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4; + icon_state = "intact-scrubbers" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/excursion_dock) "jOQ" = ( /obj/structure/cable/green{ d1 = 4; @@ -64711,10 +64718,6 @@ }, /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/checkpoint) -"jPP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia) "jSJ" = ( /obj/structure/grille, /obj/structure/window/reinforced/full, @@ -64724,6 +64727,30 @@ }, /turf/simulated/floor/plating, /area/maintenance/medbay) +"jUJ" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) +"jWE" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/security) "jXr" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ dir = 1; @@ -64766,6 +64793,23 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds) +"kfI" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) "kjE" = ( /obj/machinery/camera/network/outside{ c_tag = "Engineering Access East"; @@ -64795,6 +64839,10 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds/power) +"klV" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/west) "kmr" = ( /obj/structure/grille, /obj/structure/window/reinforced/full, @@ -64853,13 +64901,28 @@ }, /turf/simulated/floor/reinforced, /area/borealis2/outdoors/grounds/wall) -"ksA" = ( -/obj/structure/window/reinforced{ - dir = 1; - health = 1e+006 +"ksG" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/vending/wallmed1{ + name = "Emergency NanoMed"; + pixel_x = 0; + pixel_y = -26 + }, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/west) +"ktJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, /turf/simulated/floor/tiled, -/area/cryogaia/station/excursion_dock) +/area/civilian/atrium/central) "kxN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -64888,14 +64951,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/fuel, /turf/simulated/floor/tiled/dark, /area/security/hangar) -"kBH" = ( -/obj/machinery/portable_atmospherics/canister/air/airlock, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/cryogaia/station/ert_arrival) "kCz" = ( /obj/effect/floor_decal/rust, /obj/machinery/light{ @@ -64919,6 +64974,21 @@ }, /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/tower/east) +"kIg" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/overlay/snow/floor, +/obj/effect/floor_decal/snow/floor/edges{ + dir = 4 + }, +/obj/effect/floor_decal/snow/floor/edges{ + dir = 8 + }, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/solars) "kIl" = ( /obj/structure/cable/green{ d1 = 1; @@ -64977,18 +65047,6 @@ }, /turf/simulated/wall/r_wall, /area/security/hangar) -"kQX" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/west) "kSy" = ( /obj/effect/floor_decal/snow/floor/edges, /obj/structure/cable{ @@ -64996,12 +65054,6 @@ }, /turf/simulated/floor/outdoors/snow/gravsnow/cryogaia, /area/borealis2/outdoors/grounds) -"kTr" = ( -/obj/structure/bed/chair/shuttle{ - dir = 4 - }, -/turf/simulated/shuttle/floor/yellow, -/area/shuttle/belter) "kVD" = ( /obj/structure/cable/green{ d1 = 1; @@ -65018,10 +65070,6 @@ }, /turf/simulated/wall/r_wall, /area/security/armoury) -"lbD" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/east) "ldV" = ( /obj/structure/grille, /obj/structure/cable/green, @@ -65030,9 +65078,6 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/security/armoury) -"lfk" = ( -/turf/simulated/wall, -/area/medical/scanning) "lgd" = ( /obj/machinery/atmospherics/pipe/manifold4w/hidden/fuel, /turf/simulated/wall/rshull, @@ -65049,19 +65094,6 @@ /obj/structure/ladder, /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/tower/northwest) -"liz" = ( -/obj/structure/shuttle/engine/heater{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/shuttle/floor/yellow/airless, -/area/shuttle/belter) -"lrb" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/northeast) "lyv" = ( /obj/machinery/camera/network/outside{ c_tag = "Plains Access Shed"; @@ -65070,6 +65102,17 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds) +"lzA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay_aft) "lAq" = ( /obj/structure/cable{ d1 = 4; @@ -65098,6 +65141,27 @@ }, /turf/simulated/floor/plating, /area/shuttle/security) +"lFT" = ( +/obj/structure/cable{ + icon_state = "16-0" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{ + icon_state = "up-scrubbers"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/zpipe/up/supply{ + icon_state = "up-supply"; + dir = 1 + }, +/obj/structure/disposalpipe/up{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"lGR" = ( +/turf/simulated/wall, +/area/medical/scanning) "lIl" = ( /obj/effect/floor_decal/rust, /obj/machinery/light/small{ @@ -65114,16 +65178,23 @@ /obj/structure/handrail, /turf/simulated/floor/tiled/techfloor, /area/shuttle/security) -"lMe" = ( -/turf/simulated/wall, -/area/cryogaia/station/ert_arrival) -"lNM" = ( -/turf/simulated/shuttle/floor/yellow, -/area/shuttle/belter) -"lSg" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/southwest) +"lTa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance/sec{ + name = "Security Maintenance"; + req_access = list(63); + req_one_access = list(1) + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/maintenance/security) "lVO" = ( /obj/structure/cable{ d1 = 1; @@ -65157,10 +65228,6 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds) -"mfC" = ( -/obj/structure/stairs/north, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/west) "mfI" = ( /obj/structure/table/woodentable, /obj/machinery/reagentgrinder, @@ -65209,14 +65276,6 @@ }, /turf/simulated/floor/plating, /area/maintenance/bridge) -"mhP" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/wall/titanium, -/area/borealis2/outdoors/grounds/tower/south) "mhT" = ( /obj/effect/floor_decal/snow/floor/edges{ dir = 1 @@ -65240,15 +65299,6 @@ /obj/effect/floor_decal/snow/floor/edges, /turf/simulated/floor/outdoors/snow/gravsnow/cryogaia, /area/borealis2/outdoors/grounds) -"mkW" = ( -/obj/structure/table/standard{ - name = "plastic table frame" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/cryogaia/station/excursion_dock) "mmd" = ( /obj/structure/cable/green{ d1 = 4; @@ -65287,29 +65337,10 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds/power) -"mtd" = ( -/obj/machinery/recharge_station, -/turf/simulated/floor/wood, -/area/chapel/monastery/recreation) "mus" = ( /obj/structure/stairs/east, /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/tower/northeast) -"muT" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/overlay/snow/floor, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 4 - }, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 8 - }, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds/solars) "mwB" = ( /obj/machinery/vending/wallmed1{ layer = 3.3; @@ -65358,6 +65389,25 @@ }, /turf/simulated/floor/tiled/steel, /area/maintenance/medbay) +"mCr" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/south) +"mDh" = ( +/obj/effect/floor_decal/snow/floor/edges{ + dir = 1 + }, +/obj/effect/overlay/snow/floor, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/solars) "mEl" = ( /obj/structure/grille, /obj/structure/cable/green{ @@ -65365,6 +65415,14 @@ }, /turf/simulated/floor/plating, /area/security/armoury) +"mEB" = ( +/obj/effect/floor_decal/snow/floor/edges, +/obj/effect/floor_decal/snow/floor/edges{ + dir = 1 + }, +/obj/effect/overlay/snow/floor, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/solars) "mHD" = ( /obj/item/device/geiger/wall{ dir = 4; @@ -65389,24 +65447,25 @@ }, /turf/simulated/floor/tiled/steel, /area/security/pilotroom) -"mNd" = ( +"mNq" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" +/obj/effect/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 5 }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4; + icon_state = "intact-scrubbers" }, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/south) +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/cryogaia/station/excursion_dock) "mNy" = ( /obj/structure/table/rack, /obj/machinery/door/window/brigdoor/eastleft{ @@ -65426,10 +65485,6 @@ }, /turf/simulated/floor/tiled/red, /area/security/armoury) -"mOE" = ( -/obj/structure/ladder, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/south) "mOW" = ( /obj/effect/floor_decal/corner/blue{ dir = 10 @@ -65470,27 +65525,24 @@ /obj/effect/floor_decal/snow/floor/edges3, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/exterior) -"neR" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"mXG" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/effect/overlay/snow/floor, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 8 - }, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 4 - }, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds/solars) +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/south) "ngK" = ( /obj/machinery/camera/network/outside{ c_tag = "Arrivals Access South" }, /turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, /area/borealis2/outdoors/grounds) +"nhR" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/wood, +/area/chapel/monastery/recreation) "nkp" = ( /obj/machinery/pointdefense_control{ id_tag = "secshuttle_pd"; @@ -65507,32 +65559,41 @@ }, /turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, /area/borealis2/outdoors/grounds) -"nEN" = ( +"nlM" = ( +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/south) +"nuJ" = ( /obj/structure/cable/yellow{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, /obj/effect/overlay/snow/floor, +/obj/effect/floor_decal/snow/floor/edges, /obj/effect/floor_decal/snow/floor/edges{ - dir = 8 + dir = 1 }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds/solars) -"nFN" = ( +"nvW" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/effect/overlay/snow/floor, +/obj/effect/floor_decal/snow/floor/edges{ + dir = 4 + }, +/obj/effect/floor_decal/snow/floor/edges{ + dir = 1 + }, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/solars) +"nCC" = ( /obj/machinery/space_heater, /turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/south) +/area/borealis2/outdoors/grounds/tower/southwest) "nIk" = ( /obj/effect/floor_decal/snow/floor/edges{ dir = 1 @@ -65549,29 +65610,13 @@ }, /turf/simulated/floor/tiled/steel, /area/security/pilotroom) -"nIt" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning" - }, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 4 - }, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 8 - }, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds) -"nIT" = ( -/obj/structure/stairs/east, -/turf/simulated/floor/tiled/dark, -/area/chapel/monastery) "nKF" = ( /obj/structure/sign/directions/security{ dir = 8; icon_state = "direction_sec" }, /turf/simulated/wall/r_wall, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "nNU" = ( /obj/structure/cable{ d1 = 4; @@ -65586,6 +65631,12 @@ }, /turf/simulated/floor/plating, /area/maintenance/security) +"nRl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia) "nSw" = ( /obj/machinery/camera/network/medbay{ c_tag = "MEDEVAC Corridor"; @@ -65593,30 +65644,6 @@ }, /turf/simulated/floor/tiled/steel, /area/maintenance/medbay) -"nTp" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/overlay/snow/floor, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 8 - }, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds/solars) -"nTO" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8; - icon_state = "warningcorner" - }, -/turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, -/area/borealis2/outdoors/grounds) "nUB" = ( /obj/effect/floor_decal/rust, /obj/structure/cable/green{ @@ -65630,6 +65657,14 @@ }, /turf/simulated/floor/plating/snow/plating, /area/cryogaia/outpost/exploration_shed) +"nVs" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/titanium, +/area/borealis2/outdoors/grounds/tower/south) "nVM" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; @@ -65644,6 +65679,12 @@ }, /turf/simulated/wall/rshull, /area/shuttle/security) +"nWI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) "nXM" = ( /obj/machinery/light, /obj/machinery/computer/ship/engines{ @@ -65662,6 +65703,10 @@ }, /turf/simulated/floor/tiled/techfloor, /area/shuttle/security) +"oaa" = ( +/obj/structure/stairs/west, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/south) "obq" = ( /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/tower/northeast) @@ -65669,10 +65714,6 @@ /obj/machinery/trailblazer/red, /turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, /area/borealis2/outdoors/exterior) -"odI" = ( -/obj/structure/ore_box, -/turf/simulated/shuttle/floor/yellow, -/area/shuttle/belter) "ogB" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/effect/floor_decal/industrial/outline/blue, @@ -65689,6 +65730,10 @@ }, /turf/simulated/wall, /area/maintenance/medbay) +"olE" = ( +/obj/structure/ladder, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/south) "omp" = ( /obj/machinery/recharge_station, /turf/simulated/floor/tiled/dark, @@ -65757,10 +65802,15 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds) -"oCH" = ( -/obj/machinery/trailblazer/blue, -/turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, -/area/borealis2/outdoors/grounds/solars) +"oBH" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/snow/plating, +/area/maintenance/auxsolarport) "oFf" = ( /obj/machinery/portable_atmospherics/canister/phoron, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -65797,6 +65847,52 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds) +"oKF" = ( +/obj/structure/extinguisher_cabinet{ + dir = 4; + icon_state = "extinguisher_closed"; + pixel_x = -30 + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) +"oMS" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/overlay/snow/floor, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/solars) +"oOC" = ( +/obj/item/frame, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia) +"oOJ" = ( +/obj/structure/cable/green{ + icon_state = "16-0" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/zpipe/up/supply{ + dir = 8 + }, +/turf/simulated/floor, +/area/quartermaster/miningwing) "oQx" = ( /obj/structure/catwalk, /obj/effect/floor_decal/snow/floor/edges{ @@ -65807,12 +65903,24 @@ }, /turf/simulated/floor/outdoors/snow/gravsnow/cryogaia, /area/borealis2/outdoors/grounds/power) +"oQJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia) "oRX" = ( /obj/structure/grille, /obj/structure/window/reinforced/full, /obj/structure/sign/directions/cargo, /turf/simulated/floor/plating, /area/hallway/primary/central_one) +"oUv" = ( +/obj/machinery/door/airlock/glass_external/freezable{ + req_one_access = list() + }, +/turf/simulated/floor/plating/snow/plating, +/area/borealis2/outdoors/grounds/tower/south) "oVX" = ( /obj/effect/floor_decal/borderfloorblack/corner{ dir = 1; @@ -65828,25 +65936,10 @@ }, /turf/simulated/floor/tiled/dark, /area/security/hangar) -"oWl" = ( -/obj/structure/table/glass, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/chapel/monastery) -"oWG" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/south) +"paK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) "paU" = ( /obj/structure/cable/green{ d1 = 1; @@ -65869,7 +65962,7 @@ "pcP" = ( /obj/structure/sign/directions/engineering, /turf/simulated/wall/r_wall, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "pdA" = ( /obj/structure/cable/green{ d1 = 4; @@ -65878,6 +65971,10 @@ }, /turf/simulated/floor/plating, /area/cryogaia/station/explorer_meeting) +"pha" = ( +/obj/machinery/light/small, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/west) "pia" = ( /obj/random/junk, /obj/machinery/light/small{ @@ -65897,21 +65994,6 @@ }, /turf/simulated/floor/tiled/dark, /area/security/hangar) -"pjk" = ( -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/effect/overlay/snow/floor, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 4 - }, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 1 - }, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds/solars) "pjA" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2" @@ -65925,20 +66007,6 @@ /obj/machinery/door/firedoor/glass, /turf/simulated/floor/tiled/dark, /area/medical/medbay) -"prq" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay) "ptm" = ( /obj/effect/floor_decal/snow/floor/edges2{ dir = 1; @@ -65946,13 +66014,6 @@ }, /turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, /area/borealis2/outdoors/grounds) -"ptz" = ( -/obj/effect/floor_decal/snow/floor/edges{ - dir = 1 - }, -/obj/effect/overlay/snow/floor, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds/solars) "pug" = ( /obj/structure/cable/heavyduty{ icon_state = "4-8" @@ -66005,20 +66066,6 @@ }, /turf/simulated/floor/tiled/dark, /area/security/hangar) -"pzN" = ( -/obj/machinery/embedded_controller/radio/airlock/docking_port{ - dir = 1; - id_tag = "belter_docking"; - pixel_y = 26 - }, -/turf/simulated/shuttle/floor/yellow, -/area/shuttle/belter) -"pKf" = ( -/obj/machinery/door/airlock/glass_external/freezable{ - req_one_access = list() - }, -/turf/simulated/floor/plating/snow/plating, -/area/borealis2/outdoors/grounds/tower/west) "pKk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -66028,22 +66075,6 @@ }, /turf/simulated/floor/tiled/steel, /area/maintenance/medbay) -"pLA" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 28 - }, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/west) "pMf" = ( /obj/machinery/camera/network/outside{ c_tag = "Exploration Access"; @@ -66052,15 +66083,6 @@ }, /turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, /area/borealis2/outdoors/grounds) -"pRd" = ( -/obj/structure/closet/crate{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/shuttle/floor/yellow, -/area/shuttle/belter) "pVO" = ( /obj/machinery/light/small{ dir = 1; @@ -66075,6 +66097,18 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds) +"pZG" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/overlay/snow/floor, +/obj/effect/floor_decal/snow/floor/edges{ + dir = 8 + }, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/solars) "qaj" = ( /obj/effect/floor_decal/snow/floor/edges{ dir = 4 @@ -66118,7 +66152,7 @@ "qfY" = ( /obj/structure/sign/directions/security, /turf/simulated/wall/r_wall, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) "qgy" = ( /turf/simulated/wall/rshull, /area/shuttle/security) @@ -66133,12 +66167,10 @@ /obj/structure/stairs/west, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds) -"qjw" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia) +"qjh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) "qjX" = ( /obj/machinery/light/small{ dir = 1; @@ -66166,10 +66198,6 @@ /obj/machinery/recharge_station, /turf/simulated/floor/tiled/techmaint, /area/cryogaia/station/ert_arrival) -"qtM" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/west) "qws" = ( /obj/machinery/power/pointdefense{ id_tag = "secshuttle_pd" @@ -66225,6 +66253,14 @@ /obj/structure/closet/secure_closet/security_pilot, /turf/simulated/floor/tiled/steel, /area/security/pilotroom) +"qOR" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/west) "qRH" = ( /obj/effect/overlay/snow/floor, /obj/machinery/camera/network/outside{ @@ -66234,20 +66270,6 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds) -"qWO" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning" - }, -/turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, -/area/borealis2/outdoors/grounds) -"qYs" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/west) "qZh" = ( /obj/machinery/light/small{ dir = 4; @@ -66285,13 +66307,6 @@ }, /turf/simulated/floor/tiled/dark, /area/security/tactical) -"rhw" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 8; - icon_state = "propulsion_l" - }, -/turf/simulated/shuttle/plating/airless/carry, -/area/shuttle/belter) "rhM" = ( /obj/effect/floor_decal/snow/floor/edges, /obj/effect/floor_decal/snow/floor/edges{ @@ -66302,19 +66317,6 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/exterior) -"rii" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/overlay/snow/floor, -/obj/effect/floor_decal/snow/floor/edges, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 1 - }, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds/solars) "rkV" = ( /obj/effect/floor_decal/corner/red{ dir = 9 @@ -66360,6 +66362,10 @@ }, /turf/simulated/floor/tiled/steel, /area/maintenance/medbay) +"rsj" = ( +/obj/structure/stairs/north, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/west) "rvG" = ( /obj/machinery/light{ dir = 1 @@ -66372,14 +66378,6 @@ /obj/structure/closet/secure_closet/security_pilot, /turf/simulated/floor/tiled/steel, /area/security/pilotroom) -"rvS" = ( -/obj/effect/floor_decal/snow/floor/edges, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 1 - }, -/obj/effect/overlay/snow/floor, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds/solars) "rAG" = ( /obj/structure/cable/green{ d1 = 4; @@ -66391,10 +66389,6 @@ }, /turf/simulated/floor/plating/snow/plating, /area/borealis2/outdoors/grounds/tower/southwest) -"rBA" = ( -/obj/structure/bed/chair/shuttle, -/turf/simulated/shuttle/floor/yellow, -/area/shuttle/belter) "rCD" = ( /obj/structure/cable/green{ d1 = 1; @@ -66406,15 +66400,30 @@ "rDn" = ( /turf/simulated/wall/r_wall, /area/borealis2/outdoors/grounds) -"rFU" = ( -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/west) -"rGB" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 +"rIP" = ( +/obj/structure/table/glass, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 }, -/turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, -/area/borealis2/outdoors/grounds) +/turf/simulated/floor/wood, +/area/chapel/monastery) +"rJu" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) "rKg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -66428,12 +66437,10 @@ /obj/machinery/light/small, /turf/simulated/floor/plating, /area/maintenance/research_port) -"rLr" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, +"rLq" = ( +/obj/machinery/trailblazer/blue, /turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, -/area/borealis2/outdoors/grounds) +/area/borealis2/outdoors/grounds/solars) "rMq" = ( /obj/effect/floor_decal/snow/floor/edges, /obj/structure/catwalk, @@ -66443,6 +66450,14 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds) +"rMK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia) "rNQ" = ( /obj/structure/cable/green{ d1 = 1; @@ -66486,13 +66501,7 @@ dir = 4; icon_state = "camera" }, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 4 - }, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 8 - }, -/turf/simulated/floor/plating/snow/plating/cryogaia, +/turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, /area/borealis2/outdoors/grounds) "rRq" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -66539,17 +66548,6 @@ }, /turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, /area/borealis2/outdoors/grounds) -"rYd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay_aft) "saK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 @@ -66620,12 +66618,33 @@ }, /turf/simulated/floor/carpet, /area/engineering/foyer) +"sqV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) "stU" = ( /obj/structure/stairs/north, /turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, /area/borealis2/outdoors/grounds/wall) -"sxu" = ( -/obj/structure/stairs/west, +"svL" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/south) +"sxI" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningwing) +"sxL" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_y = 0 + }, /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/tower/south) "szK" = ( @@ -66718,38 +66737,20 @@ }, /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/tower/southeast) +"sPe" = ( +/obj/effect/floor_decal/snow/floor/edges{ + dir = 1 + }, +/obj/effect/floor_decal/snow/floor/edges, +/obj/effect/overlay/snow/floor, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/solars) "sSi" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/simulated/floor/tiled/techmaint, /area/cryogaia/station/ert_arrival) -"sTk" = ( -/obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/overlay/snow/floor, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 8 - }, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds/solars) -"sUu" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/vending/wallmed1{ - layer = 3.3; - name = "Emergency NanoMed"; - pixel_x = 28; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/south) "taL" = ( /obj/structure/cable/green{ d1 = 1; @@ -66762,12 +66763,55 @@ }, /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/tower/southeast) +"taZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia) +"tbr" = ( +/obj/structure/ladder/up, +/turf/simulated/floor/tiled/techmaint, +/area/cryogaia/station/ert_arrival) "tbF" = ( /obj/structure/grille, /obj/structure/window/reinforced/full, /obj/structure/sign/directions/engineering, /turf/simulated/floor/plating, /area/hallway/primary/central_one) +"tbH" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -28; + req_access = newlist(); + req_one_access = list(51) + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled, +/area/hallway/primary/central_one) +"tcW" = ( +/obj/structure/ladder, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/west) "tgh" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/effect/floor_decal/industrial/outline/blue, @@ -66784,24 +66828,6 @@ }, /turf/simulated/floor/tiled/techfloor, /area/shuttle/security) -"tgS" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating/snow/plating, -/area/maintenance/auxsolarport) -"tkc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/maintenance/medbay) "tkS" = ( /obj/effect/floor_decal/corner_steel_grid{ dir = 6 @@ -66825,19 +66851,6 @@ /obj/effect/floor_decal/industrial/warning, /turf/simulated/floor/plating, /area/maintenance/medbay) -"tqr" = ( -/obj/effect/shuttle_landmark{ - base_area = /area/borealis2/outdoors/grounds; - base_turf = /turf/simulated/floor/plating/snow/plating/cryogaia; - landmark_tag = "belter_colony"; - name = "Cryogaia Belter Parking Spot" - }, -/obj/structure/window/reinforced/full, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/airless, -/area/shuttle/belter) "tsk" = ( /obj/structure/cable/green{ d1 = 1; @@ -66846,6 +66859,13 @@ }, /turf/simulated/wall/titanium, /area/borealis2/outdoors/grounds/tower/east) +"tAb" = ( +/obj/structure/window/reinforced{ + dir = 1; + health = 1e+006 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/excursion_dock) "tFP" = ( /obj/structure/railing/grey{ icon_state = "grey_railing0"; @@ -66853,12 +66873,6 @@ }, /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/tower/northwest) -"tHB" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia) "tIj" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2" @@ -66872,17 +66886,10 @@ /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds/power) "tID" = ( -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - pixel_x = 0; - pixel_y = 28 - }, /obj/effect/floor_decal/corner/brown{ + icon_state = "corner_white"; dir = 4 }, -/obj/structure/table/steel, -/obj/item/weapon/paper/rogueminer, /turf/simulated/floor/tiled, /area/quartermaster/miningwing) "tKK" = ( @@ -66910,7 +66917,24 @@ pixel_x = 0 }, /turf/simulated/floor/tiled, -/area/hallway/primary/central_one) +/area/civilian/atrium/central) +"tSF" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/overlay/snow/floor, +/obj/effect/floor_decal/snow/floor/edges{ + dir = 8 + }, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/solars) "tSS" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -66922,9 +66946,6 @@ /obj/effect/floor_decal/corner/brown{ dir = 1 }, -/obj/machinery/computer/shuttle_control/belter{ - dir = 4 - }, /turf/simulated/floor/tiled, /area/quartermaster/miningwing) "tVB" = ( @@ -66965,9 +66986,6 @@ /obj/machinery/door/firedoor, /turf/simulated/floor/tiled/steel, /area/security/hangar) -"tWN" = ( -/turf/simulated/wall/rshull, -/area/shuttle/belter) "tYR" = ( /turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, /area/borealis2/outdoors/grounds/wall) @@ -66990,6 +67008,10 @@ }, /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/tower/southeast) +"udc" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) "uds" = ( /obj/machinery/alarm{ frequency = 1441; @@ -67007,13 +67029,13 @@ }, /turf/simulated/floor/tiled/steel, /area/security/pilotroom) -"ueu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" +"udM" = ( +/obj/machinery/door/firedoor/glass/hidden/steel{ + icon_state = "door_open"; + dir = 8 }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia) +/turf/simulated/floor/tiled, +/area/hallway/primary/starboard) "ufB" = ( /obj/effect/floor_decal/snow/floor/edges{ dir = 4 @@ -67074,33 +67096,12 @@ }, /turf/simulated/floor/outdoors/snow/snow/cryogaia, /area/borealis2/outdoors/exterior) -"uxR" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/wall/titanium, -/area/borealis2/outdoors/grounds/tower/west) "uyk" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/simulated/floor/plating, /area/maintenance/medbay_aft) -"uyC" = ( -/obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/effect/overlay/snow/floor, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 1 - }, -/obj/effect/floor_decal/snow/floor/edges, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds/solars) "uAK" = ( /obj/structure/catwalk, /obj/structure/cable/heavyduty{ @@ -67117,6 +67118,22 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/wall/r_wall, /area/engineering/engine_eva) +"uBS" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 28 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/west) "uBT" = ( /obj/structure/cable/green{ icon_state = "2-8" @@ -67136,14 +67153,6 @@ }, /turf/simulated/wall/titanium, /area/borealis2/outdoors/grounds/tower/southwest) -"uCA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia) "uCI" = ( /obj/structure/catwalk, /obj/structure/cable/heavyduty{ @@ -67169,6 +67178,28 @@ }, /turf/simulated/floor/plating, /area/borealis2/outdoors/grounds/traderpad) +"uNp" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/overlay/snow/floor, +/obj/effect/floor_decal/snow/floor/edges{ + dir = 8 + }, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/solars) "uOr" = ( /obj/machinery/suit_cycler/security{ departments = list("Security EVA","Security"); @@ -67181,6 +67212,21 @@ }, /turf/simulated/floor/tiled/steel, /area/security/pilotroom) +"uPe" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/overlay/snow/floor, +/obj/effect/floor_decal/snow/floor/edges{ + dir = 8 + }, +/obj/effect/floor_decal/snow/floor/edges{ + dir = 4 + }, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/solars) "uRQ" = ( /obj/structure/grille, /turf/simulated/floor/tiled/techmaint, @@ -67214,6 +67260,24 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_monitoring) +"uYl" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay) "uYz" = ( /obj/structure/cable/green{ d1 = 4; @@ -67235,6 +67299,14 @@ }, /turf/simulated/floor/plating, /area/borealis2/outdoors/grounds/traderpad) +"ven" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) "vjx" = ( /obj/effect/floor_decal/borderfloorblack{ dir = 4 @@ -67267,20 +67339,6 @@ }, /turf/simulated/wall, /area/medical/psych) -"vmo" = ( -/obj/effect/overlay/snow/floor, -/obj/effect/floor_decal/snow/floor/edges{ - dir = 4 - }, -/turf/simulated/floor/plating/snow/plating/cryogaia, -/area/borealis2/outdoors/grounds/solars) -"vpP" = ( -/obj/machinery/trailblazer/blue, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, -/area/borealis2/outdoors/grounds) "vrr" = ( /obj/structure/cable/green{ d1 = 1; @@ -67306,6 +67364,14 @@ }, /turf/simulated/floor/tiled/techfloor, /area/shuttle/security) +"vsb" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/titanium, +/area/borealis2/outdoors/grounds/tower/west) "vsl" = ( /obj/effect/floor_decal/snow/floor/edges{ dir = 4 @@ -67338,12 +67404,24 @@ }, /turf/simulated/floor/tiled/freezer, /area/rnd/research) -"vuW" = ( -/obj/structure/bed/chair/shuttle{ - dir = 1 +"vwt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, -/turf/simulated/shuttle/floor/yellow, -/area/shuttle/belter) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/central) +"vwB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia) "vBB" = ( /turf/simulated/wall/titanium, /area/borealis2/outdoors/grounds/tower/northeast) @@ -67361,6 +67439,11 @@ }, /turf/simulated/floor/tiled/dark, /area/security/hangar) +"vHh" = ( +/obj/effect/floor_decal/snow/floor/edges, +/obj/effect/overlay/snow/floor, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/solars) "vHT" = ( /obj/structure/cable/heavyduty{ icon_state = "1-2" @@ -67385,24 +67468,9 @@ /obj/effect/floor_decal/corner/brown{ dir = 5 }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 2; - layer = 3.3; - pixel_x = 0; - pixel_y = 26 - }, -/obj/machinery/computer/roguezones{ - dir = 2 - }, +/obj/structure/stairs/east, /turf/simulated/floor/tiled, /area/quartermaster/miningwing) -"vIs" = ( -/obj/structure/ladder, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/west) "vJO" = ( /obj/structure/table/rack, /obj/item/clothing/mask/breath, @@ -67424,10 +67492,6 @@ /obj/item/device/gps/security, /turf/simulated/floor/tiled/steel, /area/security/pilotroom) -"vKX" = ( -/obj/machinery/light/small, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/west) "vLQ" = ( /obj/effect/floor_decal/snow/floor/edges{ dir = 1 @@ -67455,13 +67519,6 @@ }, /turf/simulated/floor/tiled/steel, /area/security/pilotroom) -"vWy" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/south) "vXr" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -67576,9 +67633,6 @@ }, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds/power) -"wqg" = ( -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia) "wwp" = ( /obj/structure/table/rack, /obj/item/clothing/mask/breath, @@ -67596,9 +67650,6 @@ /obj/item/device/gps/security, /turf/simulated/floor/tiled/steel, /area/security/pilotroom) -"wDz" = ( -/turf/simulated/wall/titanium, -/area/borealis2/outdoors/grounds/tower/west) "wEj" = ( /obj/effect/floor_decal/snow/floor/edges{ dir = 1 @@ -67672,12 +67723,6 @@ }, /turf/simulated/floor/tiled/steel, /area/maintenance/medbay) -"wOi" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, -/area/borealis2/outdoors/grounds) "wOX" = ( /obj/structure/ladder, /turf/simulated/floor/tiled/techmaint, @@ -67734,12 +67779,6 @@ /obj/effect/floor_decal/snow/floor/edges, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds/power) -"wVt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia) "wYr" = ( /obj/effect/floor_decal/snow/floor/edges2{ dir = 1; @@ -67751,6 +67790,12 @@ }, /turf/simulated/floor/outdoors/snow/snow/snow2/cryogaia, /area/borealis2/outdoors/grounds) +"wZd" = ( +/obj/effect/landmark{ + name = "Observer-Start" + }, +/turf/simulated/open, +/area/civilian/atrium/central) "xch" = ( /obj/structure/cable/green{ d1 = 1; @@ -67760,12 +67805,19 @@ /obj/effect/floor_decal/corner/red, /turf/simulated/floor/tiled/dark, /area/security/hangar) -"xeH" = ( -/obj/structure/railing{ - dir = 1 +"xeR" = ( +/obj/structure/stairs/east, +/turf/simulated/floor/tiled/dark, +/area/chapel/monastery) +"xiS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/steel, +/area/maintenance/medbay) "xjh" = ( /obj/effect/floor_decal/rust, /obj/structure/cable/green{ @@ -67783,12 +67835,33 @@ }, /turf/simulated/wall/titanium, /area/borealis2/outdoors/grounds/tower/southwest) -"xrA" = ( -/obj/machinery/door/airlock/glass_external/freezable{ - req_one_access = list() +"xop" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" }, -/turf/simulated/floor/plating/snow/plating, -/area/borealis2/outdoors/grounds/tower/south) +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/simulated/floor/plating, +/area/maintenance/medbay) +"xut" = ( +/obj/structure/sign/warning/radioactive{ + desc = "A sign denoting that this elevator shaft is not radiation proof"; + name = "\improper NON-RADIATION SHIELDED AREA"; + pixel_x = 0; + pixel_y = -30 + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia) "xvq" = ( /obj/effect/floor_decal/borderfloorblack{ dir = 1 @@ -67808,6 +67881,10 @@ "xwV" = ( /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/tower/east) +"xEY" = ( +/obj/structure/stairs/south, +/turf/simulated/floor/tiled, +/area/hallway/secondary/exit) "xFE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -67847,6 +67924,10 @@ }, /turf/simulated/floor/plating, /area/engineering/engine_monitoring) +"xIC" = ( +/obj/structure/stairs/north, +/turf/simulated/floor/plating, +/area/maintenance/medbay) "xMK" = ( /obj/machinery/sleeper{ dir = 8 @@ -67858,6 +67939,15 @@ }, /turf/simulated/floor/tiled/techfloor, /area/shuttle/security) +"xNF" = ( +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/excursion_dock) "xNH" = ( /obj/structure/stairs/north, /turf/simulated/floor/plating/snow/plating/cryogaia, @@ -67935,28 +68025,13 @@ }, /turf/simulated/floor/outdoors/snow/snow/cryogaia, /area/borealis2/outdoors/grounds) -"ydT" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +"yeh" = ( +/obj/effect/overlay/snow/floor, +/obj/effect/floor_decal/snow/floor/edges{ + dir = 4 }, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/south) -"yeb" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 8; - 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/plating, -/area/maintenance/medbay) +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/solars) "yff" = ( /obj/random/junk, /obj/structure/cable{ @@ -67964,6 +68039,9 @@ }, /turf/simulated/floor/plating, /area/maintenance/medbay_aft) +"yhc" = ( +/turf/simulated/wall/titanium, +/area/borealis2/outdoors/grounds/tower/south) "yil" = ( /obj/structure/cable{ d1 = 1; @@ -77114,12 +77192,12 @@ aad aad aad aad -aae aad aad aad aad -aae +aad +aad aad aad aad @@ -77195,7 +77273,7 @@ aad aad aad aad -aae +aad aad aad aad @@ -77324,7 +77402,7 @@ aad aad aad aad -aae +aad aad aad aad @@ -77439,7 +77517,7 @@ aad aad aad aad -aae +aad aad aad aad @@ -77566,7 +77644,7 @@ aad aae aad aad -aae +aad aad fYs fYs @@ -77618,12 +77696,12 @@ aae aad aad bKj -wDz -wDz -wDz -wDz -wDz -wDz +jdt +jdt +jdt +jdt +jdt +jdt aad aad aad @@ -77700,7 +77778,7 @@ wlP wlP wlP aad -aae +aad aad aad aad @@ -77870,12 +77948,12 @@ aad aad aad bKj -wDz -vIs -rFU -rFU -qtM -wDz +jdt +tcW +jrf +jrf +klV +jdt aad aad aad @@ -78122,12 +78200,12 @@ dNQ dNQ dNQ dNQ -wDz -rFU -rFU -rFU -vKX -wDz +jdt +jrf +jrf +jrf +pha +jdt dNQ dNQ dNQ @@ -78374,12 +78452,12 @@ rrd rrd rrd rrd -uxR -pLA -kQX -qYs -eNe -uxR +vsb +uBS +dkI +qOR +ksG +vsb rrd rrd rrd @@ -78453,7 +78531,7 @@ spn spn uCc cCJ -lSg +nCC wlP aad aad @@ -78577,7 +78655,7 @@ aad aad aad fYs -gta +iNh qfA qZh xVe @@ -78626,12 +78704,12 @@ aag aag aag aag -wDz -wDz -mfC -rFU -rFU -wDz +jdt +jdt +rsj +jrf +jrf +jdt aag aag aag @@ -78708,7 +78786,7 @@ mwB wOX wlP aad -aae +aad aad aad aad @@ -78826,7 +78904,7 @@ aae aad aae aad -aae +aad aad fYs fYs @@ -78878,12 +78956,12 @@ aag aag aag aag -wDz -wDz -wDz -wDz -pKf -wDz +jdt +jdt +jdt +jdt +hIq +jdt aag aag aag @@ -78961,7 +79039,7 @@ wlP wlP aad aad -aae +aad aad aad aad @@ -79131,10 +79209,10 @@ aqD aqD aqD aqD -ptz -vmo -vmo -eJm +mDh +yeh +yeh +ipm aqD aqD aqD @@ -79383,8 +79461,8 @@ aqD aqD aqD aqD -rvS -oCH +mEB +rLq aqD aqD aqD @@ -79635,7 +79713,7 @@ aqF aqF aqF aqD -rvS +mEB aqD aqF aqF @@ -79872,9 +79950,9 @@ aum aum aum aum -neR -nEN -neR +uPe +uNp +uPe aBG aBG aBG @@ -79887,7 +79965,7 @@ aum aum aum awu -eUF +oMS awu aBG aBG @@ -79900,9 +79978,9 @@ aum aum aum aum -sTk -nTp -sTk +pZG +tSF +pZG aBG aBG aBG @@ -80125,7 +80203,7 @@ arE arE arE aqD -uyC +fon aqD arE arE @@ -80139,7 +80217,7 @@ arE arE arE aqD -rii +nuJ aqD arE arE @@ -80153,7 +80231,7 @@ arE arE arE aqD -uyC +fon aqD arE arE @@ -80377,7 +80455,7 @@ aqD aqD aqD avw -uyC +fon aqD aqD aqD @@ -80391,7 +80469,7 @@ aqD aqD aqD avw -rii +nuJ aqD aqD aqD @@ -80405,7 +80483,7 @@ aqD aqD aqD avw -uyC +fon aqD aqD aqD @@ -80629,7 +80707,7 @@ aqF aqF aqF aqD -uyC +fon aqD aqF aqF @@ -80643,7 +80721,7 @@ aqF aqF aqF aqD -rii +nuJ aqD aqF aqF @@ -80657,7 +80735,7 @@ aqF aqF aqF aqD -uyC +fon aqD aqF aqF @@ -80880,9 +80958,9 @@ aum aum aum aum -muT +kIg aww -muT +kIg aBG aBG aBG @@ -80908,9 +80986,9 @@ aum aum aum aum -neR +uPe aww -neR +uPe aBG aBG aBG @@ -81133,7 +81211,7 @@ arE arE arE aqD -uyC +fon aqD arE arE @@ -81147,7 +81225,7 @@ arE arE arE aqD -rii +nuJ aqD arE arE @@ -81161,7 +81239,7 @@ arE arE arE aqD -uyC +fon aqD arE arE @@ -81385,7 +81463,7 @@ aqD aqD aqD aqD -uyC +fon aqD aqD aqD @@ -81398,8 +81476,8 @@ aqD aqD aqD aqD -oCH -rii +rLq +nuJ aqD aqD aqD @@ -81413,7 +81491,7 @@ aqD aqD aqD aqD -uyC +fon aqD aqD aqD @@ -81637,7 +81715,7 @@ aqF aqF aqF aqD -uyC +fon aqD aqF aqF @@ -81651,7 +81729,7 @@ aqF aqF aqF aqD -rii +nuJ aqD aqF aqF @@ -81665,7 +81743,7 @@ aqF aqF aqF aqD -uyC +fon aqD aqF aqF @@ -81888,9 +81966,9 @@ aum aum aum aum -muT +kIg aww -muT +kIg aBG aBG aBG @@ -81916,9 +81994,9 @@ aum aum aum aum -neR +uPe aww -neR +uPe aBG aBG aBG @@ -82141,7 +82219,7 @@ arE arE arE aqD -uyC +fon aqD arE arE @@ -82155,7 +82233,7 @@ arE arE arE aqD -rii +nuJ aqD arE arE @@ -82169,7 +82247,7 @@ arE arE arE aqD -uyC +fon aqD arE arE @@ -82393,7 +82471,7 @@ aqD aqD aqD aqD -uyC +fon aqD aqD aqD @@ -82407,8 +82485,8 @@ aqD aqD aqD aqD -rii -oCH +nuJ +rLq aqD aqD aqD @@ -82421,7 +82499,7 @@ aqD aqD aqD aqD -uyC +fon aqD aqD aqD @@ -82645,7 +82723,7 @@ aqF aqF aqF aqD -uyC +fon aqD aqF aqF @@ -82659,7 +82737,7 @@ aqF aqF aqF aqD -rii +nuJ aqD aqF aqF @@ -82673,7 +82751,7 @@ aqF aqF aqF aqD -uyC +fon aqD aqF aqF @@ -82896,9 +82974,9 @@ aum aum aum aum -muT +kIg aww -muT +kIg aBG aBG aBG @@ -82924,9 +83002,9 @@ aum aum aum aum -neR +uPe aww -neR +uPe aBG aBG aBG @@ -83149,7 +83227,7 @@ arE arE arE aqD -uyC +fon aqD arE arE @@ -83163,7 +83241,7 @@ arE arE arE aqD -rii +nuJ aqD arE arE @@ -83177,7 +83255,7 @@ arE arE arE aqD -rii +nuJ aqD arE arE @@ -83401,7 +83479,7 @@ aqD aqD aqD aqD -uyC +fon aqD aqD aqD @@ -83415,7 +83493,7 @@ aqD aqD aqD aqD -rii +nuJ aqD aqD aqD @@ -83429,7 +83507,7 @@ aqD aqD aqD aqD -rii +nuJ aqD aqD aqD @@ -83653,7 +83731,7 @@ aqD aqD aqD aqD -uyC +fon aqD aqD aqD @@ -83667,7 +83745,7 @@ aqD aqD aqD aqD -rii +nuJ aqD aqD aqD @@ -83681,7 +83759,7 @@ aqD aqD aqD aqD -rii +nuJ aqD aqD aqD @@ -83905,7 +83983,7 @@ aag aag aag aqD -uyC +fon aqD aqD aqD @@ -83918,8 +83996,8 @@ aqD aqD aqD aqD -oCH -rii +rLq +nuJ aqD aqD aqD @@ -83933,7 +84011,7 @@ aqD aqD aqD aqD -rii +nuJ aqD aqD aqD @@ -84158,33 +84236,33 @@ aag aag aqD ayf -neR -neR -neR -neR -neR -neR -neR -neR -neR -neR -neR -neR -sTk +uPe +uPe +uPe +uPe +uPe +uPe +uPe +uPe +uPe +uPe +uPe +uPe +pZG aww -neR -neR -neR -sTk -neR -neR -neR -neR -neR -neR -neR -neR -neR +uPe +uPe +uPe +pZG +uPe +uPe +uPe +uPe +uPe +uPe +uPe +uPe +uPe aYL aqD aqD @@ -84427,8 +84505,8 @@ awx aqD aqD aqD -egr -oCH +sPe +rLq aqD aqD aqD @@ -84437,7 +84515,7 @@ aqD aqD aqD aqD -rii +nuJ aqD aqD aZJ @@ -84679,7 +84757,7 @@ aKU aqD aqD aqD -egr +sPe aqD aqD aqD @@ -84689,7 +84767,7 @@ aqD aqD aqD aqD -rii +nuJ aqD aqD aZJ @@ -84931,7 +85009,7 @@ aIv aHP aHP aHP -fxz +vHh aqD aqD aqD @@ -84941,7 +85019,7 @@ aqD aqD aqD aqD -rii +nuJ aqD aqD aZJ @@ -85183,7 +85261,7 @@ aIw aJz aKm aHP -fxz +vHh aqD aqD aqD @@ -85193,7 +85271,7 @@ aqD aqD avw aqD -rii +nuJ aqD aqD aZJ @@ -85445,7 +85523,7 @@ aqD aqD aqD aqD -rii +nuJ aqD aqD aZJ @@ -85697,27 +85775,27 @@ aqD aqD aqD aqD -rii +nuJ aqD aqD aqD -rii +nuJ aqD aqD aqD -rii +nuJ aqD aqD aqD -rii +nuJ aqD aqD aqD -rii +nuJ aqD aqD aqD -rii +nuJ aqD aqD aqD @@ -85949,26 +86027,26 @@ aqD aqD aqD aqD -pjk -muT -muT -muT +nvW +kIg +kIg +kIg aZM -muT -muT -muT +kIg +kIg +kIg aZM -muT -muT -muT +kIg +kIg +kIg aZM -muT -muT -muT +kIg +kIg +kIg aZM -muT -muT -muT +kIg +kIg +kIg btN aqD aqD @@ -86205,23 +86283,23 @@ aqD aqD aqD aqD -rii +nuJ aqD aqD aqD -rii +nuJ aqD aqD aqD -rii +nuJ aqD aqD aqD -rii +nuJ aqD aqD aqD -rii +nuJ aqD aqD aqD @@ -86945,7 +87023,7 @@ aag aHP aIB aIB -tgS +oBH aHP aaj abk @@ -92431,13 +92509,13 @@ aab aaj aab aar -lMe +hsS aaC aaJ aaT abb abg -lMe +hsS abq abq abq @@ -92683,13 +92761,13 @@ aab aaj aab aar -lMe -kBH +hsS +foM aaK aaU aaK -kBH -lMe +foM +hsS abq abq abq @@ -92935,13 +93013,13 @@ aab aaj aab aaa -lMe +hsS aaE aaL aaV aaL abh -lMe +hsS abq abq abq @@ -93187,13 +93265,13 @@ aab aaj aab aaa -lMe +hsS aaF aaF aaF aaF aaF -lMe +hsS abq abq abq @@ -93439,13 +93517,13 @@ aab aaj aab aaa -lMe +hsS hgq fDj dWo aaF aaF -lMe +hsS abq abq abq @@ -93691,13 +93769,13 @@ aab aaj aab aaa -lMe +hsS qrc aaF sSi aaF -dLG -lMe +tbr +hsS abq abq abq @@ -93943,13 +94021,13 @@ aab aaj aab aar -lMe -lMe +hsS +hsS aaM aaW abc -lMe -lMe +hsS +hsS abq abq abq @@ -95233,8 +95311,8 @@ aaN akb akB ala -akA -akA +akb +xIC akA aou apd @@ -95483,7 +95561,7 @@ imx iJk okQ okQ -tkc +efK gSa akA ayA @@ -95507,8 +95585,8 @@ fUD aHf aHf akA -prq -gpO +uYl +lFT aHf aJL aJL @@ -95759,7 +95837,7 @@ oyi aCF aDx akA -dsW +fUA iLO aHf rvG @@ -96011,7 +96089,7 @@ cSk aHf aHf aHf -dsW +fUA aGn aHf qIb @@ -96258,12 +96336,12 @@ axh ayh akB bhr -iIJ +xiS aBH aCG hFu aDy -yeb +xop aGo aHf uOr @@ -97020,7 +97098,7 @@ aBI awI aBI aBI -aAb +hem aNF aJL uds @@ -97272,7 +97350,7 @@ aCH aDD aEv aBI -aGq +jiD aIP aIQ aIQ @@ -98528,11 +98606,11 @@ cbm cdh cjJ axu -aPs +dsP jBa -aPs -asv -aPs +dsP +lTa +jWE hwt aIP aIQ @@ -99279,7 +99357,7 @@ awE atC atC bqr -lfk +lGR aAd aBP aLw @@ -101129,12 +101207,12 @@ aaZ aag aag aag -ehW -ehW -mhP -ehW -ehW -ehW +yhc +yhc +nVs +yhc +yhc +yhc aaf aaf aaf @@ -101381,14 +101459,14 @@ aaZ aKZ aag aag -ehW -ehW -mNd -eui -mOE -ehW +yhc +yhc +iBI +nlM +olE +yhc +aaf aaf -ceY aaf aaf cfm @@ -101633,12 +101711,12 @@ aaZ aag aag aag -ehW -sxu -oWG -eui -eui -ehW +yhc +oaa +mCr +nlM +nlM +yhc aaf aaf aaf @@ -101885,12 +101963,12 @@ btM abd abd aHb -ehW -eui -ydT -eui -eui -ehW +yhc +nlM +mXG +nlM +nlM +yhc aaf aaf aaf @@ -102026,9 +102104,9 @@ aeh aeN aci agd -agI -abI -ahO +abE +abE +abE aci aag aaZ @@ -102137,12 +102215,12 @@ aaZ aag aag ufB -xrA -eui -sUu -vWy -nFN -ehW +oUv +nlM +jGP +sxL +svL +yhc aaf aaf aaf @@ -102277,10 +102355,10 @@ abE abE abE afq -age -agJ -age ahP +abE +abE +xEY abm aiQ aaZ @@ -102389,15 +102467,15 @@ aaZ aag aag aag -ehW -ehW -mhP -ehW -ehW -ehW +yhc +yhc +nVs +yhc +yhc +yhc +aaf aaf aaf -ceY aaf cfm aaf @@ -102816,7 +102894,7 @@ cjg asO azt aZz -rYd +lzA iDL aJX aJY @@ -102900,7 +102978,7 @@ dNQ aaf aaf aaf -cfb +aaf aaf aaf cfm @@ -103067,7 +103145,7 @@ ciw cjj cjV aHX -gxa +cRd yff aHX aDR @@ -103824,8 +103902,8 @@ aAg aAg ayG aAY -ueu -wqg +taZ +oOC ayC ckM arq @@ -104075,8 +104153,8 @@ bLz aAg aAg azv -azR -uCA +eGV +rMK aCa ayC aEN @@ -104326,10 +104404,10 @@ aKd aKe aAg aAg -ayC -dLo +azw +azw aBg -wqg +azw ayC apM arq @@ -104579,8 +104657,8 @@ bgH cgw aAg azP -xeH -wVt +azw +oQJ aCc aEL aJm @@ -104830,11 +104908,11 @@ aED aKI cgG aAg -wqg -xeH -gWR -jPP -jPP +azw +azw +nRl +fuh +fuh aGH ckn aLl @@ -105082,10 +105160,10 @@ aED aML cgT aAg -wqg -wqg -qjw -wqg +azR +azw +vwB +xut ayC apM arq @@ -105334,10 +105412,10 @@ aED aML cin aAg -aAW -aBa -tHB -bMK +azw +azw +azw +azw ayC apM arq @@ -105586,10 +105664,10 @@ aED aML cis aAg -wqg -wqg -wqg -wqg +azw +azw +azw +azw ayC apM arq @@ -105839,24 +105917,24 @@ bfJ aAg aAg ayC -wqg +azw aBQ ayC ayC aJi -arq -aDb +vwt +ioM aMk aMk ckO -aHv -apM +oKF +eoV aPF -apM -apM -apM -apM -axQ +eoV +eoV +eoV +eoV +ven aWi aZi bbl @@ -106086,15 +106164,15 @@ apM azy aHy ckP -aCd +nWI aCe aBY aAk aAk aAk aFO -ckI aAk +jUJ aAk aJZ aDc @@ -106341,27 +106419,27 @@ aAk awG aCg aDe -aGH +paK azr -apM -apM -apM -aEN -aGH +eoV +eoV +eoV +sqV +paK aKb -apM -apM -apM +eoV +eoV +eoV aBe -atY +cNh aKJ qfY aBd aKJ aBd aTW -apM -apM +eoV +eoV aXj bge bfe @@ -106593,18 +106671,18 @@ aBd aBd aBd bYZ -apM +eoV azp aEW aHB aIf aKa -apM +eoV ceD aBd aBd aBd -apM +eoV aEK nKF aPH @@ -106613,9 +106691,9 @@ aPH aPI aKJ aUW -apM +eoV aXj -aCd +nWI aZi bgh bgI @@ -106842,30 +106920,30 @@ axP ayI azz aAl -aEF +aAl aBd -avX -apM +ktJ +eoV aBX aCW aCW aCW aEa -apM +eoV aKc aBd -aLs aAl -apM -apM +aAl +eoV +eoV aBd aPH aPI aPH aPI aBd -apM -apM +eoV +eoV aXj bgk bfh @@ -107097,18 +107175,18 @@ aAm aEG aBd aDf -apM +eoV aCf -aAm -aAm -aAm +aAl +wZd +aAl aEb -apM +eoV aNL aBd aLt aAm -apM +eoV bfC aKJ aPI @@ -107118,8 +107196,8 @@ aRJ aTX aUX aBe -aXj -aCd +rJu +jbr bfn aSw aSw @@ -107345,23 +107423,23 @@ aqw axP ayJ azz -aAn -aEH +aAl +aAl aBd -avX -apM +ktJ +eoV aCU aDa aDa aDa aEc -apM +eoV aKc aBd -aLu -aAn -apM -apM +aAl +aAl +eoV +eoV aBd aPH aQM @@ -107371,7 +107449,7 @@ aBd aUY aBe aXj -aCd +nWI aZi bay bhR @@ -107601,18 +107679,18 @@ aBd aBd aBd bYZ -apM +eoV aAZ aHz aHE aJh aAZ -apM +eoV ceD aBd aBd aBd -apM +eoV aEK pcP aPH @@ -107621,7 +107699,7 @@ aPH aPI aKJ aUZ -apM +eoV aXk aYm aZj @@ -107849,22 +107927,22 @@ aru axQ ayH cfZ -aqw -aqw -ayJ +udc +udc +hJE aDg -aJm +qjh aNM -apM -apM -apM +eoV +eoV +eoV aER -aJm +qjh aJk aDh -aJm -aJm -aJm +qjh +qjh +qjh aNM dDd aKJ @@ -107873,11 +107951,11 @@ aKJ aBd aTW aBk -apM +eoV aXl aYn -apM -apM +eoV +eoV bbP bde bde @@ -108100,8 +108178,8 @@ awa aru axQ atY -apM -apM +eoV +eoV aDi aEf aEZ @@ -108125,7 +108203,7 @@ bre aEe aEe aVa -apM +eoV aXm fIL aYo @@ -108352,12 +108430,12 @@ awb aru axS ayK -ayK +ioM eti aBk -aCd -apM -aDb +nWI +eoV +ioM aCb aCh aCV @@ -108366,18 +108444,18 @@ aKJ aKJ aNt aKJ -apM -apM -apM -apM +eoV +eoV +eoV +eoV aBe aPK -apM -apM -apM -apM -apM -apM +eoV +eoV +eoV +eoV +eoV +eoV aXl aYo aZk @@ -108627,8 +108705,8 @@ aPL aNN aRK aTa -apM -apM +eoV +eoV aWk aXn aYp @@ -108880,8 +108958,8 @@ aNe aRL aTb aTY -apM -aCd +eoV +nWI aXl aYq aZm @@ -109133,7 +109211,7 @@ aRM aRL aTZ aVb -aCd +nWI aXl aYr aZn @@ -109385,7 +109463,7 @@ aRN aRM aRL aVc -aCd +nWI aXl aYq aZm @@ -109637,7 +109715,7 @@ aRO aTc aUa aVd -aCd +nWI aXo aYs aZo @@ -110141,7 +110219,7 @@ aRQ aTe aUb aVe -aCd +nWI aXp aYo aYo @@ -110393,7 +110471,7 @@ aRR aTf aKK aVf -aCd +nWI aXq aYt aZq @@ -110646,7 +110724,7 @@ aKK aKK aVg aWm -aXr +kfI aYu aZr baK @@ -111149,7 +111227,7 @@ aRT aTh aUd aVh -aqv +gBR aXt aYu aZt @@ -111402,7 +111480,7 @@ aPR aUe aPR aWo -aXr +kfI aYw aZu baN @@ -111595,7 +111673,7 @@ aag aaN acu acu -eqc +hYI acu adP acu @@ -111860,7 +111938,7 @@ ahY aiD aji afj -mtd +nhR akk akO alo @@ -112410,7 +112488,7 @@ aTk aNY aVk apM -aXr +tbH aYA aGv aHs @@ -113109,7 +113187,7 @@ aag aag aag adw -nIT +xeR aey afk afQ @@ -115712,7 +115790,7 @@ byz bsl bBe bCs -bDN +udM bEU bGl bGl @@ -116238,13 +116316,13 @@ bVH bKj bKj ptm -dxF +aag gKB -rLr -rLr -rLr -rLr -ihR +aag +aag +aag +aag +aag aaZ aag aag @@ -116490,13 +116568,13 @@ bVH bKj bKj ptm -qWO -rhw -rhw -rhw -rhw -rhw -wOi +aag +aag +aag +aag +aag +aag +aag aaZ aag aag @@ -116742,13 +116820,13 @@ bVH bKk bKk aag -qWO -tWN -liz -liz -liz -tWN -wOi +aag +aag +aag +aag +aag +aag +aag aaZ aag aag @@ -116994,13 +117072,13 @@ bVH aag aag aka -qWO -tWN -pRd -odI -hkY -tWN -wOi +aag +aag +aag +aag +aag +aag +aag aaZ aag aag @@ -117246,13 +117324,13 @@ bVH aag aag aag -qWO -tWN -pzN -lNM -lNM -tWN -wOi +aag +aag +aag +aag +aag +aag +aag aaZ aag aag @@ -117495,16 +117573,16 @@ bWF bXQ bWF bVH -cfz -gJE -gJE -nIt -eze -lNM -lNM -vuW -tWN -vpP +aag +aag +aag +aag +aag +aag +aag +aag +aag +aKZ aaZ aag aag @@ -117733,7 +117811,7 @@ bEX bGq bHO bHO -bHO +izP bHO bMQ bKi @@ -117747,16 +117825,16 @@ avt aaj eBH rRc -bKV aag -aKZ -qWO -tWN -rBA -lNM -vuW -tWN -wOi +aag +aag +aag +aag +aag +aag +aag +aag +aag aaZ aag aag @@ -117903,7 +117981,7 @@ acu afY agC acL -jkh +hwu acL agC afY @@ -117985,7 +118063,7 @@ bEX bGr bHQ byC -byC +oOJ bKi bMR bKi @@ -118002,13 +118080,13 @@ aag aag aag aag -qWO -tWN -rBA -lNM -vuW -tWN -wOi +aag +aag +aag +aag +aag +aag +aag aaZ aag aag @@ -118155,7 +118233,7 @@ acu acu agE acN -oWl +rIP acN agE acu @@ -118254,13 +118332,13 @@ aag aag aag abl -qWO -tWN -jmQ -kTr -jmQ -tWN -wOi +aag +aag +aag +aag +aag +aag +aag aaZ aag aag @@ -118487,7 +118565,7 @@ bCD cgF bEY bGt -bHR +sxI byC bKj bKj @@ -118506,13 +118584,13 @@ aag aag aag aag -qWO -tWN -tWN -grD -tWN -tWN -wOi +aag +aag +aag +aag +aag +aag +aag aaZ cdJ aag @@ -118758,13 +118836,13 @@ aag aag aag aag -qWO -aaj -tWN -tqr -tWN -aaj -wOi +aag +aag +aag +aag +aag +aag +aag aaZ aag aag @@ -118997,9 +119075,9 @@ bKj bKj bKj bKj -bKj -bKj -ptm +aab +aab +aag aag aag aag @@ -119010,13 +119088,13 @@ aag aag aag aag -nTO -exh -exh -exh -exh -exh -rGB +aag +aag +aag +aag +aag +aag +aag aaZ aag aag @@ -119249,7 +119327,7 @@ bKj bKj bKj bKj -bKj +aab aab aag aag @@ -119501,7 +119579,7 @@ bKk bKk bKk bKk -bKk +aag aag aag aag @@ -121016,7 +121094,7 @@ bGy bPn bQs bRL -fZJ +eww bPn bVJ bWJ @@ -121268,7 +121346,7 @@ bOe bPn bQs bRL -grm +mNq bPn bVK bWK @@ -121520,7 +121598,7 @@ bKm bPo bQt bQt -grm +jOj bPn bVI bWL @@ -122279,7 +122357,7 @@ bRO bTd bPp bQt -ksA +tAb cet bYT cgL @@ -122530,7 +122608,7 @@ bQw bRP bZM bPp -gLG +emW bWN bXY bPn @@ -122782,7 +122860,7 @@ bQx bRQ bTf bUG -mkW +xNF bQt bvB bPn @@ -123058,7 +123136,7 @@ btM rWI dNQ aaf -ceY +aaf aaf aaf aaf @@ -123180,7 +123258,7 @@ aae aad aae aad -aae +aad aad dNQ dNQ @@ -123312,7 +123390,7 @@ dNQ aaf aaf aaf -ceY +aaf aaf aaf cfm @@ -124069,7 +124147,7 @@ sDo eNw aaf aaf -ceY +aaf aaf cfm obP @@ -124186,7 +124264,7 @@ aad aad aad aad -aae +aad aad vBB obq @@ -124696,7 +124774,7 @@ vBB fQL vBB obq -lrb +elz vBB aad aad @@ -124786,7 +124864,7 @@ seJ kCA xwV uis -lbD +dCh seJ aad aad @@ -124821,7 +124899,7 @@ bPt bPt bPt bPt -fKK +gSy eNw aad aad @@ -125329,7 +125407,7 @@ jwF aad aad aad -ceY +aaf obP cfm aaf diff --git a/maps/yw/cryogaia-06-upper.dmm b/maps/yw/cryogaia-06-upper.dmm index f669c9ab88..cf3c6bfaef 100644 --- a/maps/yw/cryogaia-06-upper.dmm +++ b/maps/yw/cryogaia-06-upper.dmm @@ -236,6 +236,10 @@ "aaT" = ( /turf/simulated/wall/titanium, /area/borealis2/outdoors/grounds/tower/east) +"aaU" = ( +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northeast) "aaV" = ( /obj/structure/railing/grey{ icon_state = "grey_railing0"; @@ -392,13 +396,9 @@ /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/checkpoint) "abz" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 - }, /obj/structure/catwalk, /turf/simulated/open, -/area/borealis2/outdoors/grounds/walkway) +/area/borealis2/outdoors/grounds/tower/northwest) "abA" = ( /obj/structure/railing/grey, /obj/structure/catwalk, @@ -531,7 +531,7 @@ /obj/structure/catwalk, /obj/structure/catwalk, /turf/simulated/open, -/area/borealis2/outdoors/grounds/walkway) +/area/borealis2/outdoors/grounds/checkpoint) "abW" = ( /obj/machinery/light{ dir = 8; @@ -736,105 +736,132 @@ /obj/structure/railing/grey, /turf/simulated/floor/plating/snow/plating/cryogaia, /area/borealis2/outdoors/grounds) -"aeU" = ( +"ada" = ( +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"adX" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"afm" = ( +/obj/structure/railing{ + dir = 1; + icon_state = "railing0" + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"aiv" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4; + icon_state = "intact-scrubbers" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1; + icon_state = "bulb1" + }, +/turf/simulated/floor/plating, +/area/borealis2/outdoors/grounds) +"akH" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"alA" = ( /obj/structure/catwalk, /obj/structure/railing/grey{ icon_state = "grey_railing0"; - dir = 8 - }, -/obj/structure/railing/grey, -/turf/simulated/open, -/area/borealis2/outdoors/exterior) -"afI" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"alB" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 8 - }, -/obj/machinery/space_heater, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/south) -"aoV" = ( -/turf/simulated/floor/plating, -/area/chapel/monastery/upper) -"aph" = ( -/obj/machinery/light{ dir = 1 }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"atK" = ( -/obj/structure/railing/grey, -/obj/structure/catwalk, /obj/structure/railing/grey{ icon_state = "grey_railing0"; - dir = 8 + dir = 4 }, /turf/simulated/open, -/area/borealis2/outdoors/exterior) -"atP" = ( +/area/borealis2/outdoors/grounds/tower/south) +"ana" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"anM" = ( +/obj/structure/table/steel, +/obj/item/device/suit_cooling_unit, +/obj/item/device/suit_cooling_unit, +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"aoP" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"arB" = ( +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 8 + }, +/obj/random/medical/pillbottle, +/obj/random/medical/pillbottle, +/obj/random/medical/lite, +/obj/structure/closet/medical, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"avQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"avT" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"azO" = ( /obj/structure/cable{ d1 = 1; d2 = 8; icon_state = "1-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"avA" = ( -/turf/simulated/wall/r_wall, -/area/cryogaia/station/explorer_upper) -"aIc" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 8 - }, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 - }, -/turf/simulated/floor/plating/snow/plating, -/area/borealis2/outdoors/grounds) -"aII" = ( -/obj/machinery/power/thermoregulator/cryogaia{ - dir = 4; - pixel_x = -30 - }, -/obj/structure/cable/green, /turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"aQS" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 - }, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 4 - }, -/obj/structure/catwalk, -/turf/simulated/open, -/area/borealis2/outdoors/grounds) -"aZg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/chapel/monastery/upper) -"bcV" = ( +/area/civilian/atrium/upper) +"azP" = ( /obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" + d1 = 4; + d2 = 8; + icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -843,89 +870,59 @@ dir = 4; icon_state = "intact-scrubbers" }, -/turf/simulated/floor/plating, -/area/chapel/monastery/upper) -"biB" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"bky" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"bDK" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/cryogaia/station/explorer_upper) -"bKT" = ( -/obj/machinery/space_heater, +"aAm" = ( +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 4; + icon_state = "borderfloorcorner_black" + }, +/obj/effect/floor_decal/industrial/danger/corner{ + dir = 4; + icon_state = "dangercorner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5; + icon_state = "intact-supply" + }, /turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/southeast) -"bOt" = ( -/obj/effect/wingrille_spawn/reinforced, +/area/quartermaster/miningdock) +"aAL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, -/area/borealis2/outdoors/grounds/tower/southeast) -"bPM" = ( -/turf/simulated/floor/plating/snow/plating, -/area/borealis2/outdoors/grounds) -"bPS" = ( -/turf/simulated/open, -/area/borealis2/outdoors/exterior/lake) -"bPU" = ( -/turf/simulated/open, -/area/borealis2/outdoors/exterior/explore3) -"bSm" = ( +/area/maintenance/medical_upper) +"aCw" = ( +/obj/structure/catwalk, /obj/structure/railing/grey{ icon_state = "grey_railing0"; - dir = 4 - }, -/obj/machinery/space_heater, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/northwest) -"bWu" = ( -/obj/structure/railing{ dir = 8 }, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"cdT" = ( -/obj/item/device/radio/intercom{ - broadcasting = 0; - dir = 4; - listening = 1; - name = "Common Channel"; - pixel_x = 21; - pixel_y = 0 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/south) -"ceU" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"cfP" = ( -/turf/unsimulated/wall/planetary/borealis2, -/area/borealis2/outdoors/exterior/explore3) -"cfT" = ( -/turf/unsimulated/wall/planetary/borealis2, -/area/space) -"ckL" = ( /obj/structure/railing/grey{ icon_state = "grey_railing0"; dir = 1 }, -/obj/structure/catwalk, /turf/simulated/open, -/area/borealis2/outdoors/grounds) -"cAM" = ( +/area/borealis2/outdoors/grounds/tower/southwest) +"aCH" = ( +/obj/effect/floor_decal/corner/brown/full{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"aFs" = ( /turf/simulated/open, -/area/cryogaia/station/explorer_upper) -"cDD" = ( +/area/borealis2/outdoors/grounds/tower/south) +"aFI" = ( +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/tower/east) +"aFN" = ( /obj/structure/cable/green{ d1 = 2; d2 = 8; @@ -940,189 +937,313 @@ }, /turf/simulated/floor/tiled, /area/chapel/monastery/upper) -"cHV" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 +"aFW" = ( +/obj/machinery/light{ + dir = 1 }, /turf/simulated/floor/tiled, /area/chapel/monastery/upper) -"cKm" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +"aGz" = ( +/obj/structure/lattice, +/obj/structure/cable/green{ + dir = 2; + icon_state = "32-8" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/zpipe/down/supply{ dir = 8 }, +/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers{ + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds) +"aGM" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1"; + pixel_x = 0 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, /turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"cSG" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; +/area/medical/medbayskybridge) +"aHj" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/random/medical/lite, +/obj/random/medical/lite, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"aHY" = ( +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/checkpoint) +"aIx" = ( +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/obj/item/pizzabox, +/obj/item/weapon/material/ashtray/plastic, +/obj/effect/floor_decal/corner/paleblue/diagonal{ dir = 4 }, -/obj/structure/railing/grey, -/obj/effect/overlay/snow/floor, -/obj/structure/table/steel, -/turf/simulated/floor/tiled/cryogaia/cryogaia, -/area/borealis2/outdoors/grounds) -"cWR" = ( +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"aJH" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, /obj/structure/cable/green{ d2 = 8; icon_state = "0-8" }, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"daj" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"dhC" = ( -/obj/machinery/alarm{ - frequency = 1441; - pixel_y = 22 +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"aKM" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 }, +/obj/random/medical/lite, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"aMX" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/checkpoint) +"aWx" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/obj/structure/railing/grey, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northeast) +"aYA" = ( +/obj/machinery/door/airlock/glass_external/freezable{ + req_one_access = list() + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass, /turf/simulated/floor/tiled, /area/chapel/monastery/upper) -"dyh" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 +"bak" = ( +/obj/machinery/door/airlock/glass_medical{ + name = "Staff Room"; + req_access = list(5) }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"bct" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"bcT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"dEe" = ( -/obj/effect/wingrille_spawn/reinforced, -/turf/simulated/floor/plating, -/area/borealis2/outdoors/grounds/tower/west) -"dPJ" = ( +/area/medical/medbayskybridge) +"bdX" = ( +/obj/structure/railing/grey, +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/checkpoint) +"bhY" = ( /obj/structure/catwalk, /obj/structure/railing/grey{ icon_state = "grey_railing0"; dir = 1 }, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 8 - }, +/obj/machinery/light/spot/no_nightshift, /turf/simulated/open, -/area/borealis2/outdoors/grounds) -"dSr" = ( -/turf/simulated/wall/titanium, -/area/borealis2/outdoors/grounds/tower/west) -"dSZ" = ( -/obj/structure/lattice, -/obj/structure/cable{ - icon_state = "32-4" - }, -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/zpipe/down/supply{ - dir = 4 - }, -/turf/simulated/open, -/area/constructionsite/cryogaia/upper) -"dXv" = ( -/obj/machinery/door/airlock/glass_external/freezable{ - req_one_access = list() - }, -/turf/simulated/floor/plating/snow/plating, -/area/borealis2/outdoors/grounds/tower/south) -"eil" = ( -/obj/structure/catwalk, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 4 - }, -/turf/simulated/open, -/area/borealis2/outdoors/grounds) -"eqG" = ( -/obj/structure/railing{ - dir = 1; - icon_state = "railing0" - }, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"eHJ" = ( -/obj/machinery/alarm{ - frequency = 1441; - pixel_y = 22 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"eTC" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"fgL" = ( -/obj/structure/table/steel, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/west) -"fjv" = ( -/obj/structure/catwalk, -/obj/structure/railing/grey, -/turf/simulated/open, -/area/borealis2/outdoors/grounds) -"ftn" = ( -/obj/machinery/door/airlock/glass_external/freezable{ - req_one_access = list() - }, -/turf/simulated/floor/plating/snow/plating, -/area/borealis2/outdoors/grounds/tower/west) -"fJF" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance/common, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4; - icon_state = "intact-scrubbers" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/chapel/monastery/upper) -"fNP" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 4 - }, -/obj/structure/catwalk, -/turf/simulated/open, -/area/borealis2/outdoors/grounds) -"gdR" = ( -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"gmz" = ( +/area/borealis2/outdoors/grounds/tower/northeast) +"boA" = ( +/turf/simulated/shuttle/floor/yellow, +/area/shuttle/belter) +"bpl" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"bpK" = ( +/obj/structure/window/reinforced, +/obj/structure/railing, +/turf/simulated/open, +/area/civilian/atrium/upper) +"bDl" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"bJu" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"bPM" = ( +/turf/simulated/floor/plating/snow/plating, +/area/borealis2/outdoors/grounds) +"bPP" = ( +/obj/structure/railing/grey, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds) +"bPS" = ( +/turf/simulated/open, +/area/borealis2/outdoors/exterior/lake) +"bPU" = ( +/turf/simulated/open, +/area/borealis2/outdoors/exterior/explore3) +"bYd" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"bYl" = ( +/obj/structure/railing{ + dir = 8 + }, /turf/simulated/floor/tiled, /area/chapel/monastery/upper) -"gDc" = ( -/obj/structure/railing{ +"bZy" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; dir = 1 }, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northeast) +"bZJ" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/south) +"cdF" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_x = 0; + pixel_y = -24 + }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4; icon_state = "intact-scrubbers" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"cek" = ( +/turf/simulated/wall/r_wall, +/area/cryogaia/station/hallway/primary/upper) +"ceC" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"cfP" = ( +/turf/unsimulated/wall/planetary/borealis2, +/area/borealis2/outdoors/exterior/explore3) +"cfT" = ( +/turf/unsimulated/wall/planetary/borealis2, +/area/space) +"cgK" = ( +/obj/structure/cable/green{ + dir = 2; + icon_state = "32-4" + }, +/obj/structure/lattice, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/zpipe/down/supply{ dir = 4 }, +/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers{ + dir = 4 + }, +/turf/simulated/open, +/area/cryogaia/station/explorer_upper) +"chu" = ( +/obj/structure/railing/grey, +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/checkpoint) +"chH" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, /turf/simulated/floor/tiled, /area/chapel/monastery/upper) -"gDS" = ( -/obj/machinery/door/airlock/glass_external/freezable{ - req_one_access = list() - }, -/turf/simulated/floor/plating/snow/plating, -/area/cryogaia/station/explorer_upper) -"gIG" = ( +"chO" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -1131,22 +1252,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4; - icon_state = "intact-scrubbers" +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 }, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"gQe" = ( -/obj/effect/wingrille_spawn/reinforced, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/plating, -/area/cryogaia/station/explorer_upper) -"htq" = ( -/obj/effect/overlay/snow/floor, -/turf/simulated/floor/tiled/cryogaia/cryogaia, -/area/borealis2/outdoors/grounds) -"hwq" = ( +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"cmQ" = ( /obj/structure/railing{ dir = 4; icon_state = "railing0" @@ -1159,58 +1270,43 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/cryogaia/station/explorer_upper) -"hwQ" = ( -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"hzU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"hJE" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5; - icon_state = "intact-scrubbers" - }, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"hRP" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; +"cnK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"coT" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"cqO" = ( +/turf/simulated/wall, +/area/crew_quarters/medbreak) +"csC" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/obj/structure/railing/grey, /obj/effect/overlay/snow/floor, /obj/structure/table/steel, /turf/simulated/floor/tiled/cryogaia/cryogaia, /area/borealis2/outdoors/grounds) -"hTS" = ( -/obj/machinery/power/thermoregulator/cryogaia{ - dir = 8; - pixel_x = 30 - }, -/obj/structure/cable/green{ - icon_state = "0-2" +"csE" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 5 }, +/obj/structure/table/rack, +/obj/item/clothing/suit/space/void/mining, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/void/mining, +/obj/item/weapon/mining_scanner, /turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"hUi" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 - }, -/obj/structure/catwalk, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 4 - }, -/turf/simulated/open, -/area/borealis2/outdoors/grounds) -"hVp" = ( +/area/quartermaster/miningdock) +"ctf" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -1223,68 +1319,371 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/turf/simulated/floor/plating, +/area/borealis2/outdoors/grounds) +"cts" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/southeast) +"cxD" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southwest) +"cAW" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/obj/machinery/power/apc{ + cell_type = /obj/item/weapon/cell/apc; + dir = 8; + name = "west bump"; + pixel_x = -28 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, /turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"hYY" = ( +/area/quartermaster/miningdock) +"cDA" = ( +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"cFT" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"cHO" = ( +/obj/machinery/door/airlock/glass_external/freezable{ + req_one_access = list() + }, +/turf/simulated/floor/plating/snow/plating, +/area/cryogaia/station/explorer_upper) +"cNu" = ( +/turf/simulated/floor/reinforced, +/area/quartermaster/miningdock) +"cRD" = ( +/obj/machinery/light/small{ + icon_state = "bulb1"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"cSH" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5; + icon_state = "intact-scrubbers" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"cXv" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-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/medical/medbayupper) +"cXV" = ( +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/west) +"cYi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"cYo" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/south) +"dat" = ( +/obj/structure/catwalk, /obj/structure/railing/grey{ icon_state = "grey_railing0"; dir = 1 }, -/obj/effect/overlay/snow/floor, -/turf/simulated/floor/tiled/cryogaia/cryogaia, -/area/borealis2/outdoors/grounds) -"iie" = ( -/obj/machinery/light{ - dir = 4; - icon_state = "tube1"; - pixel_y = 0 +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 }, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"ili" = ( -/obj/structure/catwalk, -/obj/structure/railing/grey, /turf/simulated/open, -/area/borealis2/outdoors/exterior) -"imY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"inN" = ( +/area/borealis2/outdoors/grounds/tower/west) +"dcG" = ( /obj/structure/catwalk, /obj/structure/railing/grey{ icon_state = "grey_railing0"; dir = 8 }, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 +/obj/machinery/light/spot/no_nightshift{ + icon_state = "tube1"; + dir = 4 }, /turf/simulated/open, -/area/borealis2/outdoors/exterior) -"ivv" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ +/area/borealis2/outdoors/grounds/tower/west) +"dcI" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"ddW" = ( +/obj/machinery/door/firedoor/glass/hidden/steel{ + dir = 2 + }, +/obj/machinery/door/airlock/multi_tile/glass, +/turf/simulated/floor/tiled, +/area/civilian/atrium/upper) +"dei" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/machinery/alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"dgb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/paleblue/full, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"diD" = ( +/obj/machinery/vending/snack, +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"djg" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4; + icon_state = "intact-scrubbers" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"dll" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"dnk" = ( +/obj/structure/flora/pottedplant/large, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"dnY" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"dqi" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/machinery/space_heater, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/south) +"dsk" = ( +/obj/random/trash_pile, +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"dsP" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4; + icon_state = "intact-scrubbers" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 }, /turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"iHb" = ( +/area/chapel/monastery/upper) +"dAr" = ( +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"dAU" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/open, +/area/civilian/atrium/upper) +"dJA" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/south) +"dJN" = ( +/obj/structure/flora/pottedplant/large, +/obj/effect/floor_decal/corner/paleblue{ + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"dKo" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"dLt" = ( +/obj/effect/overlay/snow/floor, +/turf/simulated/floor/tiled/cryogaia/cryogaia, +/area/borealis2/outdoors/grounds) +"dQv" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"dSr" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance/cargo, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"dTy" = ( /obj/structure/catwalk, +/obj/structure/railing/grey, +/obj/machinery/light/spot/no_nightshift{ + icon_state = "tube1"; + dir = 1 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southwest) +"dUp" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"dVc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"dVO" = ( +/obj/effect/wingrille_spawn/reinforced, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/plating, +/area/chapel/monastery/upper) +"dWm" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"dWV" = ( /obj/structure/railing/grey{ icon_state = "grey_railing0"; dir = 4 }, -/obj/structure/railing/grey, +/obj/structure/catwalk, +/obj/machinery/light/spot/no_nightshift{ + icon_state = "tube1"; + dir = 8 + }, /turf/simulated/open, -/area/borealis2/outdoors/grounds) -"iJj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/area/borealis2/outdoors/grounds/tower/east) +"dXk" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"iJx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"dYc" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -1309,71 +1708,271 @@ }, /turf/simulated/floor/tiled, /area/cryogaia/station/explorer_upper) -"iKY" = ( -/obj/structure/railing{ - dir = 2; - flags = null +"eaU" = ( +/obj/machinery/power/apc{ + cell_type = /obj/item/weapon/cell/apc; + dir = 8; + name = "west bump"; + pixel_x = -28 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4; - icon_state = "intact-scrubbers" +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 0 }, /turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"jpA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5; - icon_state = "intact-supply" - }, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"jLz" = ( -/obj/structure/bed/chair{ +/area/civilian/atrium/upper) +"egP" = ( +/obj/structure/railing/grey, +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds) +"ejf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/west) -"jQf" = ( +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"ekJ" = ( /obj/structure/catwalk, /obj/structure/railing/grey{ icon_state = "grey_railing0"; dir = 8 }, /turf/simulated/open, -/area/borealis2/outdoors/grounds) -"jTP" = ( -/obj/effect/overlay/snow/floor, -/obj/machinery/door/airlock/glass_external/freezable{ - req_one_access = list() +/area/borealis2/outdoors/grounds/tower/southwest) +"elr" = ( +/obj/machinery/firealarm{ + dir = 2; + layer = 3.3; + pixel_x = 0; + pixel_y = 26 }, -/turf/simulated/floor/plating/snow/plating, -/area/chapel/monastery/upper) -"jUP" = ( -/obj/machinery/light{ - dir = 1 +/obj/machinery/computer/roguezones{ + dir = 2 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 9 }, /turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"kdI" = ( +/area/quartermaster/miningdock) +"emx" = ( +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"emW" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/door/airlock/glass_external/freezable{ - req_one_access = list() +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/borealis2/elevator/uppermining) +"erz" = ( +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + dir = 1; + id_tag = "belter_docking"; + pixel_y = 26 + }, +/turf/simulated/shuttle/floor/yellow, +/area/shuttle/belter) +"etr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"euK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"ewW" = ( +/obj/machinery/computer/shuttle_control/belter{ + dir = 8 + }, +/turf/simulated/shuttle/floor/yellow, +/area/shuttle/belter) +"exp" = ( +/obj/machinery/light, +/obj/effect/floor_decal/corner/brown/full, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"ezX" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/east) +"eAW" = ( +/turf/simulated/open, +/area/chapel/monastery/upper) +"eCD" = ( +/obj/structure/lattice, +/obj/structure/cable/green{ + dir = 2; + icon_state = "32-4" }, /obj/machinery/door/firedoor/glass, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"keS" = ( -/obj/item/device/geiger/wall{ - dir = 8; - pixel_x = 30 +/turf/simulated/open, +/area/maintenance/medical_upper) +"eEH" = ( +/obj/structure/table/steel, +/obj/random/maintenance/medical, +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"eKt" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southwest) +"eNf" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/obj/machinery/computer/shuttle_control/belter{ + dir = 1 }, /turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"krc" = ( +/area/quartermaster/miningdock) +"eUa" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southeast) +"eUv" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"eVw" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/west) +"eVY" = ( +/obj/structure/railing/grey, +/obj/structure/catwalk, +/obj/machinery/light/spot/no_nightshift{ + icon_state = "tube1"; + dir = 1 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/checkpoint) +"eXp" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"eXs" = ( +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_x = 0; + pixel_y = 28 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 4 + }, +/obj/structure/table/steel, +/obj/item/weapon/paper/rogueminer, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"fav" = ( +/obj/machinery/vending/cola, +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"fay" = ( +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"faF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"ffb" = ( +/turf/simulated/wall, +/area/civilian/atrium/upper) +"fgA" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/structure/railing/grey, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southwest) +"fiy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"fjQ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + cell_type = /obj/item/weapon/cell/apc; + dir = 8; + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plating, +/area/borealis2/elevator/medupper) +"fkd" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northeast) +"fkB" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/east) +"fnF" = ( +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"fpA" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"fsH" = ( /obj/structure/railing/grey{ icon_state = "grey_railing0"; dir = 8 @@ -1381,184 +1980,59 @@ /obj/structure/catwalk, /turf/simulated/open, /area/borealis2/outdoors/grounds/walkway) -"kzl" = ( -/obj/structure/catwalk, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; +"ftA" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light{ dir = 1 }, -/turf/simulated/open, -/area/borealis2/outdoors/grounds) -"kAB" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"fwW" = ( +/obj/structure/table/steel, +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"fwZ" = ( +/obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/catwalk, -/turf/simulated/open, -/area/borealis2/outdoors/exterior) -"kBK" = ( /obj/structure/railing{ - dir = 4; - icon_state = "railing0" - }, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"kDW" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; dir = 4 }, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 - }, -/obj/structure/catwalk, -/turf/simulated/open, -/area/borealis2/outdoors/grounds) -"kEP" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 - }, -/obj/structure/catwalk, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 8 - }, -/turf/simulated/open, -/area/borealis2/outdoors/grounds) -"kFx" = ( -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/west) -"kNE" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, /turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"ldg" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/glass_external/freezable{ - req_one_access = list() - }, +/area/civilian/atrium/upper) +"fxf" = ( /obj/machinery/door/firedoor/glass, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"luf" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"lwz" = ( +/obj/effect/wingrille_spawn/reinforced, +/turf/simulated/floor/plating, +/area/medical/medbayskybridge) +"fyS" = ( /obj/structure/catwalk, -/obj/structure/railing/grey, /obj/structure/railing/grey{ icon_state = "grey_railing0"; dir = 4 }, /turf/simulated/open, -/area/borealis2/outdoors/exterior) -"lAE" = ( -/obj/structure/catwalk, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 - }, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 8 - }, -/turf/simulated/open, -/area/borealis2/outdoors/exterior) -"lCW" = ( -/obj/structure/catwalk, -/turf/simulated/open, -/area/borealis2/outdoors/exterior) -"lGY" = ( -/turf/simulated/wall, -/area/constructionsite/cryogaia/upper) -"lIf" = ( -/turf/simulated/open, -/area/constructionsite/cryogaia/upper) -"lJU" = ( -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/south) -"maV" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"mcr" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"mhQ" = ( +/area/borealis2/outdoors/grounds/tower/west) +"fzp" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4; icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"mxI" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/area/quartermaster/miningdock) +"fzr" = ( +/obj/machinery/light{ + dir = 8; + icon_state = "tube1"; + pixel_x = 0 }, -/obj/machinery/door/airlock/glass, -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"mBm" = ( -/obj/structure/railing/grey, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 8 - }, -/obj/effect/overlay/snow/floor, -/turf/simulated/floor/tiled/cryogaia/cryogaia, -/area/borealis2/outdoors/grounds) -"mCs" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/checkpoint) -"mIB" = ( -/obj/structure/catwalk, -/obj/structure/railing/grey, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 8 - }, -/turf/simulated/open, -/area/borealis2/outdoors/grounds) -"mLP" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"mVA" = ( +/area/cryogaia/station/hallway/primary/upper) +"fFi" = ( /obj/item/device/radio/intercom{ broadcasting = 0; dir = 1; @@ -1571,103 +2045,102 @@ }, /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/tower/west) -"mXg" = ( -/obj/structure/catwalk, -/obj/structure/railing/grey, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 8 +"fFC" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 }, -/turf/simulated/open, -/area/borealis2/outdoors/exterior) -"nai" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"fFW" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"fIh" = ( +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/northeast) +"fKT" = ( +/obj/structure/closet/crate{ dir = 4 }, -/obj/structure/railing/grey, -/obj/structure/catwalk, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/shuttle/floor/yellow, +/area/shuttle/belter) +"fMi" = ( /turf/simulated/open, -/area/borealis2/outdoors/exterior) -"nbE" = ( +/area/medical/medbayskybridge) +"fOx" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_x = 0; + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"ggf" = ( /obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + icon_state = "map-scrubbers" }, /turf/simulated/floor/tiled, /area/chapel/monastery/upper) -"nox" = ( -/obj/structure/cable{ - icon_state = "4-8" +"ggh" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northwest) +"ghO" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25; + pixel_y = 0 }, -/obj/machinery/door/airlock/maintenance/common, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"glH" = ( +/obj/machinery/door/airlock/maintenance/int{ + name = "Emergency Storage"; + req_one_access = list() + }, +/turf/simulated/floor/plating, +/area/chapel/monastery/upper) +"glN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"grK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"grN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"noF" = ( -/obj/structure/bed/chair, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/south) -"nsG" = ( -/obj/structure/railing/grey, -/obj/structure/catwalk, -/turf/simulated/open, -/area/borealis2/outdoors/exterior) -"nvU" = ( -/obj/structure/railing/grey, -/obj/effect/overlay/snow/floor, -/turf/simulated/floor/tiled/cryogaia/cryogaia, -/area/borealis2/outdoors/grounds) -"nxs" = ( -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/thermoregulator/cryogaia{ - pixel_x = 0; - pixel_y = 32 - }, /turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"nAD" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 4 - }, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 - }, -/obj/structure/catwalk, -/turf/simulated/open, -/area/borealis2/outdoors/exterior) -"nGj" = ( -/obj/structure/cable/green{ - dir = 2; - icon_state = "32-4" - }, -/obj/structure/lattice, -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/zpipe/down/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers{ - dir = 4 - }, -/turf/simulated/open, -/area/cryogaia/station/explorer_upper) -"nGA" = ( -/obj/machinery/light, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"nGM" = ( +/area/chapel/monastery/upper) +"guB" = ( /obj/structure/cable/green{ icon_state = "32-2" }, @@ -1681,31 +2154,791 @@ /obj/machinery/door/firedoor/glass, /turf/simulated/open, /area/chapel/monastery/upper) -"nIi" = ( -/obj/effect/wingrille_spawn/reinforced, -/obj/machinery/door/firedoor/glass, +"guL" = ( +/obj/machinery/door/firedoor/glass/hidden/steel{ + icon_state = "door_open"; + dir = 8 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2; + req_access = list() + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"gvO" = ( +/obj/item/device/geiger/wall{ + dir = 4; + pixel_x = -30 + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"gzY" = ( +/turf/simulated/wall, +/area/constructionsite/cryogaia/upper) +"gAC" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/upper) +"gBh" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/obj/effect/overlay/snow/floor, +/obj/structure/table/steel, +/turf/simulated/floor/tiled/cryogaia/cryogaia, +/area/borealis2/outdoors/grounds) +"gIf" = ( +/turf/simulated/wall/titanium, +/area/borealis2/outdoors/grounds/tower/west) +"gNl" = ( +/turf/simulated/wall, +/area/chapel/monastery/upper) +"gOS" = ( +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"gQK" = ( +/obj/machinery/light/small{ + dir = 4 + }, /turf/simulated/floor/plating, /area/chapel/monastery/upper) -"nNy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 +"gRA" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 }, +/obj/machinery/light/spot/no_nightshift{ + icon_state = "tube1"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northeast) +"gRI" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/west) +"gVF" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"gZj" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northeast) +"hkB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"hlq" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 28 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"hoa" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"hpR" = ( +/obj/effect/wingrille_spawn/reinforced, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/medical/medbayupper) +"hqc" = ( +/turf/simulated/wall/r_wall, +/area/cryogaia/station/explorer_upper) +"htw" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner/blue, +/area/borealis2/elevator/uppermining) +"huD" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/industrial/danger, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"hBn" = ( +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"hBs" = ( +/obj/structure/railing/grey, +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/checkpoint) +"hBP" = ( +/obj/structure/railing/grey, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/effect/overlay/snow/floor, +/turf/simulated/floor/tiled/cryogaia/cryogaia, +/area/borealis2/outdoors/grounds) +"hDf" = ( +/obj/effect/floor_decal/borderfloorblack/corner, +/obj/effect/floor_decal/industrial/danger/corner, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"hDU" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northwest) +"hEm" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/checkpoint) +"hEF" = ( +/obj/structure/dispenser/oxygen, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"hGf" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"hGq" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "propulsion_l" + }, +/turf/simulated/floor/tiled/techmaint, +/turf/simulated/shuttle/plating/airless/carry, +/area/shuttle/belter) +"hJf" = ( +/turf/simulated/floor/tiled/white, +/area/borealis2/elevator/medupper) +"hKe" = ( +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/shuttle_landmark/premade/mining/cryogaia, +/turf/simulated/floor/airless, +/area/shuttle/belter) +"hKx" = ( +/obj/structure/railing, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"hLN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"hLT" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/structure/railing/grey, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southeast) +"hMa" = ( +/turf/simulated/wall/r_wall, +/area/borealis2/elevator/uppermining) +"hMG" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/open, +/area/maintenance/medical_upper) +"hNd" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"hSF" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"hUA" = ( +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"hXg" = ( +/obj/machinery/washing_machine, +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"hYT" = ( +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"ibw" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"icp" = ( +/obj/machinery/requests_console/preset/medical, +/turf/simulated/wall, +/area/medical/medbayupper) +"idB" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor/yellow, +/area/shuttle/belter) +"idT" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + name = "Secondary Storage"; + req_access = list(5) + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"ijG" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"ikt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5; + icon_state = "intact-scrubbers" + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"iqx" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/machinery/light/spot/no_nightshift{ + icon_state = "tube1"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northwest) +"iqP" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/west) +"iwA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"iyE" = ( /turf/simulated/floor/plating, /area/chapel/monastery/upper) -"nOS" = ( +"iyR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"iIe" = ( /obj/machinery/space_heater, /turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/checkpoint) +"iIM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"iIQ" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"iIZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"iJZ" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/medical{ + name = "Secondary Storage"; + req_access = list(5) + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"iPa" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northwest) +"iQr" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/item/device/radio/intercom{ + broadcasting = 0; + dir = 4; + listening = 1; + name = "Common Channel"; + pixel_x = 21; + pixel_y = 0 + }, +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"iRI" = ( +/obj/machinery/door/airlock/glass_external/freezable{ + req_one_access = list() + }, +/turf/simulated/floor/plating/snow/plating, +/area/chapel/monastery/upper) +"iVJ" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/west) +"iYG" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1; + icon_state = "railing0" + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/upper) +"jgA" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"jiw" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"jmQ" = ( +/turf/simulated/wall, +/area/maintenance/medical_upper) +"jom" = ( +/obj/structure/railing{ + dir = 2; + flags = null + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4; + icon_state = "intact-scrubbers" + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"jqi" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"jsB" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1; + icon_state = "railing0" + }, +/turf/simulated/open, +/area/civilian/atrium/upper) +"juz" = ( +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 1; + icon_state = "borderfloorcorner_black" + }, +/obj/effect/floor_decal/industrial/danger/corner{ + dir = 8; + icon_state = "dangercorner" + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"jvP" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"jBe" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"jFp" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"jKA" = ( +/obj/machinery/door/firedoor/glass/hidden/steel{ + dir = 2 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"jKV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"jLC" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"jOy" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/machinery/vending/cola, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"jPj" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northwest) +"jQD" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"jQY" = ( +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"jSl" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor/yellow, +/area/shuttle/belter) +"jTY" = ( +/obj/machinery/door/firedoor/glass/hidden/steel, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"jVz" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"jYh" = ( +/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/plating, +/area/maintenance/medical_upper) +"jYP" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/south) +"kaB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5; + icon_state = "intact-supply" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5; + icon_state = "intact-scrubbers" + }, +/turf/simulated/floor/plating, +/area/chapel/monastery/upper) +"kdi" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"kfb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"kgX" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/open, /area/borealis2/outdoors/grounds/tower/east) -"nVy" = ( +"kjr" = ( +/obj/effect/wingrille_spawn/reinforced, +/turf/simulated/floor/plating, +/area/borealis2/outdoors/grounds/tower/west) +"koH" = ( +/turf/simulated/open, +/area/quartermaster/miningdock) +"ksp" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 3 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1; + icon_state = "railing0" + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/open, +/area/civilian/atrium/upper) +"kxF" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"kyU" = ( +/obj/machinery/door/airlock/glass_external/freezable{ + req_one_access = list() + }, +/turf/simulated/floor/plating/snow/plating, +/area/borealis2/outdoors/grounds/tower/south) +"kDh" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/obj/machinery/light/spot/no_nightshift, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northwest) +"kHx" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/walkway) +"kKL" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, /obj/machinery/light{ dir = 1 }, /turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"kNq" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, /area/cryogaia/station/explorer_upper) -"ohK" = ( +"kNB" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/west) +"kOz" = ( +/obj/item/device/geiger/wall{ + dir = 4; + pixel_x = -30 + }, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/south) +"kSV" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -1719,194 +2952,395 @@ /obj/structure/cable/green, /turf/simulated/floor/plating, /area/chapel/monastery/upper) -"ook" = ( -/obj/structure/railing/grey, +"kTt" = ( +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 1 + }, +/obj/random/medical/pillbottle, +/obj/random/medical/lite, +/obj/structure/closet/medical, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"kTG" = ( +/turf/simulated/shuttle/wall/voidcraft/hard_corner/blue, +/area/borealis2/elevator/medupper) +"kWR" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, /obj/structure/catwalk, /turf/simulated/open, -/area/borealis2/outdoors/grounds/walkway) -"ooY" = ( -/obj/structure/table/steel, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/south) -"opu" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"ozx" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"oEe" = ( -/obj/item/device/geiger/wall{ - dir = 4; - pixel_x = -30 - }, -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/south) -"oHr" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4; - icon_state = "intact-scrubbers" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"oKL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"paf" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"pdE" = ( -/obj/structure/ladder, -/turf/simulated/floor/plating/snow/plating, -/area/borealis2/outdoors/grounds) -"pfW" = ( -/obj/effect/wingrille_spawn/reinforced, -/turf/simulated/floor/plating, -/area/borealis2/outdoors/grounds/tower/south) -"ptZ" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 8 - }, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 - }, -/obj/effect/overlay/snow/floor, -/obj/structure/table/steel, -/turf/simulated/floor/tiled/cryogaia/cryogaia, -/area/borealis2/outdoors/grounds) -"pvp" = ( -/obj/item/device/geiger/wall{ - dir = 4; - pixel_x = -30 - }, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"pCR" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"pIc" = ( -/obj/item/device/geiger/wall{ - dir = 1; - pixel_y = -30 - }, -/obj/machinery/light, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/west) -"pOm" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 4 - }, -/obj/effect/overlay/snow/floor, -/obj/structure/table/steel, -/turf/simulated/floor/tiled/cryogaia/cryogaia, -/area/borealis2/outdoors/grounds) -"pTK" = ( -/obj/structure/catwalk, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 - }, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 4 - }, -/turf/simulated/open, -/area/borealis2/outdoors/exterior) -"pVp" = ( -/obj/machinery/door/airlock/glass_external/freezable{ - req_one_access = list() - }, +/area/borealis2/outdoors/grounds/tower/east) +"kZB" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; icon_state = "4-8" }, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"pVZ" = ( +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"lbs" = ( /obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds) +"lec" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"lgA" = ( +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southwest) +"liX" = ( /obj/structure/railing/grey{ icon_state = "grey_railing0"; + dir = 1 + }, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds) +"ljT" = ( +/obj/structure/closet/crate{ dir = 4 }, -/obj/structure/railing/grey, -/turf/simulated/open, -/area/borealis2/outdoors/exterior) -"qjK" = ( -/obj/machinery/alarm{ - dir = 8; - pixel_x = 25; - pixel_y = 0 +/obj/machinery/light, +/turf/simulated/shuttle/floor/yellow, +/area/shuttle/belter) +"lkv" = ( +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"lkT" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 }, +/obj/random/medical, +/obj/structure/closet/medical, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"lso" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4; + icon_state = "intact-scrubbers" + }, +/turf/simulated/floor/plating, +/area/cryogaia/station/explorer_upper) +"ltl" = ( +/obj/machinery/power/thermoregulator/cryogaia{ + dir = 4; + pixel_x = -30 + }, +/obj/structure/cable/green, /turf/simulated/floor/tiled, /area/chapel/monastery/upper) -"qmT" = ( -/turf/simulated/wall/titanium, -/area/borealis2/outdoors/grounds/tower/south) -"qvw" = ( +"lDk" = ( +/obj/machinery/door/firedoor/glass/hidden/steel{ + icon_state = "door_open"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"lEN" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, /obj/structure/cable/green{ d1 = 1; d2 = 2; 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/white, +/area/crew_quarters/medbreak) +"lHW" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southwest) +"lJf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"lLm" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/checkpoint) +"lPi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5; - icon_state = "intact-scrubbers" + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"lQs" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"lRa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"lRY" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds) +"lVH" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/industrial/danger, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"lYS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"mdH" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/structure/flora/skeleton, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"mdJ" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"meJ" = ( +/obj/machinery/alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"mfc" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/obj/effect/overlay/snow/floor, +/obj/structure/table/steel, +/turf/simulated/floor/tiled/cryogaia/cryogaia, +/area/borealis2/outdoors/grounds) +"mfI" = ( +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/east) +"mjb" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/obj/structure/railing/grey, +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/east) +"moX" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/structure/bookcase/manuals/medical, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"mqv" = ( +/obj/structure/closet/emcloset, +/turf/simulated/shuttle/floor/yellow, +/area/shuttle/belter) +"mqR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"mtR" = ( +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/obj/item/weapon/reagent_containers/food/drinks/britcup, +/obj/item/weapon/reagent_containers/food/drinks/britcup, +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"mtS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/chapel/monastery/upper) +"muo" = ( +/obj/machinery/door/airlock/glass_external/freezable{ + req_one_access = list() + }, +/turf/simulated/floor/plating/snow/plating, +/area/borealis2/outdoors/grounds/tower/west) +"mxT" = ( +/obj/structure/lattice, +/obj/structure/cable{ + icon_state = "32-4" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/zpipe/down/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/down{ + icon_state = "pipe-d"; + dir = 4 + }, +/turf/simulated/open, +/area/constructionsite/cryogaia/upper) +"myl" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"mzR" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/effect/overlay/snow/floor, +/turf/simulated/floor/tiled/cryogaia/cryogaia, +/area/borealis2/outdoors/grounds) +"mCB" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"mGx" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_x = 0; + pixel_y = -26 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"mGJ" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/cryogaia/station/explorer_upper) -"qEE" = ( -/obj/structure/railing{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"qPF" = ( +"mHi" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"mMc" = ( +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"mRd" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"mWP" = ( +/obj/structure/railing/grey, +/obj/structure/catwalk, /turf/simulated/open, -/area/borealis2/outdoors/grounds/tower/south) -"qRz" = ( +/area/borealis2/outdoors/grounds/walkway) +"njx" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -1918,238 +3352,611 @@ }, /turf/simulated/floor/tiled, /area/cryogaia/station/explorer_upper) -"qUX" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"qXg" = ( -/obj/structure/catwalk, +"nla" = ( /obj/structure/railing/grey{ icon_state = "grey_railing0"; dir = 8 }, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/tower/southeast) +"nlH" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, /turf/simulated/open, -/area/borealis2/outdoors/exterior) -"rda" = ( -/obj/structure/railing, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"rqr" = ( +/area/borealis2/outdoors/grounds/tower/south) +"nmk" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/light{ - dir = 8 +/obj/machinery/light/small{ + dir = 4 }, -/turf/simulated/floor/tiled, +/turf/simulated/floor/plating, /area/chapel/monastery/upper) -"ryc" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"rCJ" = ( +"nmX" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"nom" = ( +/obj/structure/closet/crate/medical, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1"; + pixel_x = 0 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/random/medical, +/obj/random/medical/lite, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"nqc" = ( /obj/structure/railing/grey{ icon_state = "grey_railing0"; - dir = 4 + dir = 1 }, /turf/simulated/floor/tiled/techmaint, /area/borealis2/outdoors/grounds/tower/west) -"rFr" = ( +"nrI" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, /turf/simulated/open, -/area/borealis2/outdoors/grounds/tower/west) -"rFO" = ( +/area/borealis2/outdoors/grounds) +"nzq" = ( +/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/tiled, -/area/chapel/monastery/upper) -"rOC" = ( +/obj/machinery/light/small{ + dir = 1; + icon_state = "bulb1" + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"nCS" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 28 + }, /obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"rUL" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 4; - icon_state = "map-scrubbers" - }, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"sge" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"shp" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" + icon_state = "0-2" }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"nDe" = ( +/obj/machinery/door/airlock/maintenance/medical, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"spB" = ( +/turf/simulated/floor/plating, +/area/medical/medbayupper) +"nDk" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"nDt" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"nDM" = ( +/obj/effect/wingrille_spawn/reinforced, /turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"spC" = ( -/obj/machinery/power/thermoregulator/cryogaia{ - dir = 4; - pixel_x = -30 +/area/civilian/atrium/upper) +"nHT" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/structure/cable/green, /turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"sLM" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ +/area/cryogaia/station/hallway/primary/upper) +"nMs" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/obj/item/weapon/material/ashtray/plastic, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"nMZ" = ( +/turf/simulated/floor/tiled, +/area/civilian/atrium/upper) +"nOU" = ( +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"nTU" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass_mining{ + name = "Offplanet Mining Operations" + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4; - icon_state = "map-scrubbers" + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"taD" = ( +/area/quartermaster/miningdock) +"nUp" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"nVR" = ( /obj/structure/railing/grey, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/obj/effect/overlay/snow/floor, +/turf/simulated/floor/tiled/cryogaia/cryogaia, +/area/borealis2/outdoors/grounds) +"nWm" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/borealis2/elevator/uppermining) +"nXg" = ( +/obj/structure/sign/deck/second, +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/borealis2/elevator/uppermining) +"oav" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/wingrille_spawn/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"oiJ" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 3 + }, +/obj/structure/window/reinforced, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/open, +/area/civilian/atrium/upper) +"olB" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"omm" = ( +/obj/effect/wingrille_spawn/reinforced, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"oop" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northeast) +"opG" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"oqz" = ( +/turf/simulated/wall, +/area/borealis2/outdoors/grounds) +"owc" = ( /obj/structure/catwalk, /obj/structure/railing/grey{ icon_state = "grey_railing0"; dir = 4 }, /turf/simulated/open, -/area/borealis2/outdoors/exterior) -"tfJ" = ( -/obj/structure/cable/green{ - d1 = 2; +/area/borealis2/outdoors/grounds) +"owp" = ( +/turf/simulated/wall/r_wall, +/area/borealis2/outdoors/grounds) +"owu" = ( +/obj/effect/wingrille_spawn/reinforced, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/plating, +/area/quartermaster/miningdock) +"oym" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"oyU" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/south) +"oBj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"oBA" = ( +/obj/structure/cable{ + d1 = 4; d2 = 8; - icon_state = "2-8" + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/light/small{ + dir = 1; + icon_state = "bulb1" + }, +/turf/simulated/floor/plating, +/area/borealis2/elevator/medupper) +"oGh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"oIh" = ( +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 8 + }, +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/obj/random/maintenance/medical, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"oKc" = ( +/obj/machinery/door/firedoor/glass/hidden/steel{ + icon_state = "door_open"; + dir = 8 + }, +/obj/effect/floor_decal/corner/brown{ + icon_state = "corner_white"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"oLM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1; + icon_state = "railing0" + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/open, +/area/civilian/atrium/upper) +"oMi" = ( +/obj/structure/table/steel, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/west) +"oMD" = ( +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/south) +"oOa" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"oPL" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/upper) +"oTd" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 }, /obj/structure/cable/green{ d1 = 4; d2 = 8; 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, -/area/cryogaia/station/explorer_upper) -"tkY" = ( -/turf/simulated/open, -/area/chapel/monastery/upper) -"tmt" = ( -/obj/structure/railing{ +/area/medical/medbayskybridge) +"oUx" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; dir = 1 }, +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southwest) +"oVb" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southwest) +"oVn" = ( +/turf/simulated/open, +/area/cryogaia/station/explorer_upper) +"oXz" = ( +/obj/machinery/computer/crew, +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"oYg" = ( +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/west) +"piQ" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"tpl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, /obj/structure/cable/green{ d1 = 1; - d2 = 2; - icon_state = "1-2" + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"pjl" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"plh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + icon_state = "map-scrubbers" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/airlock/glass, -/obj/machinery/door/firedoor/glass, /turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"tKa" = ( +/area/chapel/monastery/upper) +"ptC" = ( /obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, /obj/structure/railing/grey{ icon_state = "grey_railing0"; dir = 1 }, /turf/simulated/open, -/area/borealis2/outdoors/exterior) -"tNh" = ( -/obj/machinery/door/airlock/maintenance/int{ - name = "Emergency Storage"; - req_one_access = list() - }, -/turf/simulated/floor/plating, -/area/chapel/monastery/upper) -"tNY" = ( +/area/borealis2/outdoors/grounds/tower/northwest) +"pvV" = ( +/obj/structure/catwalk, /obj/structure/railing/grey{ icon_state = "grey_railing0"; dir = 8 }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/south) +"pBc" = ( +/obj/machinery/door/airlock/voidcraft/vertical{ + req_access = list(); + req_one_access = list(48,52) + }, +/obj/structure/fans/hardlight, +/turf/simulated/shuttle/floor/yellow, +/area/shuttle/belter) +"pDJ" = ( +/obj/machinery/door/firedoor/glass/hidden/steel{ + dir = 2 + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/upper) +"pFS" = ( +/obj/structure/window/reinforced, +/obj/structure/railing, +/turf/simulated/floor/tiled, +/area/civilian/atrium/upper) +"pHE" = ( /obj/structure/railing/grey, /obj/structure/catwalk, /turf/simulated/open, -/area/borealis2/outdoors/grounds) -"tRC" = ( -/obj/structure/railing/grey, +/area/borealis2/outdoors/grounds/tower/east) +"pJs" = ( +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/borealis2/elevator/medupper) +"pKd" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southwest) +"pMX" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"pNW" = ( +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"pOr" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, /obj/effect/overlay/snow/floor, /obj/structure/table/steel, /turf/simulated/floor/tiled/cryogaia/cryogaia, /area/borealis2/outdoors/grounds) -"ujv" = ( +"pQs" = ( /obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/effect/wingrille_spawn/reinforced, +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"pSA" = ( +/obj/machinery/power/thermoregulator/cryogaia{ + dir = 4; + pixel_x = -30 }, +/obj/structure/cable/green, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"pWN" = ( +/obj/structure/closet/crate/medical, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/random/medical/lite, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"pZd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"ukv" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 8 +/area/chapel/monastery/upper) +"qcv" = ( +/obj/structure/bookcase/manuals/medical, +/obj/item/weapon/book/manual/stasis, +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 }, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"qdS" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1"; + pixel_y = 0 }, -/obj/structure/catwalk, -/turf/simulated/open, -/area/borealis2/outdoors/grounds) -"uoo" = ( +/turf/simulated/floor/tiled, +/area/civilian/atrium/upper) +"qeA" = ( +/obj/effect/overlay/snow/floor, +/obj/machinery/door/airlock/glass_external/freezable{ + req_one_access = list() + }, +/turf/simulated/floor/plating/snow/plating, +/area/chapel/monastery/upper) +"qeE" = ( +/obj/structure/closet/crate/medical, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/random/medical/pillbottle, +/obj/random/medical/lite, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"qgm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"qkl" = ( /obj/structure/cable/green{ d1 = 4; d2 = 8; @@ -2162,7 +3969,979 @@ /obj/machinery/light, /turf/simulated/floor/tiled, /area/cryogaia/station/explorer_upper) -"uTg" = ( +"qlJ" = ( +/obj/item/device/geiger/wall{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"qrf" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/item/weapon/stool/padded, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"qsc" = ( +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"qtK" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"quo" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/obj/machinery/light/spot/no_nightshift{ + icon_state = "tube1"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southeast) +"qBf" = ( +/obj/machinery/power/thermoregulator/cryogaia{ + dir = 8; + pixel_x = 30 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"qBW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"qDc" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/plating, +/area/borealis2/outdoors/grounds) +"qEf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/chapel/monastery/upper) +"qIj" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"qJI" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + layer = 3.3; + pixel_x = 26 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"qLL" = ( +/obj/structure/railing/grey, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/effect/overlay/snow/floor, +/obj/structure/table/steel, +/turf/simulated/floor/tiled/cryogaia/cryogaia, +/area/borealis2/outdoors/grounds) +"qMB" = ( +/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/plating, +/area/maintenance/medical_upper) +"qOo" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"qOK" = ( +/turf/simulated/wall/r_wall, +/area/quartermaster/miningdock) +"qUC" = ( +/turf/simulated/shuttle/wall/voidcraft/blue, +/area/borealis2/elevator/uppermining) +"qYs" = ( +/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, +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"qZZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"rbQ" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 8 + }, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds) +"rdc" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + icon_state = "warning_dust"; + dir = 1 + }, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds) +"rdh" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 10 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"ren" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northwest) +"reW" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"rfe" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"rgq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5; + icon_state = "intact-scrubbers" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"rhC" = ( +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 8; + icon_state = "borderfloorcorner_black" + }, +/obj/effect/floor_decal/industrial/danger/corner{ + dir = 1; + icon_state = "dangercorner" + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"rjV" = ( +/obj/machinery/door/firedoor/glass/hidden/steel{ + dir = 2 + }, +/obj/machinery/door/airlock/multi_tile/glass, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"rku" = ( +/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/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"rmj" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/turf/simulated/open, +/area/borealis2/outdoors/grounds) +"rmR" = ( +/obj/structure/closet/crate/medical, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/random/medical/lite, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"ron" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"rpb" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/west) +"rqf" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"rqY" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"rvJ" = ( +/turf/simulated/wall, +/area/medical/medbayskybridge) +"rwe" = ( +/obj/structure/ore_box, +/turf/simulated/shuttle/floor/yellow, +/area/shuttle/belter) +"rAP" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"rDc" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/wingrille_spawn/reinforced, +/turf/simulated/floor/plating, +/area/crew_quarters/medbreak) +"rHh" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/west) +"rJw" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"rNE" = ( +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds/tower/southeast) +"rOc" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/checkpoint) +"rRz" = ( +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/west) +"rRQ" = ( +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"rTZ" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/checkpoint) +"rUY" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southwest) +"rWT" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/random/medical, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"rXk" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/structure/railing/grey, +/turf/simulated/open, +/area/borealis2/outdoors/grounds) +"saH" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/south) +"sbN" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"sdF" = ( +/obj/machinery/alarm{ + frequency = 1441; + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"shs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"skv" = ( +/obj/structure/ladder, +/turf/simulated/floor/plating/snow/plating, +/area/borealis2/outdoors/grounds) +"sna" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 3 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/open, +/area/civilian/atrium/upper) +"syz" = ( +/obj/effect/floor_decal/corner/paleblue/full, +/obj/machinery/power/apc{ + cell_type = /obj/item/weapon/cell/super; + dir = 8; + name = "west bump"; + pixel_x = -28 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"sAk" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 2; + name = "light switch "; + pixel_x = 0; + pixel_y = 36 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"sBi" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"sCA" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"sCR" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds) +"sEU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"sFZ" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southeast) +"sGR" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"sIo" = ( +/obj/machinery/door/airlock/glass_medical, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"sKs" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/borealis2/elevator/uppermining) +"sPU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4; + icon_state = "intact-scrubbers" + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"sQn" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"sRK" = ( +/obj/machinery/door/blast/regular, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"sVd" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"sWR" = ( +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"sZQ" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/random/medical/lite, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"tak" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"tdz" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southeast) +"tiC" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southwest) +"tmQ" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds) +"tqL" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"tqV" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"ttD" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northeast) +"ttN" = ( +/turf/simulated/open, +/area/civilian/atrium/upper) +"tuc" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/item/weapon/stool/padded, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 28 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"tva" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"tyW" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"tzl" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"tBu" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/item/weapon/stool/padded, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"tBG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"tLc" = ( +/obj/structure/railing{ + dir = 4; + icon_state = "railing0" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"tNj" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds) +"tNX" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/obj/machinery/camera/network/medbay{ + c_tag = "Medbay break room"; + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"tOa" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/machinery/recharger, +/obj/item/device/defib_kit/loaded, +/obj/item/device/defib_kit/loaded, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"tSu" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/medical/medbayupper) +"tTL" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southeast) +"tUM" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/random/medical, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"tUO" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"tWU" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northwest) +"ubI" = ( +/turf/simulated/open, +/area/borealis2/elevator/uppermining) +"udU" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4; + icon_state = "intact-scrubbers" + }, +/turf/simulated/floor/plating, +/area/chapel/monastery/upper) +"ueE" = ( +/turf/simulated/open, +/area/borealis2/elevator/medupper) +"uik" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"uiD" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/west) +"ulN" = ( +/turf/simulated/wall, +/area/cryogaia/station/medical/upper) +"umj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/light/small, +/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/plating, +/area/constructionsite/cryogaia/upper) +"uoT" = ( +/obj/structure/railing/grey, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds) +"upa" = ( +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/thermoregulator/cryogaia{ + pixel_x = 0; + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"upF" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/open, +/area/civilian/atrium/upper) +"usa" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"uvQ" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5; + icon_state = "intact-supply" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + icon_state = "intact-scrubbers"; + dir = 5 + }, +/turf/simulated/floor/plating, +/area/borealis2/outdoors/grounds) +"uzG" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/obj/machinery/light/spot/no_nightshift{ + icon_state = "tube1"; + dir = 1 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southeast) +"uAb" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/obj/machinery/firealarm{ + dir = 2; + layer = 3.3; + pixel_x = 0; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"uLr" = ( +/obj/effect/wingrille_spawn/reinforced, +/turf/simulated/floor/plating, +/area/borealis2/outdoors/grounds/tower/south) +"uMF" = ( +/obj/machinery/door/firedoor/glass, +/obj/effect/wingrille_spawn/reinforced, +/turf/simulated/floor/plating, +/area/medical/medbayupper) +"uOo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5; + icon_state = "intact-supply" + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"uPj" = ( +/obj/machinery/door/airlock/maintenance/medical, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/medical/medbayupper) +"uQN" = ( +/obj/machinery/vending/coffee, +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"uRh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"uUA" = ( +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"uVs" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/upper) +"uWQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"vbT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"vcu" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -2175,10 +4954,711 @@ }, /turf/simulated/floor/tiled, /area/chapel/monastery/upper) -"uTt" = ( -/turf/simulated/floor/tiled/techmaint, +"vcQ" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 3 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/civilian/atrium/upper) +"vdL" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"veE" = ( +/obj/structure/railing{ + dir = 1; + icon_state = "railing0" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"vfm" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance/common, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4; + icon_state = "intact-scrubbers" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/chapel/monastery/upper) +"vfx" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + 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, +/area/cryogaia/station/explorer_upper) +"vkf" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/open, /area/borealis2/outdoors/grounds/tower/northeast) -"vby" = ( +"vle" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"vmn" = ( +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"voq" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4; + icon_state = "intact-scrubbers" + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"voN" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/turf/simulated/floor/plating/snow/plating, +/area/borealis2/outdoors/grounds) +"vqT" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass_external/freezable{ + req_one_access = list() + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"vus" = ( +/obj/structure/railing/grey, +/obj/effect/overlay/snow/floor, +/obj/structure/table/steel, +/turf/simulated/floor/tiled/cryogaia/cryogaia, +/area/borealis2/outdoors/grounds) +"vAW" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"vBe" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_y = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"vDC" = ( +/obj/effect/wingrille_spawn/reinforced, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/plating, +/area/medical/medbayskybridge) +"vGf" = ( +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/south) +"vKF" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/obj/machinery/light/spot/no_nightshift{ + icon_state = "tube1"; + dir = 1 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/south) +"vLZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"vQv" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"vQV" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"vSd" = ( +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southeast) +"vZX" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"war" = ( +/turf/simulated/wall/titanium, +/area/borealis2/outdoors/grounds/tower/south) +"wbL" = ( +/turf/simulated/wall, +/area/borealis2/elevator/medupper) +"whB" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"wjv" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"wjU" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"wkJ" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/south) +"wkW" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"wlv" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"woJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"wpB" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/obj/structure/railing/grey, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northwest) +"wtB" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"www" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/obj/effect/overlay/snow/floor, +/turf/simulated/floor/tiled/cryogaia/cryogaia, +/area/borealis2/outdoors/grounds) +"wyU" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/shuttle/floor/yellow/airless, +/area/shuttle/belter) +"wDY" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/west) +"wEh" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/machinery/light/spot/no_nightshift{ + icon_state = "tube1"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/southwest) +"wHd" = ( +/obj/item/device/geiger/wall{ + dir = 1; + pixel_y = -30 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/west) +"wKa" = ( +/obj/machinery/light{ + dir = 8; + icon_state = "tube1"; + pixel_x = 0 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"wKg" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/structure/railing/grey, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/turf/simulated/floor/plating/snow/plating/cryogaia, +/area/borealis2/outdoors/grounds) +"wKI" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"wLa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"wMQ" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"wNQ" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"wPB" = ( +/obj/structure/railing{ + dir = 4; + icon_state = "railing0" + }, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"wPY" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/item/weapon/deck/cards, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"wRK" = ( +/turf/simulated/wall, +/area/medical/medbayupper) +"wSA" = ( +/obj/structure/railing, +/turf/simulated/floor/tiled, +/area/chapel/monastery/upper) +"wVb" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"wWl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"wXh" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "south bump"; + pixel_y = -32 + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/borealis2/elevator/uppermining) +"wXY" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/random/medical/pillbottle, +/obj/random/medical/pillbottle, +/obj/structure/closet/medical, +/turf/simulated/floor/tiled/white, +/area/cryogaia/station/medical/upper) +"wYo" = ( +/obj/machinery/light/small{ + dir = 8; + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/maintenance/medical_upper) +"wYp" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass_external/freezable{ + req_one_access = list() + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"xdH" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"xdK" = ( +/obj/machinery/door/firedoor/glass/hidden/steel{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/cryogaia/station/hallway/primary/upper) +"xdV" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds) +"xkO" = ( +/obj/structure/catwalk, +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 1 + }, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/northeast) +"xmJ" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4; + icon_state = "intact-scrubbers" + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"xoU" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/glass_medical{ + name = "Staff Room"; + req_access = list(5) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/white, +/area/medical/medbayupper) +"xqh" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 0 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/constructionsite/cryogaia/upper) +"xqK" = ( +/obj/effect/wingrille_spawn/reinforced, +/turf/simulated/floor/plating, +/area/borealis2/outdoors/grounds/tower/southeast) +"xuN" = ( +/obj/machinery/door/airlock/maintenance/common, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_x = 0 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/borealis2/elevator/medupper) +"xuR" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/obj/machinery/vending/cigarette, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"xxv" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/simulated/open, +/area/maintenance/medical_upper) +"xyN" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"xBY" = ( +/obj/item/device/radio/intercom{ + broadcasting = 0; + dir = 4; + listening = 1; + name = "Common Channel"; + pixel_x = 21; + pixel_y = 0 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/south) +"xCm" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/open, +/area/borealis2/outdoors/grounds/tower/east) +"xCs" = ( +/obj/effect/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/medbreak) +"xDp" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Mining Shuttle Hangar"; + req_one_access = list(48,52) + }, +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techmaint, +/area/quartermaster/miningdock) +"xDx" = ( +/obj/structure/railing, +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/medical/medbayskybridge) +"xEI" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/brown/full{ + dir = 1 + }, +/obj/machinery/suit_cycler/mining, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"xET" = ( +/obj/effect/wingrille_spawn/reinforced, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/plating, +/area/cryogaia/station/explorer_upper) +"xFM" = ( +/obj/structure/bed/chair/shuttle, +/turf/simulated/shuttle/floor/yellow, +/area/shuttle/belter) +"xFS" = ( +/obj/structure/railing/grey{ + icon_state = "grey_railing0"; + dir = 4 + }, +/obj/machinery/space_heater, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/northwest) +"xGc" = ( +/turf/simulated/wall/rshull, +/area/shuttle/belter) +"xJq" = ( +/obj/effect/floor_decal/corner/brown{ + dir = 9 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -23; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/quartermaster/miningdock) +"xJP" = ( +/obj/structure/table/steel, +/turf/simulated/floor/tiled/techmaint, +/area/borealis2/outdoors/grounds/tower/south) +"xPm" = ( +/obj/structure/railing/grey, +/obj/effect/overlay/snow/floor, +/turf/simulated/floor/tiled/cryogaia/cryogaia, +/area/borealis2/outdoors/grounds) +"xPy" = ( +/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/plating, +/area/constructionsite/cryogaia/upper) +"xWH" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/cryogaia/station/explorer_upper) +"ydK" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4; icon_state = "intact-scrubbers" @@ -2188,72 +5668,7 @@ }, /turf/simulated/floor/tiled, /area/chapel/monastery/upper) -"vmN" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5; - icon_state = "intact-supply" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5; - icon_state = "intact-scrubbers" - }, -/turf/simulated/floor/plating, -/area/chapel/monastery/upper) -"vvQ" = ( -/obj/structure/railing/grey, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 8 - }, -/obj/effect/overlay/snow/floor, -/obj/structure/table/steel, -/turf/simulated/floor/tiled/cryogaia/cryogaia, -/area/borealis2/outdoors/grounds) -"vNR" = ( -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"vPb" = ( -/obj/structure/catwalk, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 - }, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 4 - }, -/turf/simulated/open, -/area/borealis2/outdoors/grounds) -"vYt" = ( -/obj/machinery/door/airlock/glass_external/freezable{ - req_one_access = list() - }, -/turf/simulated/floor/plating/snow/plating, -/area/chapel/monastery/upper) -"wfT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"wgN" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"woZ" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/west) -"wut" = ( -/obj/structure/catwalk, -/turf/simulated/open, -/area/borealis2/outdoors/grounds) -"wuJ" = ( +"yjd" = ( /obj/structure/cable/green{ d1 = 1; d2 = 8; @@ -2268,205 +5683,24 @@ }, /turf/simulated/floor/tiled, /area/cryogaia/station/explorer_upper) -"wHv" = ( +"yle" = ( /obj/structure/railing/grey{ icon_state = "grey_railing0"; - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/south) -"wNP" = ( -/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/plating, -/area/constructionsite/cryogaia/upper) -"wRp" = ( /obj/structure/railing/grey{ icon_state = "grey_railing0"; dir = 1 }, /obj/structure/catwalk, /turf/simulated/open, -/area/borealis2/outdoors/exterior) -"wSs" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"wUO" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 8 - }, -/obj/effect/overlay/snow/floor, -/turf/simulated/floor/tiled/cryogaia/cryogaia, -/area/borealis2/outdoors/grounds) -"wUR" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, +/area/borealis2/outdoors/grounds/tower/east) +"ymg" = ( /obj/machinery/light{ dir = 1 }, /turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"wVo" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"xbN" = ( -/obj/structure/catwalk, -/obj/structure/railing/grey, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 4 - }, -/turf/simulated/open, -/area/borealis2/outdoors/grounds) -"xjB" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"xkw" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) -"xmb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5; - icon_state = "intact-scrubbers" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"xov" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance/common, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4; - icon_state = "intact-scrubbers" - }, -/turf/simulated/floor/plating, -/area/cryogaia/station/explorer_upper) -"xtp" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/chapel/monastery/upper) -"xtO" = ( -/obj/structure/catwalk, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 4 - }, -/turf/simulated/open, -/area/borealis2/outdoors/exterior) -"xvY" = ( -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2"; - pixel_y = 0 - }, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 24 - }, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"xxg" = ( -/obj/structure/catwalk, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 4 - }, -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 - }, -/turf/simulated/open, -/area/borealis2/outdoors/exterior) -"xxs" = ( -/obj/structure/railing, -/turf/simulated/floor/plating, -/area/constructionsite/cryogaia/upper) -"xEL" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/borealis2/outdoors/grounds/tower/west) -"xFQ" = ( -/turf/simulated/wall, -/area/chapel/monastery/upper) -"xIP" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/chapel/monastery/upper) -"xKH" = ( -/obj/structure/railing/grey{ - icon_state = "grey_railing0"; - dir = 8 - }, -/obj/structure/catwalk, -/turf/simulated/open, -/area/borealis2/outdoors/grounds) -"xSe" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/tiled, -/area/chapel/monastery/upper) -"yaG" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/cryogaia/station/explorer_upper) +/area/cryogaia/station/hallway/primary/upper) (1,1,1) = {" aaa @@ -11804,14 +15038,14 @@ aae aae aae aae -inN -qXg -qXg -qXg -qXg -qXg -qXg -mXg +tWU +iqx +hDU +hDU +hDU +hDU +hDU +ren aae aae aae @@ -11854,14 +15088,14 @@ aae aae aae aae -lAE -qXg -qXg -qXg -qXg -qXg -qXg -mXg +dat +dcG +kNB +kNB +kNB +kNB +dcG +wDY aae aae aae @@ -11929,14 +15163,14 @@ aae aae aae aae -inN -qXg -qXg -qXg -qXg -qXg -qXg -aeU +aCw +ekJ +ekJ +ekJ +ekJ +ekJ +wEh +fgA aae aae aae @@ -12056,14 +15290,14 @@ aae aae aae aae -tKa +kDh aab aax aax aax aax aab -ili +ggh aae aae aae @@ -12106,14 +15340,14 @@ aae aae aae aae -tKa -dSr -dEe -dEe -dEe -dEe -dSr -ili +rpb +gIf +kjr +kjr +kjr +kjr +gIf +iqP aae aae aae @@ -12181,14 +15415,14 @@ aae aae aae aae -tKa +rUY abb abc abc abc abc abb -ili +dTy aae aae aae @@ -12308,14 +15542,14 @@ aae aae aae aae -tKa +iPa aax aaG aaJ -bSm +xFS abD aax -ili +ggh aae aae aae @@ -12358,14 +15592,14 @@ aae aae aae aae -tKa -dEe -kFx -fgL -fgL -woZ -dEe -ili +rpb +kjr +oYg +oMi +oMi +uiD +kjr +iqP aae aae aae @@ -12433,14 +15667,14 @@ aae aae aae aae -tKa +rUY abc abi abm abm abw abc -ili +eKt aae aae aae @@ -12560,139 +15794,139 @@ aae aae aae aae -tKa +iPa aax aaG aaK aaK aaV aab -aav -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -aav -dSr -mVA -jLz -kFx -kFx -ftn -aav -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -aav +abz +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +rRz +gIf +fFi +eVw +oYg +oYg +muo +rRz +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +lgA abd abi abG abn abi abc -ili +eKt aae aae aae @@ -12812,14 +16046,14 @@ aae aae aae aae -tKa +iPa aax aaG aaL aaL aaG aaS -aav +abz aaB aaB aaB @@ -12862,14 +16096,14 @@ aaB aaB aaB aaB -aav -ftn -kFx -rCJ -rCJ -pIc -dSr -aav +rRz +muo +oYg +gRI +gRI +wHd +gIf +rRz aaB aaB aaB @@ -12937,14 +16171,14 @@ aaB aaB aaB aaB -aav +lgA abb abc abb abU abP abc -ili +eKt aae aae aae @@ -13064,14 +16298,14 @@ aae aae aae aae -tKa +iPa aax aaG aaM aaG aaG aax -fjv +ggh aaf aaf aaf @@ -13114,14 +16348,14 @@ aaf aaf aaf aaf -kzl -dEe -kFx -rFr -rFr -xEL -dEe -fjv +rpb +kjr +oYg +cXV +cXV +nqc +kjr +iqP aaf aaf aaf @@ -13189,14 +16423,14 @@ aaf aaf aaf aaf -kDW -fNP -wut +oVb +cxD +lgA abc abi abQ abc -ili +eKt aae aae aae @@ -13316,14 +16550,14 @@ aae aae aae aae -tKa +iPa aab aax aab aaS aax aab -fjv +ggh aaf aaf aaf @@ -13366,14 +16600,14 @@ aaf aaf aaf aaf -kzl -dSr -dEe -dEe -dEe -dEe -dSr -fjv +rpb +gIf +kjr +kjr +kjr +kjr +gIf +iqP aaf aaf aaf @@ -13443,12 +16677,12 @@ aaf aaf aaf aaf -ckL +oUx abb abd abc abb -ili +eKt aae aae aae @@ -13568,14 +16802,14 @@ aae aae aae aae -xxg -xtO -xtO -aav -aav -eil -eil -iHb +ptC +jPj +jPj +abz +abz +jPj +jPj +wpB aaf aaf aaf @@ -13618,14 +16852,14 @@ aaf aaf aaf aaf -vPb -eil -eil -eil -eil -eil -eil -xbN +iVJ +fyS +fyS +fyS +fyS +fyS +fyS +rHh aaf aaf aaf @@ -13695,12 +16929,12 @@ aaf aaf aaf aaf -aQS -aav -aav -xtO -xtO -lwz +lHW +lgA +lgA +pKd +pKd +tiC aae aae aae @@ -13823,8 +17057,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -13948,8 +17182,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -14075,8 +17309,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -14200,8 +17434,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -14327,8 +17561,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -14452,8 +17686,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -14579,8 +17813,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -14704,8 +17938,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -14831,8 +18065,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -14956,8 +18190,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -15083,8 +18317,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -15208,8 +18442,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -15335,8 +18569,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -15460,8 +18694,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -15587,8 +18821,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -15712,8 +18946,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -15839,8 +19073,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -15964,8 +19198,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -16091,8 +19325,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -16216,8 +19450,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -16343,8 +19577,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -16468,8 +19702,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -16595,8 +19829,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -16720,8 +19954,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -16847,8 +20081,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -16972,8 +20206,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -17099,8 +20333,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -17224,8 +20458,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -17351,8 +20585,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -17476,8 +20710,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -17603,8 +20837,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -17728,8 +20962,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -17855,8 +21089,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -17980,8 +21214,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -18107,8 +21341,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -18232,8 +21466,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -18359,8 +21593,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -18484,8 +21718,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -18611,8 +21845,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -18736,8 +21970,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -18863,8 +22097,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -18988,8 +22222,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -19115,8 +22349,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -19240,8 +22474,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -19367,8 +22601,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -19492,8 +22726,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -19619,8 +22853,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -19744,8 +22978,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -19871,8 +23105,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -19996,8 +23230,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -20123,8 +23357,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -20248,8 +23482,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -20375,8 +23609,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -20500,8 +23734,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -20627,8 +23861,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -20752,8 +23986,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -20879,8 +24113,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -21004,8 +24238,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -21131,8 +24365,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -21256,8 +24490,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -21383,8 +24617,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -21508,8 +24742,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -21635,7 +24869,7 @@ aae aae aae aae -abz +kHx aav abA aaf @@ -21760,8 +24994,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -22012,8 +25246,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -22264,8 +25498,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -22516,8 +25750,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -22768,8 +26002,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -23020,8 +26254,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -23272,8 +26506,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -23524,8 +26758,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -23776,8 +27010,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -24028,8 +27262,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -24280,8 +27514,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -24532,8 +27766,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -24784,8 +28018,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -25036,8 +28270,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -25288,8 +28522,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -25540,8 +28774,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -25792,8 +29026,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -26044,8 +29278,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -26296,8 +29530,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -26418,7 +29652,7 @@ abq aar aaf aaf -aIc +voN acb acf aaf @@ -26548,8 +29782,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -26718,25 +29952,25 @@ aaf aaf aaf aaf -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +liX +acl +acl +acl +acl +acl +acl +acl +acl +acl +acl +acl +acl +acl +acl +acl +acl +acl +acn aaf aaf aaf @@ -26800,8 +30034,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -26970,25 +30204,25 @@ aaf aaf aaf aaf -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +acj +tmQ +aao +aao +aao +aao +aao +aao +aao +aao +aao +aao +aao +aao +aao +aao +aao +aaq +aco aaf aaf aaf @@ -27052,8 +30286,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -27222,25 +30456,25 @@ aaf aaf aaf aaf -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +acj +tNj +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +rdc +aco aaf aaf aaf @@ -27304,8 +30538,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -27474,25 +30708,25 @@ aaf aaf aaf aaf -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +acj +tNj +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +rdc +aco aaf aaf aaf @@ -27556,8 +30790,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -27726,25 +30960,25 @@ aaf aaf aaf aaf -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +acj +tNj +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +rdc +aco aaf aaf aaf @@ -27808,8 +31042,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -27971,39 +31205,39 @@ aaf aaf aaf aaf +aci +acl +acl +acl +acl +acl +acl aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +tNj +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +rdc +aco aaf aaf aaf aaf aaf aaf -aaj +wKg aaf aaf aaf @@ -28060,8 +31294,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -28183,9 +31417,9 @@ aaa bPM bPM bPM -ace bPM -pdE +bPM +skv bPM abq abq @@ -28211,10 +31445,10 @@ aaf aaf aaf aaf -aaj -aaj -aaj -aaj +jmQ +omm +omm +jmQ aaf aaf aaf @@ -28222,6 +31456,7 @@ aaf aaf aaf aaf +aci aaj aaj aaj @@ -28230,32 +31465,31 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +tNj +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +rdc +aco aaf aaf aaf aaf aaf aaf -aaj +uoT aaf aaf aaf @@ -28312,8 +31546,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -28463,15 +31697,17 @@ aaf aaf aaf aaf -aaj -aaj -aaj -aaj +jmQ +eEH +fwW +jmQ aaf aaf aaf aaf aaf +aci +acl aaj aaj aaj @@ -28481,33 +31717,31 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +tNj +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +rdc +aco aaf aaf aaf aaf aaf aaf -aaj +uoT aaf aaf aaf @@ -28564,8 +31798,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -28715,15 +31949,16 @@ aaf aaf aaf aaf -aaj -aaj -aaj -aaj +jmQ +jLC +jLC +jmQ aaf aaf aaf aaf aaf +acj aaj aaj aaj @@ -28734,32 +31969,31 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +tNj +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +rdc +aco aaf aaf aaf aaf aaf aaf -aaj +uoT aaf aaf aaf @@ -28816,8 +32050,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -28964,54 +32198,54 @@ aaf aaf aaf aaf +jmQ +jmQ +jmQ +jmQ +cRD +fnF +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +oqz +oqz +oqz +oqz +oqz +oqz +oqz aaj +tNj +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +aak +rdc aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +acl +acl +acl +acl +acl +acl +aco aaf aaf aaf @@ -29068,8 +32302,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -29216,6 +32450,46 @@ aaf aaf aaf aaf +jmQ +dsk +fnF +fnF +fnF +fnF +fnF +fnF +fnF +rJw +fnF +fnF +fnF +dsk +jmQ +aaj +aaj +aaj +aaj +aaj +aaj +oqz +aaj +rbQ +aap +aap +aap +aap +aap +aap +aap +aap +aap +aap +aap +aap +aap +aap +aap +aat aaj aaj aaj @@ -29223,47 +32497,7 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +aco aaf aaf aaf @@ -29320,8 +32554,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -29467,6 +32701,29 @@ aaf aaf aaf aaf +jmQ +jmQ +fnF +fnF +fnF +fnF +fnF +kTG +pJs +pJs +pJs +pJs +kTG +fnF +fnF +jmQ +aaj +aaj +aaj +aaj +aaj +aaj +oqz aaj aaj aaj @@ -29492,30 +32749,7 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +aco aaf aaf aaf @@ -29572,8 +32806,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -29719,55 +32953,55 @@ aaf aaf aaf aaf +jmQ +fnF +fnF +fnF +hMG +xxv +fnF +pJs +ueE +ueE +ueE +ueE +pJs +fnF +fnF +jmQ aaj aaj aaj aaj aaj aaj +oqz +oqz +oqz +gzY +gzY +gzY +oqz +oqz +oqz +oqz +oqz +oqz +oqz +oqz +oqz +oqz +oqz +oqz +oqz +oqz aaj aaj aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -lGY -lGY -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +aco aaf aaf aaf @@ -29824,8 +33058,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -29970,6 +33204,35 @@ aaf aaf aaf aaf +jmQ +jmQ +cRD +fnF +fnF +fnF +fnF +fnF +pJs +ueE +ueE +ueE +ueE +pJs +wbL +cRD +jmQ +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +gzY +mxT +gzY aaj aaj aaj @@ -29983,43 +33246,14 @@ aaj aaj aaj aaj +oqz aaj aaj aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -dSZ -lGY -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +aco aaf aaf aaf @@ -30076,8 +33310,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -30222,6 +33456,35 @@ aaf aaf aaf aaf +jmQ +fnF +fnF +fnF +fnF +fnF +fnF +fnF +pJs +ueE +ueE +ueE +ueE +pJs +fjQ +fnF +jmQ +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +gzY +rku +gzY aaj aaj aaj @@ -30242,36 +33505,7 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +aco aaf aaf aaf @@ -30328,8 +33562,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -30474,6 +33708,35 @@ aaf aaf aaf aaf +jmQ +fnF +fnF +fnF +vQv +fnF +fnF +dsk +pJs +ueE +ueE +ueE +ueE +pJs +oBA +fnF +jmQ +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +gzY +rku +gzY aaj aaj aaj @@ -30494,36 +33757,7 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +aco aaf aaf aaf @@ -30580,8 +33814,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -30725,6 +33959,36 @@ aaf aaf aaf aaf +jmQ +jmQ +fnF +fnF +fnF +fnF +fnF +jmQ +jmQ +kTG +pJs +hJf +hJf +pJs +kTG +xuN +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +gzY +rku +gzY aaj aaj aaj @@ -30746,52 +34010,22 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +acl +acl +acl +acl +acl +acl +acl +acl +acl +acl +acl +acl +acl +acl +acl +acl aaj aaj aaj @@ -30832,8 +34066,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -30977,36 +34211,36 @@ aaf aaf aaf aaf -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +jmQ +fwW +fnF +fnF +fnF +fnF +fnF +wYo +eCD +wRK +fay +gVF +oBj +dgb +nDe +qYs +qMB +jYh +jYh +jYh +jYh +jYh +jYh +jYh +jYh +qMB +jYh +aAL +umj +gzY aaj aaj aaj @@ -31084,8 +34318,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -31229,36 +34463,36 @@ aaf aaf aaf aaf -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +oav +eEH +fnF +fnF +fnF +fnF +fnF +jmQ +pQs +wRK +wkW +uWQ +hkB +vAW +wRK +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +jmQ +gzY +xPy +gzY aaj aaj aaj @@ -31336,8 +34570,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -31481,6 +34715,21 @@ aaf aaf aaf aaf +oav +fwW +fnF +fnF +fnF +fnF +fnF +fnF +tqL +uPj +whB +usa +wWl +vAW +wRK aaj aaj aaj @@ -31493,24 +34742,9 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +gzY +xPy +gzY aaj aaj aaj @@ -31588,8 +34822,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -31733,6 +34967,21 @@ aaf aaf aaf aaf +oav +fwW +fnF +fnF +fnF +fnF +fnF +fnF +kZB +wRK +wkW +sVd +wWl +vAW +wRK aaj aaj aaj @@ -31745,24 +34994,9 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +gzY +xPy +gzY aaj aaj aaj @@ -31840,8 +35074,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -31985,6 +35219,21 @@ aaf aaf aaf aaf +oav +eEH +fnF +fnF +fnF +vQv +fnF +fnF +kZB +wRK +nCS +piQ +wWl +vAW +wRK aaj aaj aaj @@ -31997,24 +35246,9 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +gzY +xPy +gzY aaj aaj aaj @@ -32092,8 +35326,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -32237,6 +35471,21 @@ aaf aaf aaf aaf +jmQ +fwW +fnF +fnF +fnF +vBe +fnF +fnF +aJH +wRK +dei +sVd +wWl +vAW +wRK aaj aaj aaj @@ -32249,24 +35498,9 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +gzY +xPy +gzY aaj aaj aaj @@ -32344,8 +35578,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -32489,6 +35723,21 @@ aaf aaf aaf aaf +cqO +cqO +cqO +cqO +cqO +cqO +cqO +cqO +cqO +wRK +sQn +sVd +wWl +mGx +wRK aaj aaj aaj @@ -32501,24 +35750,9 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +gzY +xPy +gzY aaj aaj aaj @@ -32596,8 +35830,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -32741,6 +35975,21 @@ aaf aaf aaf aaf +cqO +sAk +diD +xdH +hXg +fav +uQN +moX +mdH +wRK +wkW +sVd +wWl +vAW +wRK aaj aaj aaj @@ -32753,24 +36002,9 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +gzY +xPy +gzY aaj aaj aaj @@ -32848,8 +36082,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -32993,7 +36227,21 @@ aaf aaf aaf aaf -aaf +rDc +bYd +tak +jiw +tak +bJu +tak +tak +tak +hpR +ibw +sVd +wWl +vAW +wRK aaj aaj aaj @@ -33006,23 +36254,9 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +gzY +xPy +gzY aaj aaj aaj @@ -33100,8 +36334,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -33245,7 +36479,21 @@ aaf aaf aaf aaf -aaf +rDc +pjl +qrf +dnY +lQs +dQv +lEN +tqV +tqV +xoU +dXk +kxF +nDk +vAW +wRK aaj aaj aaj @@ -33258,23 +36506,9 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +gzY +xPy +gzY aaj aaj aaj @@ -33352,8 +36586,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -33497,7 +36731,21 @@ aaf aaf aaf aaf -aaf +rDc +akH +tBu +tak +xCs +tak +tak +tak +tak +bak +hBn +sVd +wWl +vAW +wRK aaj aaj aaj @@ -33510,23 +36758,9 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +gzY +xPy +gzY aaj aaj aaj @@ -33604,8 +36838,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -33749,7 +36983,21 @@ aaf aaf aaf aaf -aaf +rDc +mdJ +tak +vmn +uUA +tak +tak +tak +tBu +hpR +hoa +sVd +wWl +vAW +wRK aaj aaj aaj @@ -33762,23 +37010,9 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +gzY +xPy +gzY aaj aaj aaj @@ -33856,8 +37090,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -34001,8 +37235,21 @@ aaf aaf aaf aaf -aaf -aaf +rDc +oXz +vmn +aIx +mtR +vmn +tak +tBu +tNX +icp +wkW +chO +iIZ +vAW +wRK aaj aaj aaj @@ -34015,22 +37262,9 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +gzY +nzq +gzY aaj aaj aaj @@ -34108,8 +37342,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -34253,6 +37487,21 @@ aaf aaf aaf aaf +cqO +qcv +sWR +wPY +tOa +sWR +qJI +tuc +akH +wRK +wkW +sVd +wWl +vAW +wRK aaj aaj aaj @@ -34265,24 +37514,9 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +gzY +xPy +gzY aaj aaj aaj @@ -34360,8 +37594,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -34505,6 +37739,21 @@ aaf aaf aaf aaf +cqO +cqO +cqO +cqO +cqO +cqO +cqO +cqO +cqO +wRK +sQn +sVd +wWl +jFp +wRK aaj aaj aaj @@ -34517,24 +37766,9 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +gzY +xPy +gzY aaj aaj aaj @@ -34612,8 +37846,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -34757,6 +37991,21 @@ aaf aaf aaf aaf +ulN +arB +wKa +rWT +rWT +sZQ +tyW +nom +rmR +wRK +ibw +sVd +wWl +vAW +wRK aaj aaj aaj @@ -34769,24 +38018,9 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -wNP -lGY +gzY +xPy +gzY aaj aaj aaj @@ -34864,8 +38098,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -35009,6 +38243,21 @@ aaf aaf aaf aaf +ulN +lkT +lJf +nDt +nDt +nDt +nDt +adX +jgA +iJZ +qIj +olB +wWl +vAW +wRK aaj aaj aaj @@ -35017,29 +38266,14 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -lGY -lGY -lGY -lGY -nox -lGY -lGY +gzY +gzY +gzY +gzY +gzY +qZZ +gzY +gzY aaj aaj aaj @@ -35116,8 +38350,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -35261,6 +38495,21 @@ aaf aaf aaf aaf +ulN +wXY +rqf +pNW +pNW +pNW +pNW +ejf +pNW +idT +hBn +sVd +wWl +vAW +wRK aaj aaj aaj @@ -35269,29 +38518,14 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -xvY -oKL -oKL -oKL -atP -gdR -lGY +gzY +xqh +grK +grK +grK +lPi +gOS +gzY aaj aaj aaj @@ -35365,14 +38599,14 @@ aaf aaf aaf aaf -dPJ -jQf -jQf -aav -aav -qXg -qXg -mXg +jYP +pvV +pvV +vGf +vGf +pvV +pvV +cYo aae aae aae @@ -35513,6 +38747,21 @@ aaf aaf aaf aaf +ulN +kTt +sGR +aKM +aHj +tUM +vle +pWN +qeE +wRK +hoa +sVd +wWl +vAW +wRK aaj aaj aaj @@ -35521,29 +38770,14 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -gdR -gdR -gdR -gdR -hzU -gdR -lGY +gzY +gOS +gOS +gOS +gOS +lYS +gOS +gzY aaj aaj aaj @@ -35617,14 +38851,14 @@ aaf aaf aaf aaf -kzl -qmT -pfW -qmT -dXv -pfW -qmT -ili +wkJ +war +uLr +war +kyU +uLr +war +vKF aae aae aae @@ -35765,6 +38999,21 @@ aaf aaf aaf aaf +ulN +ulN +ulN +ulN +ulN +ulN +ulN +ulN +ulN +wRK +sQn +sVd +wWl +jFp +wRK aaj aaj aaj @@ -35773,29 +39022,14 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -aph -gdR -biB -bky -opu -gdR -lGY +gzY +dWm +gOS +ana +qgm +cYi +gOS +gzY aaj aaj aaj @@ -35869,14 +39103,14 @@ aaf aaf aaf aaf -kzl -pfW -lJU -oEe -lJU -lJU -pfW -ili +wkJ +uLr +oMD +kOz +oMD +oMD +uLr +nlH aae aae aae @@ -36017,6 +39251,21 @@ aaf aaf aaf aaf +fxf +oIh +jQD +jOy +fFC +xuR +jvP +aGM +syz +tSu +qtK +wVb +dUp +vAW +wRK aaj aaj aaj @@ -36025,29 +39274,14 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -gdR -gdR -gdR -gdR -imY -gdR -lGY +gzY +gOS +gOS +gOS +gOS +shs +gOS +gzY aaj aaj aaj @@ -36121,14 +39355,14 @@ aaf aaf aaf aaf -kzl -pfW -qPF -wHv -lJU -ooY -pfW -ili +wkJ +uLr +aFs +bZJ +oMD +xJP +uLr +nlH aae aae aae @@ -36262,13 +39496,28 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaf -aaf +rvJ +vDC +vDC +vDC +vDC +vDC +vDC +fxf +nMs +lkv +lkv +lkv +lkv +hLN +lkv +oTd +wRK +wkW +sVd +hBn +vAW +wRK aaj aaj aaj @@ -36277,29 +39526,14 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -gdR -gdR -gdR -gdR -imY -gdR -lGY +gzY +gOS +gOS +wjv +gOS +shs +gOS +gzY aaj aaj aaj @@ -36373,14 +39607,14 @@ aaf aaf aaf aaf -kzl -pfW -qPF -wHv -noF -ooY -pfW -ili +wkJ +uLr +aFs +bZJ +dJA +xJP +uLr +nlH aae aae aae @@ -36514,13 +39748,28 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaf -aaf +rvJ +hYT +vdL +vdL +kdi +kdi +kdi +kdi +xyN +lkv +lkv +lkv +lkv +fiy +lkv +dJN +uMF +ibw +sVd +hBn +vAW +wRK aaj aaj aaj @@ -36529,29 +39778,14 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -gdR -gdR -gdR -gdR -imY -gdR -lGY +gzY +gOS +gOS +gOS +gOS +shs +gOS +gzY aaj aaj aaj @@ -36625,14 +39859,14 @@ aaf aaf aaf aaf -kzl -pfW -alB -lJU -cdT -lJU -pfW -ili +wkJ +uLr +dqi +oMD +xBY +oMD +uLr +nlH aae aae aae @@ -36766,13 +40000,28 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaf -aaf +rvJ +xDx +fMi +fMi +lkv +mRd +bcT +bcT +bcT +bcT +bcT +bcT +bcT +wLa +etr +dKo +sIo +qIj +cXv +hBn +jFp +wRK aaj aaj aaj @@ -36781,29 +40030,14 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -gdR -gdR -gdR -gdR -imY -gdR -lGY +gzY +gOS +gOS +gOS +gOS +shs +gOS +gzY aaj aaj aaj @@ -36877,14 +40111,14 @@ aaf aaf aaf aaf -kzl -qmT -pfW -dXv -qmT -pfW -qmT -ili +wkJ +war +uLr +kyU +war +uLr +war +vKF aae aae aae @@ -37018,13 +40252,28 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaf -aaf +rvJ +nOU +wMQ +wMQ +wKI +coT +coT +coT +coT +wKI +coT +coT +coT +coT +wKI +dnk +uMF +nUp +nUp +nUp +ada +wRK aaj aaj aaj @@ -37033,29 +40282,14 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -gdR -gdR -gdR -gdR -imY -gdR -lGY +gzY +gOS +gOS +gOS +gOS +shs +gOS +gzY aaj aaj aaj @@ -37129,14 +40363,14 @@ aaf aaf aaf aaf -vPb -eil -eil -aav -aav -xtO -xtO -lwz +alA +oyU +oyU +vGf +vGf +oyU +oyU +saH aae aae aae @@ -37270,13 +40504,28 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaf -aaf +rvJ +rvJ +rvJ +rvJ +rvJ +vDC +vDC +vDC +rvJ +rvJ +rvJ +rvJ +rvJ +rvJ +rvJ +rvJ +wRK +wRK +wRK +wRK +wRK +wRK aaj aaj aaj @@ -37285,29 +40534,14 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -lGY -gdR -gdR -gdR -gdR -imY -gdR -lGY +gzY +gOS +gOS +gOS +gOS +shs +gOS +gzY aaj aaj aaj @@ -37384,8 +40618,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -37552,14 +40786,14 @@ aaj aaj aaj aaj -lGY -eHJ -gdR -gdR -gdR -imY -gdR -lGY +gzY +sdF +gOS +gOS +gOS +shs +gOS +gzY aaj aaj aaj @@ -37636,8 +40870,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -37804,14 +41038,14 @@ aaj aaj aaj aaj -lGY -gdR -gdR -gdR -gdR -imY -gdR -lGY +gzY +gOS +gOS +gOS +gOS +shs +gOS +gzY aaj aaj aaj @@ -37888,8 +41122,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -38056,14 +41290,14 @@ aaj aaj aaj aaj -lGY -gdR -gdR -gdR -gdR -imY -gdR -lGY +gzY +gOS +gOS +gOS +gOS +shs +gOS +gzY aaj aaj aaj @@ -38140,8 +41374,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -38308,14 +41542,14 @@ aaj aaj aaj aaj -lGY -gdR -gdR -gdR -gdR -imY -gdR -lGY +gzY +gOS +gOS +wjv +gOS +shs +gOS +gzY aaj aaj aaj @@ -38392,8 +41626,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -38560,14 +41794,14 @@ aaj aaj aaj aaj -lGY -gdR -gdR -gdR -gdR -afI -gdR -lGY +gzY +gOS +gOS +gOS +gOS +bpl +emx +gzY aaj aaj aaj @@ -38644,8 +41878,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -38812,14 +42046,14 @@ aaj aaj aaj aaj -lGY -gdR -gdR -gdR -gdR -gdR -gdR -lGY +gzY +gOS +gOS +gOS +gOS +euK +gOS +gzY aaj aaj aaj @@ -38896,8 +42130,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -39064,14 +42298,14 @@ aaj aaj aaj aaj -lGY -gdR -xxs -lIf -qEE -gdR -gdR -lGY +gzY +gOS +gOS +gOS +gOS +euK +gOS +gzY aaj aaj aaj @@ -39148,8 +42382,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -39314,18 +42548,18 @@ aaj aaj aaj aaj -aaj -aaj -lGY -gdR -xxs -lIf -qEE -gdR -nGA -lGY -aaj -aaj +gzY +gzY +gzY +gzY +gzY +gzY +gzY +eUv +gzY +gzY +gzY +gzY aaj aaj aaj @@ -39400,8 +42634,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -39566,18 +42800,18 @@ aaj aaj aaj aaj -aaj -aaj -lGY -gdR -gdR -mLP -gdR -gdR -gdR -lGY -aaj -aaj +gzY +gOS +gOS +gOS +gOS +gOS +gOS +euK +gOS +gOS +gOS +gzY aaj aaj aaj @@ -39652,8 +42886,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -39818,18 +43052,18 @@ aaj aaj aaj aaj -aaj -aaj -lGY -gdR -gdR -gdR -gdR -gdR -gdR -lGY -aaj -aaj +gzY +dWm +gOS +gOS +gOS +gOS +gOS +euK +gOS +gOS +emx +gzY aaj aaj aaj @@ -39904,8 +43138,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -40070,18 +43304,18 @@ aaj aaj aaj aaj -aaj -aaj -lGY -lGY -lGY -lGY -lGY -lGY -lGY -lGY -aaj -aaj +gzY +gOS +gOS +gOS +gOS +gOS +gOS +euK +gOS +gOS +gOS +gzY aaj aaj aaj @@ -40156,8 +43390,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -40318,35 +43552,35 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +oPL +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb aaj aaj aaj @@ -40408,8 +43642,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -40570,35 +43804,35 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +ffb +uVs +nMZ +nMZ +nMZ +nMZ +nMZ +uVs +nMZ +nMZ +eaU +azO +nMZ +nMZ +nMZ +uVs +nMZ +nMZ +nMZ +nMZ +nMZ +uVs +nMZ +nMZ +nMZ +nMZ +uVs +nMZ +ffb aaj aaj aaj @@ -40660,8 +43894,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -40822,35 +44056,35 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +ffb +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +fwZ +fwZ +fwZ +fwZ +nMZ +nMZ +ffb aaj aaj aaj @@ -40912,8 +44146,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -41074,35 +44308,35 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +ffb +nMZ +nMZ +nDM +nDM +nDM +nMZ +nMZ +ksp +sna +sna +sna +sna +sna +oiJ +nMZ +nMZ +nDM +nDM +nDM +nMZ +pFS +ttN +ttN +ttN +ttN +iYG +nMZ +ffb aaj aaj aaj @@ -41164,8 +44398,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -41326,35 +44560,35 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +ffb +nMZ +nMZ +nDM +ttN +bpK +nMZ +nMZ +jsB +ttN +ttN +ttN +ttN +ttN +bpK +nMZ +nMZ +jsB +ttN +nDM +nMZ +pFS +ttN +ttN +ttN +ttN +iYG +nMZ +ffb aaj aaj aaj @@ -41416,8 +44650,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -41578,35 +44812,35 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +ffb +nMZ +nMZ +nDM +ttN +ttN +nMZ +nMZ +jsB +ttN +ttN +ttN +ttN +ttN +bpK +nMZ +nMZ +ttN +ttN +nDM +nMZ +pFS +ttN +ttN +ttN +ttN +iYG +nMZ +ffb aaj aaj aaj @@ -41668,8 +44902,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -41830,35 +45064,35 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +ffb +nMZ +nMZ +nDM +ttN +bpK +nMZ +nMZ +jsB +ttN +ttN +ttN +ttN +ttN +bpK +nMZ +nMZ +jsB +ttN +nDM +nMZ +pFS +ttN +ttN +ttN +ttN +iYG +nMZ +ffb aaj aaj aaj @@ -41920,8 +45154,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -42082,63 +45316,63 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +ffb +nMZ +nMZ +nDM +nDM +nDM +nMZ +nMZ +oLM +upF +upF +upF +upF +upF +dAU +nMZ +nMZ +nDM +nDM +nDM +nMZ +pFS +ttN +ttN +ttN +ttN +iYG +nMZ +ffb +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek aaj aaj aaj @@ -42172,8 +45406,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -42334,63 +45568,63 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +ffb +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +vcQ +vcQ +vcQ +vcQ +nMZ +nMZ +ddW +cDA +cDA +cDA +fzr +cDA +cDA +cDA +cDA +cDA +cDA +cDA +cDA +fzr +cDA +cDA +cDA +cDA +cDA +cDA +cDA +fzr +cDA +cDA +cDA +rjV +cDA +cDA +cek aaj aaj aaj @@ -42424,8 +45658,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -42586,63 +45820,63 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +ffb +qdS +nMZ +nMZ +nMZ +nMZ +nMZ +gAC +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +nMZ +gAC +nMZ +nMZ +nMZ +nMZ +nMZ +gAC +nMZ +nMZ +nMZ +nMZ +gAC +nMZ +pDJ +cDA +cDA +cDA +wtB +cDA +cDA +cDA +cDA +cDA +cDA +cDA +cDA +wtB +cDA +cDA +cDA +cDA +cDA +cDA +cDA +wtB +cDA +cDA +cDA +jKA +cDA +cDA +cek aaj aaj aaj @@ -42676,8 +45910,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -42838,63 +46072,63 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +ffb +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +cek +lDk +guL +cek aaj aaj aaj @@ -42928,8 +46162,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -43143,10 +46377,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -43180,8 +46414,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -43395,10 +46629,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -43432,8 +46666,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -43647,10 +46881,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +ymg +rAP +cek aaj aaj aaj @@ -43684,8 +46918,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -43899,10 +47133,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -43936,8 +47170,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -44151,10 +47385,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -44188,8 +47422,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -44403,10 +47637,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -44440,8 +47674,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -44572,10 +47806,10 @@ aaf aaf aaf aaf -ptZ -hRP -hRP -vvQ +gBh +pOr +pOr +qLL aaf aaf aaf @@ -44655,10 +47889,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -44692,8 +47926,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -44824,10 +48058,10 @@ aaf aaf aaf aaf -hYY -htq -htq -nvU +www +dLt +dLt +xPm aaf aaf aaf @@ -44907,10 +48141,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -44944,8 +48178,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -45076,10 +48310,10 @@ aaf aaf aaf aaf -hYY -htq -htq -nvU +www +dLt +dLt +xPm aaf aaf aaf @@ -45159,10 +48393,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -45196,8 +48430,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -45328,13 +48562,13 @@ aaf aaf aaf aaf -hYY -htq -htq -htq -wUO -wUO -mBm +www +dLt +dLt +dLt +mzR +mzR +hBP aaf aaf aaf @@ -45411,10 +48645,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -45448,8 +48682,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -45579,14 +48813,14 @@ aaf aaf aaf aaj -xFQ -xFQ -xFQ -xFQ -xFQ -xFQ -xFQ -nvU +gNl +gNl +gNl +gNl +gNl +gNl +gNl +xPm aaf aaf aaf @@ -45663,10 +48897,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +ymg +rAP +cek aaj aaj aaj @@ -45700,8 +48934,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -45831,14 +49065,14 @@ aaf aaf aaf aaj -xFQ -nNy -aZg -aZg -vmN -aoV -xFQ -nvU +gNl +qEf +mtS +mtS +kaB +iyE +gNl +xPm aaf aaf aaf @@ -45915,10 +49149,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -45952,8 +49186,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -46083,25 +49317,25 @@ aaf aaf aaf aaj -xFQ -nGM -xtp -ohK -bcV -xFQ -xFQ -jTP -xFQ -xFQ -xFQ -xFQ -xFQ -nIi -nIi -nIi -nIi -nIi -xFQ +gNl +guB +nmk +kSV +udU +gNl +gNl +qeA +gNl +gNl +gNl +gNl +gNl +dVO +dVO +dVO +dVO +dVO +gNl aaf aaf aaf @@ -46167,10 +49401,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -46204,8 +49438,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -46335,25 +49569,25 @@ aaf aaf aaf aaf -xFQ -xFQ -xFQ -xFQ -fJF -xFQ -jUP -hwQ -xFQ -aoV -aoV -aoV -xFQ -hwQ -hwQ -hwQ -hwQ -hwQ -xFQ +gNl +gNl +gNl +gNl +vfm +gNl +aFW +qsc +gNl +iyE +iyE +iyE +gNl +qsc +qsc +qsc +qsc +qsc +gNl aaf aaf aaf @@ -46419,10 +49653,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -46456,8 +49690,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -46589,23 +49823,23 @@ aaf aaf aaf aaf -nIi -hwQ -hVp -xFQ -hTS -rOC -xFQ -xIP -aoV -aoV -xFQ -hwQ -wSs -xmb -luf -hwQ -xFQ +dVO +qsc +ydK +gNl +qBf +tzl +gNl +gQK +iyE +iyE +gNl +qsc +avQ +rgq +jBe +qsc +gNl aaj aaf aaf @@ -46671,10 +49905,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -46708,8 +49942,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -46841,23 +50075,23 @@ aaf aaf aaf aaf -nIi -hwQ -hVp -xFQ -xFQ -pVp -xFQ -xFQ -tNh -xFQ -xFQ -hwQ -hwQ -vby -hwQ -hwQ -xFQ +dVO +qsc +ydK +gNl +gNl +aYA +gNl +gNl +glH +gNl +gNl +qsc +qsc +grN +qsc +qsc +gNl aaj aaf aaf @@ -46923,10 +50157,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -46960,8 +50194,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -47079,39 +50313,39 @@ aaa aaa aaa aav -krc -krc -krc -krc -krc -krc -krc -krc -krc +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH abB aaf aaf aaf aaf -nIi -kBK -cDD -uTg -rqr -xSe -pvp -hwQ -hwQ -hwQ -xFQ -jUP -hwQ -vby -hwQ -xjB -xFQ -xFQ -xFQ +dVO +wPB +aFN +vcu +jVz +chH +qsc +gvO +qsc +qsc +gNl +aFW +qsc +grN +qsc +fFW +gNl +gNl +gNl aaf aaf aaf @@ -47120,6 +50354,7 @@ aaf aaf aaf aaf +oqz aaj aaj aaj @@ -47174,11 +50409,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -47212,8 +50446,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -47340,38 +50574,38 @@ aaB aaB aaB aav -ook -aaf -aaf -aaf -aaf -nIi -tkY -oHr -luf -hwQ -nbE -hwQ -hwQ -ceU -hwQ -nIi -hwQ -hwQ -vby -hwQ -hwQ -hwQ -hwQ -xFQ -aaf -aaf -aaf -aaf +mWP aaf aaf aaf aaf +dVO +eAW +dsP +jBe +qsc +rqY +qsc +qsc +oGh +qsc +dVO +qsc +qsc +grN +qsc +qsc +qsc +qsc +gNl +lRY +xdV +xdV +xdV +xdV +xdV +xdV +xdV aaj aaj aaj @@ -47427,10 +50661,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -47464,8 +50698,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -47591,32 +50825,32 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf aaf -nIi -tkY -gDc -hwQ -hwQ -nbE -hwQ -hwQ -mhQ -hwQ -nIi -hwQ -hwQ -vby -hwQ -hwQ -hwQ -hwQ -xFQ -aaf +dVO +eAW +djg +qsc +qsc +rqY +qsc +qsc +glN +qsc +dVO +qsc +qsc +grN +qsc +qsc +qsc +qsc +gNl +egP aaf aaf aaf @@ -47624,6 +50858,7 @@ aaf aaf aaf aaf +oqz aaj aaj aaj @@ -47678,11 +50913,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj +cek +ymg +rAP +cek aaj aaj aaj @@ -47716,8 +50950,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -47843,32 +51077,32 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf aaf -xFQ -jUP -vby -hwQ -hwQ -nbE -hwQ -hwQ -mhQ -hwQ -nIi -hwQ -hwQ -vby -hwQ -hwQ -hwQ -hwQ -xFQ -aaf +gNl +aFW +grN +qsc +qsc +rqY +qsc +qsc +glN +qsc +dVO +qsc +qsc +grN +qsc +qsc +qsc +qsc +gNl +egP aaf aaf aaf @@ -47931,10 +51165,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -47968,8 +51202,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -48095,32 +51329,32 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf aaf -nIi -hwQ -vby -hwQ -hwQ -nbE -hwQ -hwQ -mhQ -hwQ -xFQ -jUP -hwQ -vby -hwQ -hwQ -hwQ -xjB -xFQ -aaf +dVO +qsc +grN +qsc +qsc +rqY +qsc +qsc +glN +qsc +gNl +aFW +qsc +grN +qsc +qsc +qsc +fFW +gNl +egP aaf aaf aaf @@ -48183,10 +51417,10 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek aaj aaj aaj @@ -48220,8 +51454,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -48347,32 +51581,32 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf aaf -nIi -hwQ -vby -hwQ -hwQ -nbE -hwQ -hwQ -mhQ -hwQ -xFQ -dhC -hwQ -vby -hwQ -hwQ -hwQ -hwQ -xFQ -aaf +dVO +qsc +grN +qsc +qsc +rqY +qsc +qsc +glN +qsc +gNl +meJ +qsc +grN +qsc +qsc +qsc +qsc +gNl +egP aaf aaf aaf @@ -48435,13 +51669,13 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +cek +cDA +cDA +cek +cek +cek +cek aaj aaj aaj @@ -48472,8 +51706,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -48599,33 +51833,33 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf aaf -nIi -hwQ -wfT -iJj -iJj -paf -shp -shp -rUL -shp -mxI -pCR -iJj -sLM -iJj -hJE -jpA -hwQ -xFQ -aaj -aaj +dVO +qsc +iIM +pZd +pZd +qOo +tUO +tUO +ggf +tUO +reW +avT +pZd +plh +pZd +ikt +uOo +qsc +gNl +dLt +hBP aaf aaf aaf @@ -48687,13 +51921,13 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +cek +hNd +nHT +nWm +emW +wXh +hMa aaj aaj aaj @@ -48724,8 +51958,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -48851,33 +52085,33 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf aaf -xFQ -jUP -mhQ -hwQ -kBK -kBK -kBK -kBK -rFO -xjB -xFQ -nbE -hwQ -hwQ -hwQ -mhQ -rFO -hwQ -xFQ -aaj -aaj +gNl +aFW +glN +qsc +wPB +wPB +wPB +wPB +mqR +fFW +gNl +rqY +qsc +qsc +qsc +glN +mqR +qsc +gNl +dLt +xPm aaf aaf aaf @@ -48939,16 +52173,16 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +cek +opG +tBG +htw +qUC +qUC +qUC +qUC +qUC +htw aaj aaj aaj @@ -48976,8 +52210,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -49103,33 +52337,33 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaj aaj aaj -nIi -hwQ -mhQ -rda -tkY -tkY -tkY -tkY -tmt -hwQ -xFQ -wUR -hwQ -hwQ -hwQ -mhQ -rFO -xjB -xFQ -aaj -aaj +dVO +qsc +glN +wSA +eAW +eAW +eAW +eAW +dcI +qsc +gNl +ftA +qsc +qsc +qsc +glN +mqR +fFW +gNl +dLt +xPm aaf aaf aaf @@ -49191,16 +52425,16 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +cek +hlq +jTY +qUC +ubI +ubI +ubI +ubI +ubI +qUC aaj aaj aaj @@ -49228,8 +52462,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -49355,33 +52589,33 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaj aaj aaj -nIi -hwQ -mhQ -rda -tkY -tkY -tkY -tkY -tmt -hwQ -xFQ -nbE -hwQ -hwQ -hwQ -mhQ -rFO -hwQ -xFQ -aaj -aaj +dVO +qsc +glN +wSA +eAW +eAW +eAW +eAW +dcI +qsc +gNl +rqY +qsc +qsc +qsc +glN +mqR +qsc +gNl +dLt +xPm aaf aaf aaf @@ -49443,16 +52677,16 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +cek +opG +xdK +sKs +ubI +ubI +ubI +ubI +ubI +qUC aaj aaj aaj @@ -49480,8 +52714,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -49607,33 +52841,33 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaj aaj aaj -nIi -hwQ -mhQ -rda -tkY -tkY -tkY -tkY -tmt -hwQ -xFQ -nbE -hwQ -hwQ -hwQ -mhQ -rFO -hwQ -xFQ -aaj -aaj +dVO +qsc +glN +wSA +eAW +eAW +eAW +eAW +dcI +qsc +gNl +rqY +qsc +qsc +qsc +glN +mqR +qsc +gNl +dLt +xPm aaf aaf aaf @@ -49695,16 +52929,16 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +cek +sCA +xdK +sKs +ubI +ubI +ubI +ubI +ubI +qUC aaj aaj aaj @@ -49732,8 +52966,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -49859,33 +53093,33 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaj aaj aaj -xFQ -jUP -mhQ -rda -tkY -tkY -tkY -tkY -tmt -xjB -xFQ -nbE -hwQ -keS -hwQ -mhQ -rFO -hwQ -xFQ -aaj -aaj +gNl +aFW +glN +wSA +eAW +eAW +eAW +eAW +dcI +fFW +gNl +rqY +qsc +qlJ +qsc +glN +mqR +qsc +gNl +dLt +xPm aaf aaf aaf @@ -49947,16 +53181,16 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +cek +rfe +xdK +sKs +ubI +ubI +ubI +ubI +ubI +qUC aaj aaj aaj @@ -49984,8 +53218,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -50111,33 +53345,33 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaj aaj aaj -nIi -hwQ -mhQ -rda -tkY -tkY -tkY -tkY -tmt -hwQ -xFQ -pVp -xFQ -xFQ -hwQ -mhQ -rFO -xjB -xFQ -aaj -aaj +dVO +qsc +glN +wSA +eAW +eAW +eAW +eAW +dcI +qsc +gNl +aYA +gNl +gNl +qsc +glN +mqR +fFW +gNl +dLt +xPm aaf aaf aaf @@ -50184,31 +53418,31 @@ aaj aaj aaj aaj +qOK +qOK +qOK +qOK +qOK +qOK +qOK +qOK +qOK +qOK +qOK aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +cek +voq +oKc +nXg +ubI +ubI +ubI +ubI +ubI +qUC aaj aaj aaj @@ -50236,8 +53470,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -50363,33 +53597,33 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaj aaj aaj -nIi -hwQ -mhQ -rda -tkY -tkY -tkY -tkY -tmt -hwQ -xFQ -qUX -spC -xFQ -hwQ -cHV -gmz -hwQ -xFQ -aaj -aaj +dVO +qsc +glN +wSA +eAW +eAW +eAW +eAW +dcI +qsc +gNl +kKL +ltl +gNl +qsc +vLZ +iwA +qsc +gNl +dLt +xPm aaf aaf aaf @@ -50436,31 +53670,31 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +qOK +pMX +rRQ +rRQ +rRQ +rRQ +rRQ +rRQ +rRQ +oym +qOK +qOK +qOK +qOK +qOK +qOK +nTU +qOK +htw +qUC +qUC +qUC +qUC +qUC +htw aaj aaj aaj @@ -50488,8 +53722,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -50615,33 +53849,33 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaj aaj aaj -nIi -hwQ -mhQ -rda -tkY -tkY -tkY -tkY -tmt -hwQ -xFQ -hwQ -hwQ -xFQ -hwQ -hwQ -hwQ -hwQ -xFQ -aaj -aaj +dVO +qsc +glN +wSA +eAW +eAW +eAW +eAW +dcI +qsc +gNl +qsc +qsc +gNl +qsc +qsc +qsc +qsc +gNl +dLt +xPm aaf aaf aaf @@ -50688,30 +53922,30 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +qOK +jKV +hDf +hGf +hGf +hGf +hGf +hGf +aAm +dVc +qOK +elr +sBi +eNf +cAW +xJq +xmJ +sBi +sBi +sBi +exp +qOK +qDc +owp aaj aaj aaj @@ -50740,8 +53974,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -50867,33 +54101,33 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaj aaj aaj -xFQ -jUP -mhQ -hwQ -bWu -bWu -bWu -bWu -rFO -xjB -xFQ -xFQ -vYt -xFQ -nIi -nIi -nIi -nIi -xFQ -aaj -aaj +gNl +aFW +glN +qsc +bYl +bYl +bYl +bYl +mqR +fFW +gNl +gNl +iRI +gNl +dVO +dVO +dVO +dVO +gNl +dLt +nVR aaf aaf aaf @@ -50940,30 +54174,30 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +qOK +rRQ +huD +hGq +hGq +hGq +hGq +hGq +nmX +oOa +xDp +sEU +lRa +faF +ron +mCB +myl +mCB +mCB +iIQ +rdh +dSr +uvQ +owp aaj aaj aaj @@ -50992,8 +54226,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -51119,32 +54353,32 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaj aaj aaj -nIi -hwQ -mhQ -hwQ -hwQ -hwQ -hwQ -hwQ -rFO -hwQ -nIi -htq -htq -htq -htq -htq -htq -htq -tRC -aaf +dVO +qsc +glN +qsc +qsc +qsc +qsc +qsc +mqR +qsc +dVO +dLt +dLt +dLt +dLt +dLt +dLt +dLt +dLt +bPP aaf aaf aaf @@ -51192,30 +54426,30 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +qOK +rRQ +huD +xGc +wyU +wyU +wyU +xGc +wlv +sPU +dAr +jQY +fzp +jQY +jQY +jQY +qBW +jQY +jQY +cFT +ijG +qOK +ctf +owp aaj aaj aaj @@ -51244,8 +54478,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -51371,31 +54605,31 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaj aaj aaj -nIi -hwQ -mhQ -hwQ -hwQ -hwQ -hwQ -hwQ -rFO -hwQ -nIi -htq -htq -htq -htq -htq -htq -htq -tRC +dVO +qsc +glN +qsc +qsc +qsc +qsc +qsc +mqR +qsc +dVO +dLt +dLt +dLt +dLt +dLt +dLt +dLt +vus aaf aaf aaf @@ -51444,30 +54678,30 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +qOK +rRQ +huD +xGc +fKT +rwe +ljT +xGc +wlv +cdF +qOK +eXs +fzp +jQY +jQY +jQY +qBW +jQY +jQY +jQY +ijG +qOK +ctf +owp aaj aaj aaj @@ -51496,8 +54730,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -51623,31 +54857,31 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaj aaj aaj -nIi -hwQ -mhQ -hwQ -hwQ -hwQ -hwQ -hwQ -rFO -hwQ -nIi -htq -htq -htq -htq -htq -htq -htq -tRC +dVO +qsc +glN +qsc +qsc +qsc +qsc +qsc +mqR +qsc +dVO +dLt +dLt +dLt +dLt +dLt +dLt +dLt +vus aaf aaf aaf @@ -51696,30 +54930,30 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +qOK +rRQ +huD +xGc +erz +boA +boA +xGc +wlv +sPU +owu +uAb +fzp +jQY +tLc +jQY +qBW +jQY +jQY +jQY +ijG +qOK +aiv +owp aaj aaj aaj @@ -51748,8 +54982,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -51875,31 +55109,31 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf aaf -nIi -hwQ -cHV -hwQ -hwQ -hwQ -hwQ -hwQ -gmz -hwQ -nIi -htq -htq -htq -htq -htq -htq -htq -tRC +dVO +qsc +vLZ +qsc +qsc +qsc +qsc +qsc +iwA +qsc +dVO +dLt +dLt +dLt +dLt +dLt +dLt +dLt +vus aaf aaf aaf @@ -51948,30 +55182,30 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +qOK +rRQ +huD +xGc +xFM +boA +boA +pBc +wlv +sPU +owu +wNQ +fzp +hKx +koH +veE +iyR +jQY +jQY +jQY +ijG +qOK +ctf +owp aaj aaj aaj @@ -52000,8 +55234,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -52127,31 +55361,31 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf aaf -nIi -qjK -keS -hwQ -hwQ -hwQ -hwQ -hwQ -hwQ -hwQ -nIi -htq -htq -htq -htq -htq -htq -htq -tRC +dVO +ghO +qlJ +qsc +qsc +qsc +qsc +qsc +qsc +qsc +dVO +dLt +dLt +dLt +dLt +dLt +dLt +dLt +vus aaf aaf aaf @@ -52200,30 +55434,30 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +qOK +rRQ +huD +xGc +xFM +boA +idB +xGc +wlv +sPU +owu +wNQ +fzp +hKx +koH +veE +jQY +jQY +jQY +jQY +ijG +qOK +ctf +owp aaj aaj aaj @@ -52252,8 +55486,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -52379,31 +55613,31 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf aaf -xFQ -xFQ -xFQ -xFQ -ryc -ryc -ryc -ryc -ryc -ryc -nIi -htq -htq -htq -htq -htq -htq -htq -tRC +gNl +gNl +gNl +gNl +mHi +mHi +mHi +mHi +mHi +mHi +dVO +dLt +dLt +dLt +dLt +dLt +dLt +dLt +vus aaf aaf aaf @@ -52452,30 +55686,30 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +qOK +rRQ +huD +xGc +xFM +boA +idB +xGc +wlv +sPU +owu +csE +fzp +jQY +jQY +jQY +jQY +jQY +jQY +jQY +dll +qOK +aGz +owp aaj aaj aaj @@ -52504,8 +55738,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -52631,8 +55865,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -52640,22 +55874,22 @@ aaf aaf aaf aaf -xFQ -nIi -nIi -nIi -nIi -nIi -nIi -xFQ -pOm -pOm -pOm -pOm -pOm -pOm -pOm -cSG +gNl +dVO +dVO +dVO +dVO +dVO +dVO +gNl +mfc +mfc +mfc +mfc +mfc +mfc +mfc +csC aaf aaf aaf @@ -52704,30 +55938,30 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +qOK +rRQ +huD +xGc +mqv +jSl +mqv +xGc +wlv +sPU +owu +csE +fzp +jQY +jQY +jQY +jQY +jQY +jQY +jQY +ijG +qOK +owp +owp aaj aaj aaj @@ -52756,8 +55990,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -52883,8 +56117,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -52956,34 +56190,34 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +qOK +rRQ +huD +xGc +xGc +ewW +xGc +xGc +wlv +sPU +owu +csE +cFT +jQY +jQY +jQY +jQY +jQY +jQY +jQY +fOx +qOK +lbs +lbs +lRY +lRY +lRY +nrI aaf aaf aaf @@ -53008,8 +56242,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -53135,8 +56369,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -53208,34 +56442,34 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +qOK +vbT +lVH +cNu +xGc +hKe +xGc +cNu +wlv +bct +qOK +xEI +vQV +anM +hEF +iQr +jqi +vQV +vQV +vQV +aCH +qOK +lbs +lbs +lbs +lbs +lbs +rmj aaf aaf aaf @@ -53258,13 +56492,13 @@ aaf aaf aaf aaf -kEP -jQf -aav +hEm +rTZ +aHY abV -qXg -qXg -atK +rTZ +rTZ +hBs aae aae aae @@ -53387,8 +56621,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -53460,34 +56694,34 @@ aaj aaj aaj aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +qOK +pMX +rhC +wjU +wjU +wjU +wjU +wjU +juz +oym +qOK +owu +owu +owu +owu +owu +qOK +qOK +owu +owu +owu +qOK +lbs +lbs +lbs +lbs +lbs +rmj aaf aaf aaf @@ -53510,13 +56744,13 @@ aaf aaf aaf aaf -ckL +lLm abe abo abe abf abe -nsG +chu aae aae aae @@ -53639,8 +56873,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -53712,34 +56946,34 @@ aaf aaf aaf aaf +qOK +qOK +rRQ +rRQ +rRQ +rRQ +rRQ +rRQ +rRQ +qOK +qOK aaf aaf aaf +aaf +aaf +aaf +acj aaj aaj aaj aaj -aaj -aaj -aaj -aaf -aaf -aaf -aaf -aaf -aaf -aaf -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj -aaj +owc +owc +owc +owc +lbs +rmj aaf aaf aaf @@ -53761,15 +56995,15 @@ aaf aaf aaf aaf -kEP -wut +hEm +aHY abf abj abW abj abf -lCW -atK +aHY +hBs aae aae aae @@ -53891,8 +57125,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -53965,27 +57199,33 @@ aaf aaf aaf aaf +qOK +sRK +sRK +sRK +sRK +sRK +sRK +sRK +qOK aaf aaf +aaf +aaf +aaf +aaf +aaf +acj aaj aaj aaj -aaj -aaj -aaj -aaj +aco aaf aaf aaf aaf -aaf -aaf -aaf -aaj -aaj -aaj -aaj -aaj +sCR +rmj aaf aaf aaf @@ -54007,13 +57247,7 @@ aaf aaf aaf aaf -aaf -aaf -aaf -aaf -aaf -aaf -ckL +lLm abe abf abj @@ -54021,7 +57255,7 @@ abj abj abf abe -nsG +eVY aae aae aae @@ -54143,8 +57377,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -54233,11 +57467,17 @@ aaf aaf aaf aaf -aaj -aaj -aaj -aaj -aaj +acq +acm +acm +acm +acs +aaf +aaf +aaf +aaf +sCR +rmj aaf aaf aaf @@ -54259,13 +57499,7 @@ aaf aaf aaf aaf -aaf -aaf -aaf -aaf -aaf -aaf -ckL +lLm abf abj abj @@ -54273,7 +57507,7 @@ abj abR abT abf -nsG +chu aae aae aae @@ -54395,8 +57629,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -54494,6 +57728,8 @@ aaf aaf aaf aaf +sCR +rmj aaf aaf aaf @@ -54515,17 +57751,15 @@ aaf aaf aaf aaf -aaf -aaf -ckL +lLm abf -mCs +iIe abj abv abj abT abf -nsG +chu aae aae aae @@ -54647,8 +57881,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -54746,6 +57980,13 @@ aaf aaf aaf aaf +sCR +lbs +lRY +lRY +lRY +lRY +rXk aaf aaf aaf @@ -54762,14 +58003,7 @@ aaf aaf aaf aaf -aaf -aaf -aaf -aaf -aaf -aaf -aaf -ckL +lLm abf abj abp @@ -54777,7 +58011,7 @@ abx abS abT abf -nsG +chu aae aae aae @@ -54899,8 +58133,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -54998,12 +58232,13 @@ aaf aaf aaf aaf -aaf -ukv -xKH -xKH -xKH -tNY +sCR +lbs +lbs +lbs +lbs +lbs +rmj aaf aaf aaf @@ -55020,8 +58255,7 @@ aaf aaf aaf aaf -aaf -ckL +lLm abe abf abp @@ -55029,7 +58263,7 @@ abx aby abf abe -nsG +eVY aae aae aae @@ -55151,8 +58385,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -55250,13 +58484,13 @@ aaf aaf aaf aaf -aci +acj +aaj +hqc +hqc +hqc aaj -avA -avA -avA aaj -acl acl acl acl @@ -55273,15 +58507,15 @@ aaf aaf aaf aaf -hUi -wut +aMX +aHY abf abj abj abj abf -lCW -taD +aHY +bdX aae aae aae @@ -55403,8 +58637,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -55504,9 +58738,9 @@ acl acl aaj aaj -avA -nGj -avA +hqc +cgK +hqc aaj aaj aaj @@ -55526,13 +58760,13 @@ aaf aaf aaf aaf -ckL +lLm abf abj abZ abj abf -nsG +chu aae aae aae @@ -55655,8 +58889,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -55756,18 +58990,18 @@ aaj aaj aaj aaj -avA -xov -avA -gQe -gQe -gQe -gQe -gQe -gQe -gQe -gQe -avA +hqc +lso +hqc +xET +xET +xET +xET +xET +xET +xET +xET +hqc aaj aaj aaj @@ -55778,13 +59012,13 @@ aaf aaf aaf aaf -ckL +lLm abe abo abe abf abe -nsG +chu aae aae aae @@ -55907,8 +59141,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -56001,27 +59235,27 @@ aaf aaf acj aaj -avA -gQe -gQe -gQe -gQe -gQe -gQe -avA -gIG -vNR -vNR -vNR -vNR -vNR -vNR -vNR -vNR -vNR -avA -avA -avA +hqc +xET +xET +xET +xET +xET +xET +hqc +azP +mMc +mMc +mMc +mMc +mMc +mMc +mMc +mMc +mMc +hqc +hqc +hqc aaj aco aaf @@ -56030,13 +59264,13 @@ aaf aaf aaf aaf -hUi -eil -aav -aav -xtO -xtO -taD +aMX +rOc +aHY +aHY +rOc +rOc +bdX aae aae aae @@ -56159,8 +59393,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -56253,27 +59487,27 @@ aaf aaf acj aaj -gQe -vNR -vNR -vNR -vNR -vNR -vNR -avA -iJx -vNR -vNR -vNR -vNR -vNR -vNR -vNR -vNR -vNR -vNR -vNR -avA +xET +mMc +mMc +mMc +mMc +mMc +mMc +hqc +dYc +mMc +mMc +mMc +mMc +mMc +mMc +mMc +mMc +mMc +mMc +mMc +hqc aaj aco aaf @@ -56284,8 +59518,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -56411,8 +59645,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -56505,27 +59739,27 @@ aaf aaf acj aaj -gQe -vNR -vNR -vNR -vNR -xkw -daj -avA -tfJ -qvw -hwq -spB -spB -spB -spB -spB -yaG -bDK -ivv -vNR -gQe +xET +mMc +kfb +mMc +mMc +uik +fpA +hqc +vfx +cSH +cmQ +mGJ +mGJ +mGJ +mGJ +mGJ +sbN +woJ +uRh +mMc +xET aaj aco aaf @@ -56536,8 +59770,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -56663,8 +59897,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -56757,27 +59991,27 @@ aaf aaf acj aaj -gQe -vNR -ozx -kNE -wVo -qRz -ujv -tpl -wuJ -iKY -cAM -eqG -vNR -vNR -vNR -vNR -eTC -vNR -vNR -vNR -gQe +xET +mMc +eXp +aoP +xWH +njx +bDl +hSF +yjd +jom +oVn +afm +mMc +mMc +mMc +mMc +tva +mMc +mMc +mMc +xET aaj aco aaf @@ -56788,8 +60022,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -56915,8 +60149,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -57009,27 +60243,27 @@ aaf aaf acj aaj -gQe -vNR -maV -dyh -vNR -vNR -eTC -avA -nVy -iKY -cAM -eqG -vNR -vNR -vNR -vNR -uoo -avA -gQe -gQe -avA +hqc +hqc +wYp +hqc +hqc +mMc +tva +hqc +lec +jom +oVn +afm +mMc +mMc +mMc +mMc +qkl +hqc +xET +xET +hqc aaj aco aaf @@ -57040,8 +60274,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -57167,8 +60401,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -57261,27 +60495,27 @@ acl acl aaj aaj -gQe -vNR -eTC -iie -vNR -vNR -cWR -avA -vNR -cKm -vNR -vNR -vNR -vNR -vNR -vNR -mcr -kdI -sge -vNR -gDS +cHO +kNq +ceC +pSA +hqc +mMc +hUA +hqc +mMc +cnK +mMc +mMc +mMc +mMc +mMc +mMc +ceC +vqT +vZX +mMc +cHO aaj aco aaf @@ -57292,8 +60526,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -57419,8 +60653,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -57513,27 +60747,27 @@ aaj aaj aaj aaj -avA -avA -ldg -avA -avA -vNR -vNR -avA -vNR -vNR -vNR -vNR -vNR -vNR -vNR -vNR -vNR -avA -nxs -daj -avA +xET +mMc +mMc +mMc +hqc +mMc +mMc +hqc +mMc +mMc +mMc +mMc +mMc +mMc +mMc +mMc +mMc +hqc +upa +fpA +hqc aaj aco aaf @@ -57544,8 +60778,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -57671,8 +60905,8 @@ aae aae aae aae -abz -ook +kHx +mWP aaf aaf aaf @@ -57765,27 +60999,27 @@ aaj aaj aaj aaj -gDS -wgN -mcr -aII -avA -gQe -gQe -avA -gQe -gQe -gQe -gQe -gQe -gQe -gQe -gQe -gQe -avA -gQe -gQe -avA +hqc +xET +cHO +xET +hqc +xET +xET +hqc +xET +xET +xET +xET +xET +xET +xET +xET +xET +hqc +xET +xET +hqc aaj aco aaf @@ -57796,8 +61030,8 @@ aaf aaf aaf aaf -abz -ook +kHx +mWP aae aae aae @@ -57920,14 +61154,14 @@ aae aae aae aae -lAE -qXg -qXg -aav -aav -jQf -jQf -mIB +bZy +oop +oop +aaU +aaU +oop +oop +fkd aaf aaf aaf @@ -58010,19 +61244,19 @@ aaf aaf aaf aaf -ukv -xKH +ezX +xCm +aFI +aFI +aFI +aFI +aFI +aFI aaj aaj aaj aaj aaj -gQe -vNR -vNR -vNR -gDS -aaj aaj aaj aaj @@ -58045,14 +61279,14 @@ acl acl acl acl -acl -jQf -jQf -aav -aav -qXg -qXg -aeU +nla +tTL +tTL +vSd +vSd +tTL +tTL +hLT aae aae aae @@ -58172,14 +61406,14 @@ aae aae aae aae -tKa +xkO aaE aaF aaE aaP aaF aaE -fjv +gZj aaf aaf aaf @@ -58262,18 +61496,18 @@ aaf aaf aaf aaf -ckL +kWR aaT aaX aaX aaX aaZ aaT -avA -gQe -gQe -gQe -avA +aFI +aag +aag +aag +aag aag aag aaj @@ -58297,14 +61531,14 @@ aaj aaj aaj aaj -aaj +rNE abg -bOt +xqK abh abg -bOt +xqK abg -ili +eUa aae aae aae @@ -58424,14 +61658,14 @@ aae aae aae aae -tKa +xkO aaF aaH aaR -uTt -uTt +fIh +fIh aaF -fjv +gZj aaf aaf aaf @@ -58514,14 +61748,14 @@ aaf aaf aaf aaf -ckL +kWR aaX aba abF abF aba aaX -aag +aFI aaw aaw aaw @@ -58549,14 +61783,14 @@ aao aao aaq aaj -aaj +rNE abh abk abt abX abk -bOt -ili +xqK +eUa aae aae aae @@ -58676,104 +61910,104 @@ aae aae aae aae -tKa +xkO aaF aaI aaN aaQ -uTt +fIh aaP -aav -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -krc -aav +aaU +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +fsH +mfI aaZ abL aaY aaY aba aaX -nsG +pHE aae aae aaf @@ -58801,14 +62035,14 @@ aak aak aas aaj -aaj -bOt +rNE +xqK abl abs abs abk -bOt -ili +xqK +eUa aae aae aae @@ -58928,14 +62162,14 @@ aae aae aae aae -tKa +xkO aaF aaI aaN aaQ aaW aaE -aav +aaU aaB aaB aaB @@ -59018,14 +62252,14 @@ aaB aaB aaB aaB -aav +mfI aaT abE abH abH aba aaX -nsG +pHE aae aae aaf @@ -59053,14 +62287,14 @@ aak aak aas aaj -aaj -bOt +rNE +xqK abk abu abO abk -bOt -ili +xqK +eUa aae aae aae @@ -59180,14 +62414,14 @@ aae aae aae aae -tKa +xkO aaF -uTt -uTt -uTt +fIh +fIh +fIh abM aaF -ili +gZj aae aae aae @@ -59270,14 +62504,14 @@ aae aae aae aae -wRp +kWR aaX -nOS +fkB abI abK abK aaX -nsG +pHE aae aae aaf @@ -59305,14 +62539,14 @@ aak aak aas aaj -aaj -bOt -bKT +rNE +xqK +cts abN abN abk -bOt -ili +xqK +eUa aae aae aae @@ -59432,14 +62666,14 @@ aae aae aae aae -tKa +bhY aaE aaF aaF aaF aaF aaE -ili +gZj aae aae aae @@ -59522,14 +62756,14 @@ aae aae aae aae -wRp +kWR aaT aaX aaX aaX aaX aaT -nsG +pHE aae aae aaf @@ -59557,14 +62791,14 @@ aak aak aas aaj -aaj +rNE abg -bOt -bOt -bOt -bOt +xqK +xqK +xqK +xqK abg -ili +uzG aae aae aae @@ -59684,14 +62918,14 @@ aae aae aae aae -pTK -xtO -xtO -xtO -xtO -xtO -xtO -pVZ +ttD +gRA +vkf +vkf +vkf +vkf +vkf +aWx aae aae aae @@ -59774,14 +63008,14 @@ aae aae aae aae -nAD -kAB -kAB -kAB -kAB -kAB -kAB -nai +yle +dWV +kgX +kgX +kgX +kgX +dWV +mjb aae aae aaf @@ -59809,14 +63043,14 @@ aak aak aas aaj -aaj -aaj -aaj -aag -aag -eil -xtO -lwz +rNE +rNE +rNE +rNE +rNE +tdz +quo +sFZ aae aae aae diff --git a/maps/yw/cryogaia_areas.dm b/maps/yw/cryogaia_areas.dm index b6e09daed5..c7a9cbdd88 100644 --- a/maps/yw/cryogaia_areas.dm +++ b/maps/yw/cryogaia_areas.dm @@ -4,6 +4,8 @@ /area/borealis2/elevator/medbasement name = "Elevator shaft - Lower Medical" /area/borealis2/elevator/medbay + name = "Elevator shaft - Main Medical" +/area/borealis2/elevator/medupper name = "Elevator shaft - Upper Medical" /area/borealis2/elevator/dorms name = "Elevator shaft - Dorms" @@ -13,6 +15,8 @@ name = "Elevator shaft - Sci-Mining" /area/borealis2/elevator/sciminingtransit name = "Elevator shaft - Depth tranist" +/area/borealis2/elevator/uppermining + name = "Elevator shaft - Upper Level" /area/borealis2/outdoors name = "Outside - Surface" icon_state = "outside1" @@ -277,6 +281,14 @@ /area/cryogaia/station/ert_arrival name = "\improper Emergency Responder Point" +/area/cryogaia/station/hallway/primary/upper + name = "\improper Upper Level Hallways" + icon_state = "hallC1" + +/area/cryogaia/station/medical/upper + name = "\improper Medical Loft" + icon_state = "medbay_primary_storage" + /area/constructionsite/cryogaia/upper name = "\improper Upper Level Construction Area" @@ -378,6 +390,10 @@ name = "Underground Medical Maintenance" icon_state = "maint_medbay_fore" +/area/maintenance/medical_upper + name = "Upper Level Medical Maintenance" + icon_state = "maint_medbay_aft" + /area/mine/unexplored/underdark name = "Underground rock" icon_state = "explored" diff --git a/maps/yw/cryogaia_shuttles.dm b/maps/yw/cryogaia_shuttles.dm index 9effdebd76..5462b626f2 100644 --- a/maps/yw/cryogaia_shuttles.dm +++ b/maps/yw/cryogaia_shuttles.dm @@ -53,4 +53,10 @@ name = "NSB Cryogaia (Security Dock)" landmark_tag = "cryogaia_security_hangar" base_turf = /turf/simulated/floor/reinforced - base_area = /area/security/hangar \ No newline at end of file + base_area = /area/security/hangar + +/obj/effect/shuttle_landmark/premade/mining/cryogaia + name = "NSB Cryogaia (Belter Dock)" + landmark_tag = "belter_colony" + base_turf = /turf/simulated/floor/reinforced + base_area = /area/quartermaster/miningdock \ No newline at end of file diff --git a/maps/yw/elevator_areas.dm b/maps/yw/elevator_areas.dm index faa301db4a..e0305ef92a 100644 --- a/maps/yw/elevator_areas.dm +++ b/maps/yw/elevator_areas.dm @@ -35,6 +35,12 @@ lift_announce_str = "Arriving at Apartment level." delay_time = 5 SECONDS +/area/turbolift/lumber_floor_upper_level + name = "surface (level 2)" + lift_floor_label = "Surface 2" + lift_floor_name = "Upper Level (Construction Area!)" + lift_announce_str = "Arriving at Upper Level." + /area/turbolift/lumber_floor_main_level name = "surface (level 1)" lift_floor_label = "Surface 1" @@ -72,5 +78,11 @@ /area/turbolift/lumber_floor_medibasement name = "Medbay (sublevel 1)" lift_floor_label = "Medical Annex" - lift_floor_name = "Virology, Chemistry, EVA, Break room, Storage" - lift_announce_str = "Arriving at Medical Annex." \ No newline at end of file + lift_floor_name = "Virology, Chemistry, EVA, Storage" + lift_announce_str = "Arriving at Medical Annex." + +/area/turbolift/lumber_floor_mediupper + name = "Medbay (level 2)" + lift_floor_label = "Medical Loft" + lift_floor_name = "Break Room, Storage, Skybridge to Departures" + lift_announce_str = "Arriving at Medical Loft." \ No newline at end of file diff --git a/maps/yw/service_elevator_things.dm b/maps/yw/service_elevator_things.dm index e4d23a483f..cf8f5f40a5 100644 --- a/maps/yw/service_elevator_things.dm +++ b/maps/yw/service_elevator_things.dm @@ -1,6 +1,6 @@ /obj/turbolift_map_holder/lumber icon = 'icons/obj/turbolift_preview_5x5.dmi' - depth = 4 + depth = 5 lift_size_x = 4 lift_size_y = 4 @@ -13,10 +13,12 @@ /area/turbolift/lumber_floor_underground_transit, /area/turbolift/lumber_floor_basement, /area/turbolift/lumber_floor_main_level, + /area/turbolift/lumber_floor_upper_level, ) + /obj/turbolift_map_holder/lumber/medevator icon = 'icons/obj/turbolift_preview_3x3.dmi' - depth = 2 + depth = 3 lift_size_x = 3 lift_size_y = 3 dir = EAST @@ -25,4 +27,5 @@ areas_to_use = list( /area/turbolift/lumber_floor_medibasement, /area/turbolift/lumber_floor_medical, + /area/turbolift/lumber_floor_mediupper, ) \ No newline at end of file