diff --git a/code/game/area/Corsat.dm b/code/game/area/Corsat.dm index f93745c3055c..b7a425a943f5 100644 --- a/code/game/area/Corsat.dm +++ b/code/game/area/Corsat.dm @@ -21,6 +21,29 @@ icon_state = "corsat_hull" ceiling = CEILING_REINFORCED_METAL +/area/corsat/comms + name = "CORSAT Auxiliary Comms Relay" + icon_state = "corsat_hull" + ceiling = CEILING_REINFORCED_METAL + +/area/corsat/comms/flight_control + name = "CORSAT Auxiliary Comms Relay (Flight Control)" + +/area/corsat/comms/gamma_halls + name = "CORSAT Auxiliary Comms Relay (Gamma Halls)" + +/area/corsat/comms/gamma_cargo + name = "CORSAT Auxiliary Comms Relay (Gamma Cargo)" + +/area/corsat/comms/sigma_cargo + name = "CORSAT Auxiliary Comms Relay (Sigma Cargo)" + +/area/corsat/comms/sigma_residential + name = "CORSAT Auxiliary Comms Relay (Sigma Residential)" + +/area/corsat/comms/sigma_biodome + name = "CORSAT Auxiliary Comms Relay (Sigma Biodome)" + //SIGMA SECTOR /area/corsat/sigma @@ -32,6 +55,18 @@ icon_state = "sigma_hallway_north" is_resin_allowed = FALSE +/area/corsat/sigma/north/engineering + name = "\improper Primary Engineering" + icon_state = "gamma_engineering" + +/area/corsat/sigma/north/engineering/lobby + name = "\improper Primary Engineering Lobby" + icon_state = "gamma_engineering" + +/area/corsat/sigma/north/engineering/core + name = "\improper CORSAT Generator Core" + icon_state = "corsat_core" + /area/corsat/sigma/hangar name = "\improper Landing Bay Sigma" icon_state = "sigma_hangar" @@ -250,7 +285,7 @@ icon_state = "flight_center" /area/corsat/gamma/hangar/security - name = "\improper Gamma Hangar Security" + name = "\improper Gamma Cargo Security" icon_state = "gamma_hangar_security" /area/corsat/gamma/hangar/arrivals @@ -258,12 +293,12 @@ icon_state = "gamma_arrivals" /area/corsat/gamma/foyer - name = "\improper Gamma Foyer" + name = "\improper Gamma Sector North Hallways" icon_state = "gamma_foyer" is_resin_allowed = FALSE /area/corsat/gamma/hallwaymain - name = "\improper Gamma Sector West Hallway" + name = "\improper Gamma Sector South-West Hallway" icon_state = "gamma_hallway_main" /area/corsat/gamma/hallwaysouth @@ -274,16 +309,21 @@ name = "\improper Gamma Residential Hallway" icon_state = "gamma_hallway_main" -/area/corsat/gamma/residential/west +/area/corsat/gamma/residential/generator + name = "\improper CORSAT Emergency Generators" + icon_state = "secondary_core" + ceiling = CEILING_METAL + +/area/corsat/gamma/residential/academy name = "\improper CORSAT Academy" icon_state = "gamma_residential_west" -/area/corsat/gamma/residential/east - name = "\improper Gamma North Residential" +/area/corsat/gamma/residential/north + name = "\improper CORSAT Residential Module" icon_state = "gamma_residential_east" /area/corsat/gamma/residential/maint - name = "\improper Gamma Residential Maintenance" + name = "\improper CORSAT Academy Maintenance" icon_state = "gamma_residential_maint" /area/corsat/gamma/residential/researcher @@ -389,32 +429,27 @@ name = "\improper CORSAT Library" icon_state = "corsat_library" -/area/corsat/gamma/engineering - name = "\improper Gamma Engineering" - icon_state = "gamma_engineering" -/area/corsat/gamma/engineering/lobby - name = "\improper Gamma Engineering Lobby" - icon_state = "gamma_engineering" - -/area/corsat/gamma/engineering/atmos +/area/corsat/gamma/atmos name = "\improper CORSAT Atmospherics" icon_state = "gamma_atmos" -/area/corsat/gamma/engineering/core - name = "\improper CORSAT Generator Core" - icon_state = "corsat_core" - /area/corsat/gamma/sigmaremote name = "\improper Sigma Remote Complex" icon_state = "sigma_complex_remote" +/area/corsat/gamma/sigmaremote/residential + name = "\improper Auxiliary Teleporter Complex" + /area/corsat/gamma/sigmaremote/teleporter name = "\improper Sigma Remote Teleporter" icon = 'icons/turf/areas.dmi' icon_state = "shuttle" ceiling = CEILING_METAL +/area/corsat/gamma/sigmaremote/teleporter/residential + name = "\improper Auxiliary Teleporter" + /area/corsat/gamma/airlock/north name = "\improper Gamma Dome North Airlock" icon_state = "gamma_airlock_north" @@ -514,11 +549,12 @@ /area/corsat/omega name = "\improper Sector Omega" icon_state = "corsat_hull" - ceiling = CEILING_REINFORCED_METAL + ceiling = CEILING_GLASS /area/corsat/omega/biodome name = "\improper Biodome Omega" icon_state = "omega_biodome" + ceiling = CEILING_REINFORCED_METAL /area/corsat/omega/hangar name = "\improper Landing Bay Omega" @@ -540,10 +576,12 @@ /area/corsat/omega/complex name = "\improper Omega Research Complex" icon_state = "omega_complex" + ceiling = CEILING_REINFORCED_METAL /area/corsat/omega/containment name = "\improper Omega Research Containment" icon_state = "omega_containment" + ceiling = CEILING_REINFORCED_METAL /area/corsat/omega/security name = "\improper Omega Security Hub" @@ -568,14 +606,17 @@ /area/corsat/omega/airlocknorth name = "\improper Omega Dome North Airlock" icon_state = "omega_airlock" + ceiling = CEILING_REINFORCED_METAL /area/corsat/omega/airlocknorth/id name = "\improper Omega North ID Checkpoint" icon_state = "corsat_id" + ceiling = CEILING_REINFORCED_METAL /area/corsat/omega/control name = "\improper Omega Dome Control Module" icon_state = "omega_control" + ceiling = CEILING_REINFORCED_METAL //INACCESSIBLE diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 341fcb657080..5e149018e9c1 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -976,17 +976,18 @@ /obj/structure/window/framed/corsat/hull name = "hull window" desc = "A glass window with a special rod matrix inside a wall frame. This one has an automatic shutter system to prevent any atmospheric breach." + icon_state = "hull_window" health = 200 var/triggered = FALSE //indicates if the shutters have already been triggered /obj/structure/window/framed/corsat/hull/research - icon_state = "paddedresearch_rwindow0" + icon_state = "hull_window_rsr" basestate = "paddedresearch_rwindow" window_frame = /obj/structure/window_frame/corsat/research health = 300 /obj/structure/window/framed/corsat/hull/security - icon_state = "paddedsec_rwindow0" + icon_state = "hull_window_sec" basestate = "paddedsec_rwindow" window_frame = /obj/structure/window_frame/corsat/security health = 400 @@ -1019,7 +1020,7 @@ INVOKE_ASYNC(pressure_door, TYPE_PROC_REF(/obj/structure/machinery/door, close)) -/obj/structure/window/framed/corsat/indestructible/ +/obj/structure/window/framed/corsat/indestructible name = "hull window" desc = "A glass window with a special rod matrix inside a wall frame. This one has been reinforced to take almost anything the universe can throw at it." not_damageable = TRUE diff --git a/code/modules/teleporters/teleporter_landmarks.dm b/code/modules/teleporters/teleporter_landmarks.dm index fe0ab4648903..9d21af15396b 100644 --- a/code/modules/teleporters/teleporter_landmarks.dm +++ b/code/modules/teleporters/teleporter_landmarks.dm @@ -71,3 +71,7 @@ /obj/effect/landmark/teleporter_loc/corsat_sigma_remote location_id = "Sigma Remote" linked_teleporter = "Corsat_Teleporter" + +/obj/effect/landmark/teleporter_loc/corsat_auxiliary + location_id = "Cargo Auxiliary" + linked_teleporter = "Corsat_Teleporter" diff --git a/icons/turf/walls/windows_corsat.dmi b/icons/turf/walls/windows_corsat.dmi index 6be727bd9bc8..01b1d5109ee7 100644 Binary files a/icons/turf/walls/windows_corsat.dmi and b/icons/turf/walls/windows_corsat.dmi differ diff --git a/map_config/maps.txt b/map_config/maps.txt index 885b1e76faad..44565ab5287c 100644 --- a/map_config/maps.txt +++ b/map_config/maps.txt @@ -28,9 +28,7 @@ map fiorina_sciannex endmap map corsat - minplayers 130 - voteweight 0 - disabled + minplayers 100 endmap map desert_dam diff --git a/maps/Nightmare/maps/CORSAT/nightmare.json b/maps/Nightmare/maps/CORSAT/nightmare.json index 4449b51dd063..54c13d429c0e 100644 --- a/maps/Nightmare/maps/CORSAT/nightmare.json +++ b/maps/Nightmare/maps/CORSAT/nightmare.json @@ -1,39 +1,3 @@ [ - { "type": "map_sprinkle", "path": "sprinkles/" }, - { - "type": "map_insert", - "landmark": "lockdown-gamma-north", - "path": "standalone/lockdown_gammanorth.dmm", - "when": { "corsat-path": "gamma-north" } - }, - { - "type": "map_insert", - "landmark": "lockdown-gamma-control", - "path": "standalone/lockdown_gammacontrol.dmm", - "when": { "corsat-path": "gamma-control" } - }, - { - "type": "map_insert", - "landmark": "lockdown-theta-east", - "path": "standalone/lockdown_thetaeast.dmm", - "when": { "corsat-path": "theta-east" } - }, - { - "type": "map_insert", - "landmark": "lockdown-theta-control", - "path": "standalone/lockdown_thetacontrol.dmm", - "when": { "corsat-path": "theta-control" } - }, - { - "type": "map_insert", - "landmark": "lockdown-highsec", - "path": "standalone/lockdown_highsec.dmm", - "when": { "corsat-path": "highsec" } - }, - { - "type": "map_insert", - "landmark": "dome-sigma", - "path": "standalone/sigma_ice.dmm", - "when": { "dome-sigma": "ice" } - } + { "type": "map_sprinkle", "path": "sprinkles/" } ] diff --git a/maps/Nightmare/maps/CORSAT/scenario.json b/maps/Nightmare/maps/CORSAT/scenario.json index 870ef52b9143..fe51488c7066 100644 --- a/maps/Nightmare/maps/CORSAT/scenario.json +++ b/maps/Nightmare/maps/CORSAT/scenario.json @@ -1,20 +1 @@ -[ - { - "type": "pick", "name": "CORSAT Lockdown Pathing", - "choices": [ - { "weight": 3, "type": "def", "values": { "corsat-path": "none" } }, - { "weight": 4, "type": "def", "values": { "corsat-path": "gamma-north" } }, - { "weight": 4, "type": "def", "values": { "corsat-path": "gamma-control" } }, - { "weight": 4, "type": "def", "values": { "corsat-path": "theta-east" } }, - { "weight": 4, "type": "def", "values": { "corsat-path": "theta-control" } }, - { "weight": 1, "type": "def", "values": { "corsat-path": "highsec" } } - ] - }, - { - "type": "pick", "name": "Sigma Major Variation", - "choices": [ - { "type": "def", "values": { "dome-sigma": "regular" } }, - { "type": "def", "values": { "dome-sigma": "ice" } } - ] - } -] +[] diff --git a/maps/Nightmare/maps/CORSAT_Legacy/nightmare.json b/maps/Nightmare/maps/CORSAT_Legacy/nightmare.json new file mode 100644 index 000000000000..4449b51dd063 --- /dev/null +++ b/maps/Nightmare/maps/CORSAT_Legacy/nightmare.json @@ -0,0 +1,39 @@ +[ + { "type": "map_sprinkle", "path": "sprinkles/" }, + { + "type": "map_insert", + "landmark": "lockdown-gamma-north", + "path": "standalone/lockdown_gammanorth.dmm", + "when": { "corsat-path": "gamma-north" } + }, + { + "type": "map_insert", + "landmark": "lockdown-gamma-control", + "path": "standalone/lockdown_gammacontrol.dmm", + "when": { "corsat-path": "gamma-control" } + }, + { + "type": "map_insert", + "landmark": "lockdown-theta-east", + "path": "standalone/lockdown_thetaeast.dmm", + "when": { "corsat-path": "theta-east" } + }, + { + "type": "map_insert", + "landmark": "lockdown-theta-control", + "path": "standalone/lockdown_thetacontrol.dmm", + "when": { "corsat-path": "theta-control" } + }, + { + "type": "map_insert", + "landmark": "lockdown-highsec", + "path": "standalone/lockdown_highsec.dmm", + "when": { "corsat-path": "highsec" } + }, + { + "type": "map_insert", + "landmark": "dome-sigma", + "path": "standalone/sigma_ice.dmm", + "when": { "dome-sigma": "ice" } + } +] diff --git a/maps/Nightmare/maps/CORSAT_Legacy/scenario.json b/maps/Nightmare/maps/CORSAT_Legacy/scenario.json new file mode 100644 index 000000000000..870ef52b9143 --- /dev/null +++ b/maps/Nightmare/maps/CORSAT_Legacy/scenario.json @@ -0,0 +1,20 @@ +[ + { + "type": "pick", "name": "CORSAT Lockdown Pathing", + "choices": [ + { "weight": 3, "type": "def", "values": { "corsat-path": "none" } }, + { "weight": 4, "type": "def", "values": { "corsat-path": "gamma-north" } }, + { "weight": 4, "type": "def", "values": { "corsat-path": "gamma-control" } }, + { "weight": 4, "type": "def", "values": { "corsat-path": "theta-east" } }, + { "weight": 4, "type": "def", "values": { "corsat-path": "theta-control" } }, + { "weight": 1, "type": "def", "values": { "corsat-path": "highsec" } } + ] + }, + { + "type": "pick", "name": "Sigma Major Variation", + "choices": [ + { "type": "def", "values": { "dome-sigma": "regular" } }, + { "type": "def", "values": { "dome-sigma": "ice" } } + ] + } +] diff --git a/maps/corsat.json b/maps/corsat.json index 87a41e840d61..5631106e5140 100644 --- a/maps/corsat.json +++ b/maps/corsat.json @@ -4,7 +4,6 @@ "map_file": "Corsat.dmm", "environment_traits": { "Lockdown": true, - "COLD": true, "InSpace": true }, "survivor_types": [ @@ -43,7 +42,7 @@ "xeno_hive_charlie": 0, "xeno_hive_delta": 0 }, - "camouflage": "snow", + "camouflage": "classic", "gamemodes": [ "Distress Signal", "Hunter Games", diff --git a/maps/map_files/CORSAT/Corsat.dmm b/maps/map_files/CORSAT/Corsat.dmm index 6c179dbc8b2c..558b82888300 100644 --- a/maps/map_files/CORSAT/Corsat.dmm +++ b/maps/map_files/CORSAT/Corsat.dmm @@ -1,13 +1,4 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aaa" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "dome-sigma" - }, -/turf/closed/wall/r_wall/biodome, -/area/corsat/theta/airlock/control) -"aab" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/hangar/arrivals) "aac" = ( /obj/structure/window/framed/corsat/security, /obj/structure/machinery/door/poddoor/almayer/open{ @@ -18,84 +9,58 @@ }, /turf/open/floor/plating, /area/corsat/omega/airlocknorth) -"aad" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/hangar/monorail/control) -"aae" = ( -/obj/structure/window/framed/corsat, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/office) "aaf" = ( /obj/structure/machinery/light, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"aag" = ( -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/flightcontrol) -"aah" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "1" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) +/area/corsat/gamma/residential/north) "aai" = ( -/obj/structure/noticeboard{ - pixel_y = 30 - }, +/obj/structure/pipes/vents/pump, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + icon_state = "plate" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/security/cells) "aaj" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/residential/east) -"aak" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/hangar/monorail) +/area/corsat/gamma/residential/north) "aal" = ( /obj/structure/window/framed/corsat/hull, /turf/open/floor/plating, -/area/corsat/gamma/residential/east) -"aam" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/office) +/area/corsat/gamma/residential/north) "aan" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/gamma/hangar) -"aao" = ( -/obj/structure/surface/table/woodentable, -/obj/item/device/binoculars, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) "aap" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/hangar/flightcontrol) +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) "aaq" = ( /obj/structure/bed/chair/wood/normal{ dir = 8 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "aar" = ( -/obj/structure/window/framed/corsat/hull/research, -/turf/open/floor/plating, -/area/corsat/gamma/sigmaremote) +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/computer/station_alert{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/gamma/hangar/flightcontrol) "aas" = ( /turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" + icon_state = "whitecorner" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/hallwaymain) "aat" = ( /obj/structure/surface/rack, /obj/structure/prop/mech/drill, @@ -112,13 +77,16 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "aav" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "16" + }, /turf/open/floor/corsat{ - dir = 9; - icon_state = "purplewhite" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/sigmaremote/teleporter/residential) "aaw" = ( /obj/structure/machinery/power/smes/buildable{ capacity = 1e+006; @@ -140,60 +108,15 @@ /obj/structure/window/framed/corsat/research, /turf/open/floor/plating, /area/corsat/gamma/sigmaremote) -"aaA" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "2" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) -"aaB" = ( -/obj/structure/surface/table/woodentable, -/obj/item/ashtray/bronze, -/obj/item/trash/cigbutt/cigarbutt, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) "aaC" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "Hangar Security"; - req_access_txt = "101" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/security) -"aaD" = ( +/obj/effect/landmark/lv624/xeno_tunnel, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/hangar) -"aaE" = ( -/obj/structure/window/framed/corsat/hull, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/flightcontrol) -"aaF" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "CORSAT Armory"; - req_access_txt = "101" - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security/armory) +/area/corsat/sigma/airlock/south) "aaG" = ( /turf/open/floor/plating, /area/corsat/gamma/hangar) -"aaH" = ( -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/office) "aaI" = ( /obj/structure/machinery/landinglight/ds1/delaytwo, /turf/open/floor/plating, @@ -268,15 +191,6 @@ icon_state = "warnplate" }, /area/corsat/gamma/hangar) -"aaW" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "3" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) "aaX" = ( /obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating/icefloor, @@ -299,11 +213,11 @@ /obj/item/storage/fancy/cigar, /obj/item/tool/lighter/zippo, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "abb" = ( /obj/structure/closet/cabinet, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "abc" = ( /obj/structure/machinery/landinglight/ds1/delaythree{ dir = 8 @@ -317,24 +231,22 @@ /turf/open/floor/plating, /area/corsat/gamma/hangar) "abe" = ( -/obj/structure/window/framed/corsat/hull, -/turf/open/floor/plating, -/area/corsat/gamma/cargo) +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/hangar/arrivals) "abf" = ( /turf/closed/wall/biodome, /area/corsat/gamma/sigmaremote) -"abg" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/hangar/office) "abh" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 8 }, /turf/open/floor/plating, /area/corsat/gamma/hangar) -"abi" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/hangar/flightcontrol) "abj" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 4 @@ -369,19 +281,6 @@ icon_state = "warnplate" }, /area/corsat/gamma/hangar) -"abn" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/pistol/mod88, -/obj/item/weapon/gun/pistol/mod88, -/obj/item/ammo_magazine/pistol/mod88, -/obj/item/ammo_magazine/pistol/mod88, -/obj/item/ammo_magazine/pistol/mod88, -/obj/item/ammo_magazine/pistol/mod88, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "red" - }, -/area/corsat/gamma/security/armory) "abo" = ( /obj/structure/machinery/camera/autoname/lz_camera, /turf/open/floor/plating{ @@ -396,24 +295,15 @@ icon_state = "warnplate" }, /area/corsat/gamma/hangar) -"abq" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "4" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) "abr" = ( /obj/structure/bed/chair/wood/normal{ dir = 1 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "abs" = ( /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "abt" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 4 @@ -430,7 +320,7 @@ /obj/structure/bed, /obj/item/bedsheet/brown, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "abw" = ( /obj/structure/surface/rack, /obj/item/cell/hyper, @@ -459,9 +349,6 @@ icon_state = "warnplate" }, /area/corsat/gamma/hangar) -"abA" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/hangar/security) "abB" = ( /obj/structure/machinery/landinglight/ds1/delaytwo{ dir = 4 @@ -482,16 +369,23 @@ /area/corsat/gamma/hangar) "abD" = ( /turf/closed/wall/biodome, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "abE" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "abF" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/sigmaremote) +/obj/structure/machinery/door/window/brigdoor/southleft{ + id = "CORSAT Sec 2"; + name = "Cell 2" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/security/cells) "abG" = ( /obj/structure/window/framed/corsat/hull, /turf/open/floor/plating, @@ -506,22 +400,13 @@ icon_state = "pottedplant_18" }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "abJ" = ( /obj/structure/surface/table/woodentable, /obj/item/paper, /obj/item/tool/pen, /turf/open/floor/wood, /area/corsat/gamma/residential/researcher) -"abK" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "7" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) "abL" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -571,7 +456,7 @@ dir = 4 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "abU" = ( /turf/open/floor/corsat{ dir = 1; @@ -616,16 +501,16 @@ /turf/open/floor/wood, /area/corsat/gamma/residential/researcher) "acd" = ( -/obj/structure/window/reinforced{ - dir = 8; - health = 250 +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "RemoteGateO"; + name = "Gate Shutters"; + use_power = 0 }, -/obj/structure/flora/bush/ausbushes/var3/brflowers, -/obj/structure/window/reinforced{ - layer = 3.8 +/turf/open/floor/corsat{ + icon_state = "marked" }, -/turf/open/gm/grass/grass1/weedable, -/area/corsat/gamma/foyer) +/area/corsat/gamma/sigmaremote) "ace" = ( /obj/structure/machinery/landinglight/ds1/delayone{ dir = 4 @@ -659,7 +544,7 @@ /obj/structure/machinery/light, /obj/item/bedsheet/brown, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "aci" = ( /obj/structure/machinery/door/window/southleft{ dir = 8; @@ -684,11 +569,6 @@ icon_state = "whitebluefull" }, /area/corsat/gamma/residential/researcher) -"ack" = ( -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/residential/east) "acl" = ( /obj/structure/machinery/light{ dir = 8 @@ -700,7 +580,7 @@ dir = 8; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "acm" = ( /obj/structure/machinery/shower{ dir = 1 @@ -801,26 +681,10 @@ icon_state = "whitebluefull" }, /area/corsat/gamma/residential/researcher) -"acy" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "8" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) "acz" = ( /obj/structure/coatrack, /turf/open/floor/wood, /area/corsat/gamma/residential/researcher) -"acA" = ( -/obj/structure/flora/bush/ausbushes/var3/brflowers, -/obj/structure/window/reinforced{ - layer = 3.8 - }, -/turf/open/gm/grass/grass1/weedable, -/area/corsat/gamma/foyer) "acB" = ( /obj/structure/machinery/door/window/southleft{ dir = 1; @@ -834,31 +698,19 @@ icon_state = "whitebluefull" }, /area/corsat/gamma/residential/researcher) -"acC" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" - }, -/area/corsat/gamma/foyer) "acD" = ( /turf/open/floor/corsat{ icon_state = "retrosquares" }, /area/corsat/gamma/foyer) "acE" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "redcorner" +/obj/structure/pipes/vents/pump{ + dir = 4 }, -/area/corsat/gamma/foyer) -"acF" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/hangar) -"acG" = ( /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "plate" }, -/area/corsat/gamma/hangar) +/area/corsat/gamma/security) "acH" = ( /obj/structure/bed/chair/office/dark, /turf/open/floor/wood, @@ -871,29 +723,27 @@ /turf/open/floor/wood, /area/corsat/gamma/residential/researcher) "acJ" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "5" - }, +/obj/structure/surface/rack, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/weapon/gun/smg/mp5, /turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" + dir = 1; + icon_state = "red" }, -/area/corsat/gamma/sigmaremote/teleporter) +/area/corsat/gamma/hangar/security) "acK" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 +/obj/structure/showcase{ + icon_state = "processor"; + name = "Processor Unit" }, /turf/open/floor/corsat{ - icon_state = "retrosquares" + icon_state = "lightplate" }, -/area/corsat/gamma/residential) -"acL" = ( -/obj/structure/window/framed/corsat/hull, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/arrivals) +/area/corsat/gamma/sigmaremote/residential) "acM" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/residential) +/area/corsat/gamma/foyer) "acN" = ( /turf/closed/wall/biodome, /area/corsat/gamma/residential/lounge) @@ -901,7 +751,7 @@ /turf/open/floor/corsat{ icon_state = "whitecorner" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "acP" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" @@ -910,45 +760,18 @@ dir = 1; icon_state = "darkgreen" }, -/area/corsat/gamma/hallwaysouth) -"acQ" = ( -/obj/structure/bed/sofa/vert/grey/top, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/monorail) -"acR" = ( -/obj/structure/machinery/light, -/obj/structure/bed/sofa/vert/grey/bot, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/monorail) +/area/corsat/gamma/foyer) "acS" = ( -/obj/effect/landmark/crap_item, -/obj/structure/surface/table/woodentable, /turf/open/floor/corsat{ dir = 4; - icon_state = "white" + icon_state = "redcorner" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/security/cells) "acT" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/corsat{ - dir = 8; - icon_state = "white" - }, -/area/corsat/gamma/residential/east) -"acU" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "6" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" + icon_state = "yellow" }, -/area/corsat/gamma/sigmaremote/teleporter) +/area/corsat/gamma/residential/north) "acV" = ( /obj/structure/window/framed/corsat, /turf/open/floor/plating, @@ -967,55 +790,12 @@ icon_state = "whitebluefull" }, /area/corsat/gamma/residential/researcher) -"acX" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "10" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) "acY" = ( /obj/structure/surface/rack, /obj/item/tool/wrench, /obj/item/device/camera/oldcamera, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"acZ" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "11" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) -"ada" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "12" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) -"adb" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/hangar/checkpoint) -"adc" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/pistol/mod88, -/obj/item/weapon/gun/pistol/mod88, -/obj/item/ammo_magazine/pistol/mod88, -/obj/item/ammo_magazine/pistol/mod88, -/obj/item/ammo_magazine/pistol/mod88, -/obj/item/ammo_magazine/pistol/mod88, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/security/armory) +/area/corsat/gamma/residential/north) "add" = ( /turf/closed/wall/biodome, /area/corsat/sigma/cafe) @@ -1024,154 +804,59 @@ dir = 4; icon_state = "white" }, -/area/corsat/gamma/residential/east) -"adf" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "13" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) -"adg" = ( -/obj/effect/landmark/crap_item, -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "white" - }, -/area/corsat/gamma/residential/east) -"adh" = ( -/obj/structure/bed/chair, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "white" - }, -/area/corsat/gamma/residential/east) -"adi" = ( -/obj/structure/surface/table/woodentable, -/obj/item/device/flashlight/lamp/green, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "adj" = ( /obj/structure/bed/chair/office/dark{ dir = 1 }, /turf/open/floor/wood, /area/corsat/gamma/residential/lounge) -"adk" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "14" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) -"adl" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "white" - }, -/area/corsat/gamma/residential) "adm" = ( /obj/structure/bed/chair/wood/normal, /obj/structure/pipes/vents/pump{ dir = 4 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "adn" = ( /turf/open/floor/wood, /area/corsat/gamma/residential/lounge) "ado" = ( -/obj/structure/bed/chair{ - dir = 1 - }, +/obj/structure/pipes/vents/pump, /turf/open/floor/corsat{ - dir = 10; - icon_state = "white" + icon_state = "spiralplate" }, -/area/corsat/gamma/residential/east) +/area/corsat/comms/flight_control) "adp" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "yellow" }, /area/corsat/sigma/south/engineering) -"adq" = ( -/obj/structure/window/framed/corsat/hull/security, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/monorail/control) -"adr" = ( -/obj/structure/window/framed/corsat/security, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/checkpoint) "ads" = ( /obj/structure/bed/chair/wood/normal{ dir = 4 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "adt" = ( /obj/structure/window/framed/corsat, /turf/open/floor/plating, /area/corsat/sigma/cafe) -"adu" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/security) "adv" = ( /obj/structure/surface/table/woodentable, /obj/item/ashtray/plastic, /obj/item/trash/cigbutt, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"adw" = ( -/obj/item/ammo_magazine/smg/mp5, -/obj/item/ammo_magazine/smg/mp5, -/obj/item/weapon/gun/smg/mp5, -/obj/structure/surface/rack, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/security/armory) +/area/corsat/gamma/residential/north) "adx" = ( /obj/structure/surface/table/woodentable, /obj/item/toy/deck, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"ady" = ( -/obj/structure/fence, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/checkpoint) +/area/corsat/gamma/residential/north) "adz" = ( -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/checkpoint) -"adA" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door/window/brigdoor/westleft{ - name = "Identification Desk" - }, -/obj/structure/machinery/door/window/brigdoor/eastleft{ - name = "Identification Desk" - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/checkpoint) +/turf/open/space/basic, +/area/space) "adB" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_18" @@ -1192,33 +877,34 @@ "adD" = ( /obj/structure/coatrack, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "adE" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, /turf/open/floor/wood, /area/corsat/gamma/residential/researcher) -"adF" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/residential/east) "adG" = ( /obj/structure/bookcase/manuals/research_and_development, /obj/item/folder/blue, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "adH" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "adI" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/hangar/cargo) +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "bluegrey" + }, +/area/corsat/gamma/hangar/flightcontrol) "adJ" = ( /turf/closed/wall/biodome, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "adK" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" @@ -1227,17 +913,7 @@ dir = 5; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) -"adL" = ( -/obj/structure/window/framed/corsat, -/obj/structure/machinery/door/poddoor/almayer/open{ - dir = 4; - id = "GammaHangarH"; - name = "Hangar Lockdown"; - use_power = 0 - }, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/office) +/area/corsat/gamma/residential/academy) "adM" = ( /obj/structure/window/framed/corsat/hull, /turf/open/floor/plating, @@ -1272,7 +948,7 @@ icon_state = "pottedplant_22" }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "adS" = ( /obj/structure/machinery/light{ dir = 4 @@ -1284,78 +960,44 @@ dir = 4; icon_state = "white" }, -/area/corsat/gamma/residential/east) -"adT" = ( -/turf/open/floor/corsat{ - icon_state = "darkgreen" - }, -/area/corsat/gamma/foyer) -"adU" = ( -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/residential/north) "adV" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/gamma/residential/researcher) -"adW" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/hangar) -"adX" = ( -/obj/structure/fence, -/turf/open/auto_turf/snow/layer1, -/area/corsat/gamma/biodome) "adY" = ( /obj/structure/surface/table/woodentable, /obj/item/toy/deck, /obj/item/spacecash/c10, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"adZ" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplecorner" - }, -/area/corsat/gamma/residential) +/area/corsat/gamma/residential/north) "aea" = ( /turf/open/floor/corsat{ - dir = 4; - icon_state = "white" + dir = 8; + icon_state = "purplewhitecorner" }, -/area/corsat/gamma/residential) -"aeb" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/sigmaremote/residential) "aec" = ( /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) "aed" = ( /obj/structure/surface/table/woodentable, /obj/structure/machinery/computer/emails{ dir = 4 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "aee" = ( /obj/structure/flora/pottedplant, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "aef" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_10" }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "aeg" = ( /obj/structure/bed/chair/comfy/beige, /turf/open/floor{ @@ -1370,32 +1012,34 @@ }, /obj/item/bedsheet/brown, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "aek" = ( /obj/structure/window/framed/corsat/hull, /turf/open/floor/plating, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) "ael" = ( -/obj/structure/window/framed/corsat/security, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "GammaHangarCargoC"; - name = "Security Shutters" +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + icon_state = "bluegreycorner" }, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/hangar/flightcontrol) "aem" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "white" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) "aen" = ( /turf/open/mars, /area/corsat/sigma/biodome) "aeo" = ( -/turf/open/auto_turf/snow/layer2, -/area/corsat/gamma/biodome) +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "brown" + }, +/area/corsat/gamma/cargo) "aep" = ( /obj/structure/bed/chair/comfy/beige, /turf/open/floor{ @@ -1420,8 +1064,14 @@ }, /area/corsat/sigma/hangar/arrivals) "aet" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/cargo) +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/atmos) "aeu" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/corsat{ @@ -1429,61 +1079,10 @@ icon_state = "squareswood" }, /area/corsat/gamma/residential/lounge) -"aev" = ( -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/structure/flora/bush/ausbushes/var3/brflowers, -/obj/structure/window/reinforced{ - layer = 3.8 - }, -/turf/open/gm/grass/grass1/weedable, -/area/corsat/gamma/foyer) -"aew" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "15" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) "aex" = ( /obj/structure/window/framed/corsat/hull, /turf/open/floor/plating, /area/corsat/sigma/hangar/arrivals) -"aey" = ( -/obj/structure/bed/chair/comfy/beige, -/obj/effect/landmark/survivor_spawner, -/turf/open/floor{ - dir = 8; - icon_state = "carpet14-10" - }, -/area/corsat/gamma/residential/lounge) -"aez" = ( -/obj/structure/surface/rack, -/obj/item/ammo_magazine/shotgun/buckshot, -/obj/item/ammo_magazine/shotgun, -/obj/item/weapon/gun/shotgun/combat, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "red" - }, -/area/corsat/gamma/security/armory) -"aeA" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "Security Cells"; - req_access_txt = "101" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security/cells) "aeB" = ( /turf/open/floor/corsat{ icon_state = "squares" @@ -1519,12 +1118,6 @@ icon_state = "warnplate" }, /area/corsat/sigma/hangar) -"aeH" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) "aeI" = ( /turf/open/floor/corsat{ icon_state = "plate" @@ -1577,21 +1170,6 @@ icon_state = "red" }, /area/corsat/sigma/hangar) -"aeS" = ( -/obj/structure/surface/table/woodentable, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "white" - }, -/area/corsat/gamma/residential) -"aeT" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "white" - }, -/area/corsat/gamma/residential/east) "aeU" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/sigma/hangar) @@ -1600,15 +1178,6 @@ icon_state = "retrosquares" }, /area/corsat/sigma/hangar/arrivals) -"aeW" = ( -/obj/effect/landmark/crap_item, -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "white" - }, -/area/corsat/gamma/residential) "aeX" = ( /obj/structure/surface/table/woodentable, /obj/item/spacecash/c10, @@ -1616,26 +1185,17 @@ dir = 1 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"aeY" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/machinery/faxmachine, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/security) +/area/corsat/gamma/residential/north) "aeZ" = ( /turf/open/floor/corsat{ icon_state = "retrosquares" }, /area/corsat/sigma/airlock/south) "afa" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/cargo/disposal) +/turf/open/floor/corsat{ + icon_state = "arrow_east" + }, +/area/corsat/gamma/cargo) "afb" = ( /obj/structure/machinery/vending/snack, /turf/open/floor/corsat{ @@ -1651,7 +1211,7 @@ dir = 8; icon_state = "darkgreen" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "afd" = ( /obj/structure/window/framed/corsat/hull, /turf/open/floor/plating, @@ -1668,18 +1228,9 @@ /area/corsat/sigma/hangar) "afg" = ( /turf/open/floor/corsat{ - icon_state = "brown" - }, -/area/corsat/gamma/foyer) -"afh" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "16" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" + icon_state = "officesquares" }, -/area/corsat/gamma/sigmaremote/teleporter) +/area/corsat/gamma/hangar/flightcontrol) "afi" = ( /turf/open/floor/plating, /area/corsat/sigma/hangar) @@ -1755,15 +1306,6 @@ icon_state = "warnplate" }, /area/corsat/sigma/hangar) -"afu" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "17" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) "afv" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 4 @@ -1784,14 +1326,7 @@ /obj/item/folder/white, /obj/item/spacecash/c10, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"afz" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/airlock/north/id) +/area/corsat/gamma/residential/north) "afA" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/corsat{ @@ -1851,14 +1386,6 @@ icon_state = "warnplate" }, /area/corsat/sigma/hangar) -"afI" = ( -/obj/structure/surface/table/almayer, -/obj/item/folder/black_random, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/office) "afJ" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/sigma/hangar/arrivals) @@ -1898,11 +1425,6 @@ icon_state = "warnplate" }, /area/corsat/sigma/hangar) -"afR" = ( -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/airlock/north) "afS" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 4 @@ -1915,15 +1437,6 @@ }, /turf/open/floor/plating, /area/corsat/sigma/hangar) -"afU" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "18" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) "afV" = ( /obj/structure/machinery/landinglight/ds2{ dir = 4 @@ -1958,30 +1471,9 @@ icon_state = "warnplate" }, /area/corsat/sigma/hangar) -"afZ" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar) -"aga" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/airlock/north/id) "agb" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/sigma/hangar/security) -"agc" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "19" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) "agd" = ( /obj/structure/window/reinforced, /obj/structure/platform, @@ -2004,29 +1496,11 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "agg" = ( /obj/structure/window/framed/corsat/security, /turf/open/floor/plating, /area/corsat/sigma/hangar/security) -"agh" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "20" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) -"agi" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "21" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) "agj" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/sigma/hangar/id) @@ -2035,70 +1509,34 @@ /obj/item/spacecash/c10, /obj/item/bedsheet/brown, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"agl" = ( -/obj/structure/surface/table, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/north) "agm" = ( -/obj/structure/surface/table, -/obj/item/clipboard, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) -"agn" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar) -"ago" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "22" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) -"agp" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "23" - }, +/obj/structure/cargo_container/trijent/left, /turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" + icon_state = "cargo" }, -/area/corsat/gamma/sigmaremote/teleporter) +/area/corsat/gamma/cargo) "agq" = ( -/obj/structure/machinery/atm{ - pixel_x = -30 +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 }, +/obj/structure/surface/table/almayer, +/obj/item/evidencebag, +/obj/item/evidencebag, +/obj/item/evidencebag, /turf/open/floor/corsat{ dir = 1; - icon_state = "squareswood" + icon_state = "red" }, -/area/corsat/gamma/rnr/arcade) +/area/corsat/gamma/security/cells) "agr" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "24" - }, +/obj/structure/powerloader_wreckage, /turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" + icon_state = "cargo" }, -/area/corsat/gamma/sigmaremote/teleporter) +/area/corsat/gamma/cargo) "ags" = ( /turf/open/floor/corsat{ dir = 1; @@ -2106,14 +1544,11 @@ }, /area/corsat/sigma/hangar/security) "agt" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "red" + dir = 1; + icon_state = "brown" }, -/area/corsat/gamma/hangar/security) +/area/corsat/gamma/cargo) "agu" = ( /obj/structure/machinery/door/airlock/almayer/generic{ dir = 1; @@ -2140,15 +1575,6 @@ /obj/structure/window/framed/corsat, /turf/open/floor/plating, /area/corsat/sigma/hangar/checkpoint) -"agy" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "25" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) "agz" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -2157,22 +1583,6 @@ icon_state = "squares" }, /area/corsat/sigma/hangar/security) -"agA" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/hangar/flightcontrol) -"agB" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "1" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) "agC" = ( /turf/open/floor/corsat{ dir = 1; @@ -2184,20 +1594,9 @@ /turf/open/floor/plating, /area/corsat/sigma/south) "agE" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "2" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) -"agF" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "brown" - }, -/area/corsat/gamma/hallwaysouth) +/obj/structure/computerframe, +/turf/open/floor/corsat, +/area/corsat/omega/checkpoint) "agG" = ( /turf/open/floor/corsat{ dir = 1; @@ -2212,31 +1611,19 @@ "agI" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/gamma/residential/laundry) -"agJ" = ( -/obj/structure/machinery/door/airlock/almayer/command/colony{ - dir = 1; - name = "Airlock Control" - }, -/obj/structure/pipes/standard/simple/hidden/green, +"agK" = ( +/obj/structure/bed/chair/office/light, /turf/open/floor/corsat{ icon_state = "officesquares" }, -/area/corsat/gamma/airlock/north) -"agK" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "agL" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/cargo) -"agM" = ( -/obj/structure/machinery/light{ - dir = 4 - }, +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, /turf/open/floor/corsat{ - dir = 4; - icon_state = "blue" + icon_state = "officesquares" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hangar/flightcontrol) "agN" = ( /turf/open/floor/corsat{ dir = 1; @@ -2250,15 +1637,6 @@ icon_state = "red" }, /area/corsat/omega/checkpoint) -"agP" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "3" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) "agQ" = ( /turf/open/floor/corsat{ icon_state = "retrosquares" @@ -2269,33 +1647,9 @@ icon_state = "retrosquares" }, /area/corsat/omega/checkpoint) -"agS" = ( -/obj/structure/machinery/computer/teleporter_console/corsat{ - dir = 8 - }, -/obj/structure/surface/table/reinforced, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) -"agT" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "white" - }, -/area/corsat/gamma/residential) "agU" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/engineering/core) -"agV" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/secure_data, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/security) +/area/corsat/sigma/north/engineering/core) "agW" = ( /obj/structure/machinery/door/poddoor/almayer/open{ dir = 4; @@ -2340,15 +1694,6 @@ icon_state = "marked" }, /area/corsat/omega/checkpoint) -"ahb" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "4" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) "ahc" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ damage_cap = 4000; @@ -2368,16 +1713,7 @@ /turf/open/floor/corsat{ icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) -"ahe" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "5" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) +/area/corsat/gamma/residential/academy) "ahf" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ @@ -2391,41 +1727,11 @@ icon_state = "red" }, /area/corsat/sigma/hangar/id) -"ahh" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "6" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) -"ahi" = ( -/obj/structure/machinery/vending/shared_vending, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hallwaysouth) -"ahj" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "7" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) "ahk" = ( /turf/open/floor/corsat{ icon_state = "lightplate" }, /area/corsat/gamma/sigmaremote) -"ahl" = ( -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/security) "ahm" = ( /obj/structure/bed/chair{ dir = 8 @@ -2463,31 +1769,21 @@ icon_state = "brown" }, /area/corsat/sigma/north) -"ahs" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/residential/lavatory) "aht" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "ahu" = ( /turf/open/floor/corsat{ icon_state = "retrosquares" }, /area/corsat/sigma/south) "ahv" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/structure/window/reinforced{ - layer = 3.8 +/obj/structure/prop/almayer/computers/mapping_computer, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" }, -/obj/structure/flora/bush/ausbushes/var3/brflowers, -/turf/open/gm/grass/grass1/weedable, -/area/corsat/gamma/foyer) +/area/corsat/gamma/sigmaremote/residential) "ahw" = ( /turf/closed/wall/biodome, /area/corsat/sigma/laundry) @@ -2499,19 +1795,13 @@ }, /area/corsat/emergency_access) "ahy" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" }, -/obj/structure/flora/bush/ausbushes/var3/brflowers, -/obj/structure/window/reinforced{ - layer = 3.8 +/turf/open/floor/corsat{ + icon_state = "plate" }, -/turf/open/gm/grass/grass1/weedable, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "ahz" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/gamma/residential/maint) @@ -2520,8 +1810,15 @@ /turf/open/floor/plating, /area/corsat/omega/offices) "ahB" = ( -/turf/open/floor/wood, -/area/corsat/gamma/administration) +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/teleporter_console/corsat{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) "ahC" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -2531,67 +1828,43 @@ }, /area/corsat/omega/hallways) "ahD" = ( -/obj/structure/machinery/door/airlock/almayer/marine/requisitions/colony{ - name = "Cargo Bay"; - req_one_access_txt = "100" - }, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 8; + icon_state = "greencorner" }, -/area/corsat/gamma/cargo) -"ahE" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/sigma/hangar/monorail/control) +/area/corsat/gamma/foyer) "ahF" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/closet/secure_closet/brig{ + id = "CORSAT Sec 2" + }, +/obj/structure/machinery/brig_cell{ + id = "CORSAT Sec 2"; + name = "Cell 2"; + pixel_x = 32 }, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 4; + icon_state = "red" }, -/area/corsat/omega/checkpoint) +/area/corsat/gamma/security/cells) "ahG" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/gamma/airlock/south) +/area/corsat/sigma/south) "ahH" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door_control{ - id = "GammaHCargoN"; - name = "Checkpoint Control"; - pixel_x = -5; - pixel_y = 6; - use_power = 0 - }, -/obj/structure/machinery/door_control{ - id = "GammaHCargoW"; - name = "Checkpoint Control"; - pixel_x = -5; - pixel_y = -3; - use_power = 0 - }, -/obj/structure/machinery/door_control{ - id = "GammaHangarCargoC"; - name = "Security Shutters"; - pixel_x = 5; - pixel_y = 2; - use_power = 0 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/hangar/cargo) -"ahI" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "8" +/obj/structure/machinery/light{ + dir = 4 }, +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/item/tool/pen/blue, /turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" + icon_state = "spiralplate" }, -/area/corsat/sigma/south/complex/teleporter) +/area/corsat/gamma/hangar/flightcontrol) "ahJ" = ( /obj/structure/machinery/light{ dir = 8 @@ -2600,21 +1873,15 @@ icon_state = "retrosquares" }, /area/corsat/omega/checkpoint) -"ahK" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "9" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) "ahL" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "red" + icon_state = "squares" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/hangar) "ahM" = ( /turf/open/floor/corsat{ icon_state = "squares" @@ -2628,56 +1895,18 @@ icon_state = "plate" }, /area/corsat/omega/checkpoint) -"ahO" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/arrivals) "ahP" = ( /turf/open/floor/corsat{ icon_state = "gamma" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) "ahQ" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/omega/security) -"ahR" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/door_control{ - id = "GammaHangarH"; - name = "Hangar Lockdown"; - pixel_x = 5; - pixel_y = 2; - use_power = 0 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/office) "ahS" = ( /obj/structure/window/framed/corsat, /turf/open/floor/plating, /area/corsat/omega/cargo) -"ahT" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "10" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) -"ahU" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "11" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) "ahV" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ @@ -2690,13 +1919,20 @@ }, /area/corsat/sigma/hangar/security) "ahW" = ( -/turf/open/floor/plating, -/area/prison/hangar_storage/research/shuttle) +/obj/effect/landmark/hunter_secondary, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/atmos) "ahX" = ( /obj/structure/surface/table/woodentable, /obj/item/ashtray/bronze, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "ahY" = ( /obj/structure/closet/secure_closet/guncabinet{ name = "specimen control cabinet"; @@ -2746,15 +1982,6 @@ icon_state = "wy4" }, /area/prison/hangar_storage/research/shuttle) -"aif" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "12" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) "aig" = ( /obj/structure/machinery/computer3, /turf/open/shuttle/dropship{ @@ -2767,7 +1994,7 @@ dir = 8 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "aii" = ( /turf/closed/shuttle/ert{ icon_state = "wy23" @@ -2823,24 +2050,6 @@ icon_state = "wy5" }, /area/prison/hangar_storage/research/shuttle) -"air" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "13" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) -"ais" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "14" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) "ait" = ( /obj/structure/machinery/door/window/brigdoor/eastleft{ dir = 2; @@ -2879,15 +2088,6 @@ icon_state = "rasputin8" }, /area/prison/hangar_storage/research/shuttle) -"aiy" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "15" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) "aiz" = ( /turf/closed/shuttle/ert{ icon_state = "leftengine_3"; @@ -2902,15 +2102,6 @@ "aiB" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/omega/hangar/security) -"aiC" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "16" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) "aiD" = ( /obj/structure/window/framed/corsat/hull/security, /turf/open/floor/plating, @@ -2960,27 +2151,9 @@ "aiL" = ( /turf/closed/wall/biodome, /area/corsat/omega/offices) -"aiM" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "17" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) -"aiN" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "18" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) "aiO" = ( /turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/offices) "aiP" = ( /obj/effect/landmark/teleporter_loc/corsat_sigma_local{ index = "19" @@ -2994,29 +2167,16 @@ /obj/structure/window/framed/corsat, /turf/open/floor/plating, /area/corsat/omega/offices) -"aiR" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/card, -/obj/structure/machinery/computer/guestpass, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "red" - }, -/area/corsat/gamma/hangar/security) -"aiS" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet6-2" - }, -/area/corsat/gamma/administration) "aiT" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "NorthTeleGate"; + name = "Gate Shutters"; + use_power = 0 + }, /turf/open/floor/corsat{ - icon_state = "gamma" + icon_state = "marked" }, -/area/corsat/gamma/airlock/north) -"aiU" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/biodome) +/area/corsat/gamma/sigmaremote/residential) "aiW" = ( /obj/structure/machinery/constructable_frame{ icon_state = "box_1" @@ -3033,14 +2193,6 @@ icon_state = "brown" }, /area/corsat/sigma/north) -"aiY" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door/window/brigdoor/westleft, -/obj/structure/machinery/door/window/brigdoor/eastleft, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/control) "aiZ" = ( /turf/open/floor/corsat{ icon_state = "sigma" @@ -3050,26 +2202,30 @@ /turf/closed/wall/r_wall/biodome, /area/corsat/gamma/airlock/south/id) "ajb" = ( -/obj/structure/flora/pottedplant, +/obj/structure/machinery/door_control{ + id = "GammaCargo"; + name = "Cargo Door"; + pixel_y = -24; + use_power = 0 + }, /turf/open/floor/corsat{ - dir = 9; - icon_state = "bluegrey" + icon_state = "arrow_west" }, -/area/corsat/gamma/airlock/north) +/area/corsat/gamma/cargo) "ajc" = ( /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/sigma/south) "ajd" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "9" }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/airlock/north) +/area/corsat/gamma/sigmaremote/teleporter) "aje" = ( /turf/open/floor/corsat{ icon_state = "purple" @@ -3080,11 +2236,15 @@ /turf/open/floor/plating, /area/corsat/omega/security) "ajg" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications{ + dir = 1 + }, /turf/open/floor/corsat{ - dir = 9; - icon_state = "brown" + icon_state = "officesquares" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "ajh" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 4 @@ -3107,15 +2267,6 @@ "ajk" = ( /turf/closed/wall/biodome, /area/corsat/sigma/cargo) -"ajl" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "20" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) "ajm" = ( /obj/structure/window/framed/corsat, /turf/open/floor/plating, @@ -3200,16 +2351,6 @@ "ajB" = ( /turf/closed/wall/biodome, /area/corsat/sigma/lavatory) -"ajC" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/communications, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/hangar/flightcontrol) -"ajD" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/hangar/monorail/control) "ajE" = ( /obj/structure/curtain, /turf/open/floor/corsat{ @@ -3217,15 +2358,6 @@ icon_state = "whitebluefull" }, /area/corsat/sigma/lavatory) -"ajF" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "21" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) "ajG" = ( /turf/open/floor/corsat{ icon_state = "marked" @@ -3276,13 +2408,16 @@ /turf/open/floor/plating, /area/corsat/sigma/hangar/checkpoint) "ajM" = ( -/obj/structure/surface/table, -/obj/item/device/flashlight/lamp, +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/item/folder/black_random, /turf/open/floor/corsat{ - dir = 4; - icon_state = "whitetan" + icon_state = "bluegrey" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/hangar/flightcontrol) "ajN" = ( /obj/item/clothing/mask/breath, /turf/open/floor/corsat{ @@ -3290,30 +2425,6 @@ icon_state = "yellow" }, /area/corsat/omega/control) -"ajO" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "22" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) -"ajP" = ( -/obj/structure/machinery/door_control{ - id = "GammaSecC"; - name = "Security Shutters"; - pixel_y = -25; - use_power = 0 - }, -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "red" - }, -/area/corsat/gamma/hangar/security) "ajQ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -3333,14 +2444,10 @@ }, /area/corsat/omega/control) "ajS" = ( -/obj/structure/machinery/light{ - dir = 8 - }, /turf/open/floor/corsat{ - dir = 9; - icon_state = "purplewhite" + icon_state = "lightplate" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/sigmaremote/residential) "ajT" = ( /obj/structure/machinery/landinglight/ds2/delaythree{ dir = 1 @@ -3362,40 +2469,22 @@ icon_state = "warnplate" }, /area/corsat/sigma/hangar) -"ajW" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "23" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) "ajX" = ( /turf/closed/wall/biodome, /area/corsat/sigma/south/complex) "ajY" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "24" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/sigma/south/complex/teleporter) -"ajZ" = ( -/obj/structure/foamed_metal, -/turf/open/floor/corsat, -/area/corsat/gamma/hangar) -"aka" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ - index = "25" - }, +/obj/structure/surface/rack, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, /turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" + dir = 9; + icon_state = "red" }, -/area/corsat/sigma/south/complex/teleporter) +/area/corsat/gamma/security/armory) "akb" = ( /obj/structure/machinery/landinglight/ds2/delaytwo{ dir = 1 @@ -3432,34 +2521,10 @@ icon_state = "purplewhite" }, /area/corsat/gamma/sigmaremote) -"akg" = ( -/obj/structure/machinery/door/airlock/almayer/marine/requisitions/colony{ - name = "Cargo Bay"; - req_one_access_txt = "100" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/cargo) -"akh" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) "aki" = ( /obj/structure/window/framed/corsat/hull, /turf/open/floor/plating, /area/corsat/sigma/dorms) -"akj" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/sigma/hangar/monorail) "akk" = ( /obj/structure/stairs, /turf/open/floor/corsat{ @@ -3484,16 +2549,6 @@ icon_state = "tan" }, /area/corsat/sigma/dorms) -"ako" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/surface/table/almayer, -/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/hangar/flightcontrol) "akp" = ( /turf/open/floor/corsat{ icon_state = "plate" @@ -3527,12 +2582,6 @@ "akv" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/sigma/south/complex) -"akw" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/omega/control) "akx" = ( /obj/structure/machinery/light{ dir = 4 @@ -3554,12 +2603,14 @@ /turf/closed/wall/biodome, /area/corsat/theta/airlock/east) "akC" = ( -/obj/structure/surface/table/reinforced, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/corsat{ - dir = 9; - icon_state = "purplewhite" + dir = 6; + icon_state = "brown" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/cargo) "akD" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/bed/chair/office/light, @@ -3567,30 +2618,26 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "akE" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/emails{ - dir = 4 - }, +/obj/structure/closet/wardrobe, /turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" + icon_state = "squares" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/hallwaymain) "akG" = ( -/obj/structure/surface/table/reinforced, -/obj/item/device/flashlight/lamp, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "purplewhite" + icon_state = "squares" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/hangar/security) "akH" = ( /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/foyer) "akI" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 1; @@ -3602,76 +2649,31 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "akJ" = ( -/obj/structure/bed/chair, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "white" - }, -/area/corsat/gamma/residential) -"akK" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, +/obj/vehicle/train/cargo/engine, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "arrow_east" }, -/area/corsat/gamma/hangar) +/area/corsat/gamma/cargo) "akL" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/hangar/cargo) -"akM" = ( -/obj/structure/machinery/light{ +/obj/structure/pipes/standard/simple/visible{ dir = 4 }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"akN" = ( -/obj/item/device/flashlight/lamp, -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security) -"akP" = ( -/obj/item/paper_bin, -/obj/item/tool/pen, -/obj/item/tool/stamp/hos, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/security) +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/inaccessible) "akQ" = ( /obj/structure/surface/table/almayer, /turf/open/floor/corsat{ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"akR" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "white" - }, -/area/corsat/gamma/residential) +/area/corsat/sigma/north/engineering) "akS" = ( /obj/structure/surface/table/woodentable, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "akT" = ( /obj/structure/surface/table/almayer, /turf/open/floor/corsat{ @@ -3706,7 +2708,7 @@ /obj/structure/surface/table/woodentable, /obj/item/folder/blue, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "akY" = ( /obj/structure/machinery/power/apc/high{ dir = 1; @@ -3718,77 +2720,55 @@ icon_state = "red" }, /area/corsat/sigma/airlock/south/id) -"akZ" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/monorail/control) "ala" = ( /obj/structure/surface/table/woodentable, /obj/item/ashtray/plastic, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "alb" = ( /obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "alc" = ( -/obj/structure/machinery/light{ - dir = 4 - }, +/obj/structure/largecrate/random/barrel, /turf/open/floor/corsat{ - dir = 4; - icon_state = "whitetan" + icon_state = "brown" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/cargo) "ald" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/residential) +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) "ale" = ( /obj/structure/surface/table/woodentable, /obj/item/device/camera/oldcamera, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "alh" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine, /turf/open/floor/corsat{ - dir = 1; - icon_state = "brown" - }, -/area/corsat/gamma/cargo) -"ali" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/keycard_auth/lockdown/corsat, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" + icon_state = "officesquares" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/hangar/flightcontrol) "alj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "officesquares" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "alk" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/skills{ - dir = 4 - }, +/obj/structure/machinery/light, /turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" + icon_state = "brown" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/cargo) "all" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -3796,28 +2776,21 @@ /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/foyer) "alp" = ( -/obj/structure/machinery/door_control{ - id = "GammaAdmin"; - name = "Security Shutters"; - pixel_x = 24; - use_power = 0 - }, -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/secure_data{ - dir = 8 +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "10" }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/sigmaremote/teleporter) "alr" = ( /obj/structure/surface/table/woodentable, /obj/item/device/flashlight/lamp/green, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "als" = ( /obj/structure/stairs, /obj/structure/platform{ @@ -3828,12 +2801,20 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "alt" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, /turf/open/floor/corsat{ - icon_state = "redcorner" + dir = 1; + icon_state = "red" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/security/armory) "alu" = ( /obj/structure/surface/table, /obj/structure/pipes/standard/simple/hidden/green, @@ -3841,7 +2822,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "alv" = ( /obj/structure/stairs, /obj/structure/machinery/light{ @@ -3851,7 +2832,7 @@ dir = 4; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "alw" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/sigma/dorms) @@ -3871,12 +2852,6 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) -"alA" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/airlock/north) "alB" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/door_control{ @@ -3897,14 +2872,6 @@ icon_state = "plate" }, /area/corsat/sigma/dorms) -"alD" = ( -/obj/item/clothing/head/beret/sec/warden, -/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/security) "alE" = ( /obj/structure/bed/chair{ dir = 8 @@ -3916,16 +2883,6 @@ icon_state = "plate" }, /area/corsat/sigma/dorms) -"alF" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "brown" - }, -/area/corsat/gamma/cargo) "alG" = ( /obj/structure/platform{ dir = 8 @@ -3939,18 +2896,33 @@ }, /area/corsat/sigma/dorms) "alH" = ( -/obj/structure/surface/rack, -/obj/item/tool/screwdriver, -/obj/item/device/assembly/igniter, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/gamma/hangar) "alI" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/rnr/bar) +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/security) "alK" = ( -/obj/structure/window/framed/corsat, -/turf/open/floor/plating, -/area/corsat/gamma/rnr/bar) +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 25 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/gamma/security/armory) "alL" = ( /obj/structure/platform{ dir = 4; @@ -3976,11 +2948,15 @@ }, /area/corsat/sigma/dorms) "alN" = ( -/obj/structure/surface/table/woodentable, -/obj/item/spacecash/c10, -/obj/item/toy/deck, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/hangar) "alO" = ( /obj/structure/bed/chair{ dir = 8 @@ -3989,25 +2965,12 @@ icon_state = "plate" }, /area/corsat/sigma/dorms) -"alP" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/office) "alQ" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "red" }, /area/corsat/sigma/airlock/south/id) -"alR" = ( -/obj/structure/bed, -/obj/item/folder/yellow, -/obj/item/bedsheet/brown, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) "alS" = ( /obj/structure/machinery/light, /turf/open/floor/almayer{ @@ -4016,43 +2979,21 @@ }, /area/corsat/gamma/sigmaremote) "alU" = ( -/obj/structure/bookcase/manuals/research_and_development, -/obj/item/device/camera, -/turf/open/floor/wood, -/area/corsat/gamma/residential/researcher) -"alV" = ( -/obj/structure/window/framed/corsat/security, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "GammaSecC"; - name = "Security Shutters" - }, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/security) -"alW" = ( -/obj/structure/machinery/door/window/brigdoor/eastleft{ - dir = 2; - name = "Cargo Desk" - }, -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door/window/brigdoor/westleft{ - dir = 1; - name = "Cargo Desk"; - req_access_txt = "101" - }, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/weapon/gun/smg/mp5, +/obj/structure/surface/rack, /turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/cargo/lobby) -"alX" = ( -/obj/structure/machinery/light{ - dir = 8 + dir = 1; + icon_state = "red" }, +/area/corsat/gamma/security/armory) +"alW" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - dir = 8; - icon_state = "blue" + icon_state = "retrosquareslight" }, -/area/corsat/gamma/hangar) +/area/corsat/gamma/sigmaremote/residential) "alY" = ( /obj/structure/bed/chair, /turf/open/floor/corsat{ @@ -4060,13 +3001,13 @@ }, /area/corsat/sigma/dorms) "alZ" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" +/turf/open/floor/almayer/research/containment/corner{ + dir = 1 }, -/area/corsat/gamma/residential) +/area/corsat/gamma/sigmaremote/residential) "ama" = ( /obj/structure/barricade/handrail{ dir = 4 @@ -4075,24 +3016,6 @@ icon_state = "sigma" }, /area/corsat/sigma/dorms) -"amb" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "yellowcorner" - }, -/area/corsat/gamma/residential) -"amc" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, -/obj/structure/closet/crate/trashcart, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" - }, -/area/corsat/gamma/residential/maint) "amd" = ( /obj/structure/platform{ dir = 8 @@ -4102,14 +3025,6 @@ icon_state = "white" }, /area/corsat/sigma/dorms) -"ame" = ( -/obj/structure/surface/table/woodentable, -/obj/item/ashtray/glass, -/obj/item/trash/cigbutt, -/obj/item/trash/cigbutt, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) "amf" = ( /obj/structure/platform{ dir = 4; @@ -4120,17 +3035,6 @@ icon_state = "white" }, /area/corsat/sigma/dorms) -"amg" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/arcade) "amh" = ( /obj/structure/barricade/handrail{ dir = 8 @@ -4140,53 +3044,51 @@ }, /area/corsat/sigma/dorms) "ami" = ( +/obj/effect/landmark/corpsespawner/prisoner, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/bar) -"amj" = ( -/turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "plate" }, -/area/corsat/gamma/hangar/monorail/control) +/area/corsat/sigma/south/security) "amk" = ( /turf/open/floor/wood, /area/corsat/sigma/dorms) "aml" = ( -/obj/item/trash/raisins, -/obj/item/trash/popcorn, -/obj/item/trash/chips, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"amm" = ( -/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/surface/rack, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/ammo_magazine/shotgun, +/obj/item/weapon/gun/shotgun/combat, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 5; + icon_state = "red" }, -/area/corsat/sigma/dorms) +/area/corsat/gamma/security/armory) "amn" = ( /obj/structure/bed/chair/wood/normal, /turf/open/floor/wood, /area/corsat/sigma/dorms) "amo" = ( -/obj/item/trash/chips, -/obj/structure/pipes/vents/pump{ +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainance"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential/maint) "amp" = ( -/obj/structure/machinery/door/airlock/almayer/marine/requisitions/colony{ - dir = 1; - name = "Cargo Bay"; - req_one_access_txt = "100" +/obj/structure/bed/chair{ + dir = 8 }, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "plate" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/foyer) "amq" = ( /obj/structure/surface/table/woodentable, /obj/item/ashtray/plastic, @@ -4313,14 +3215,6 @@ "amN" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/sigma/checkpoint) -"amO" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "gamma" - }, -/area/corsat/gamma/residential) "amP" = ( /obj/structure/surface/table/woodentable, /turf/open/floor/wood, @@ -4331,15 +3225,9 @@ icon_state = "whitetancorner" }, /area/corsat/sigma/dorms) -"amR" = ( -/obj/structure/window/reinforced, -/obj/structure/surface/table/woodentable, -/turf/open/floor/corsat{ - icon_state = "darkgreen" - }, -/area/corsat/gamma/foyer) "amS" = ( /obj/structure/surface/table/reinforced, +/obj/item/weapon/gun/smg/mp5, /turf/open/floor/corsat{ dir = 1; icon_state = "red" @@ -4382,17 +3270,13 @@ }, /area/corsat/sigma/checkpoint) "amX" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - name = "Disposals"; - req_one_access_txt = "102;101" - }, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/cargo/disposal) +/area/corsat/gamma/cargo) "amY" = ( /obj/structure/barricade/handrail{ dir = 8 @@ -4421,7 +3305,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering/lobby) +/area/corsat/sigma/north/engineering/lobby) "ana" = ( /obj/structure/machinery/camera/autoname{ dir = 4; @@ -4476,8 +3360,11 @@ /turf/open/floor/wood, /area/corsat/gamma/residential/researcher) "ang" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/cargo/disposal) +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/gamma/hangar/security) "anh" = ( /obj/structure/platform{ dir = 1; @@ -4535,8 +3422,14 @@ }, /area/corsat/sigma/dorms) "ann" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/cargo/lobby) +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/hangar) "ano" = ( /obj/structure/platform{ dir = 1; @@ -4548,17 +3441,6 @@ icon_state = "white" }, /area/corsat/sigma/dorms) -"anp" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2; - name = "Maintainance"; - req_one_access = null - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/monorail/control) "anq" = ( /obj/structure/surface/table/almayer, /obj/effect/spawner/random/tool, @@ -4567,13 +3449,13 @@ dir = 9; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "anr" = ( -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "officesquares" + dir = 8; + icon_state = "yellow" }, -/area/corsat/gamma/airlock/north) +/area/corsat/gamma/hangar) "ans" = ( /obj/structure/surface/table/woodentable, /obj/item/device/camera, @@ -4632,15 +3514,6 @@ /obj/item/folder/yellow, /turf/open/floor/wood, /area/corsat/sigma/dorms) -"anC" = ( -/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical{ - id = "GammaEastW"; - name = "Gamma East Airlock" - }, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/airlock/control) "anD" = ( /obj/structure/window/framed/corsat/hull, /turf/open/floor/plating, @@ -4662,15 +3535,6 @@ icon_state = "purple" }, /area/corsat/omega/hallways) -"anH" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar) "anI" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -4682,21 +3546,10 @@ "anJ" = ( /obj/structure/closet/emcloset, /turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" - }, -/area/corsat/sigma/hangar/monorail) -"anK" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "plate" + dir = 5; + icon_state = "darkgreen" }, -/area/corsat/sigma/dorms) -"anL" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/alien/weeds/node, -/turf/open/floor/almayer/research/containment/floor2, -/area/corsat/inaccessible) +/area/corsat/sigma/hangar/arrivals) "anM" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ name = "Security Office"; @@ -4711,10 +3564,10 @@ /area/corsat/sigma/checkpoint) "anN" = ( /obj/structure/surface/table/almayer, -/obj/item/folder/black, /obj/structure/machinery/light{ dir = 1 }, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ dir = 1; icon_state = "purplewhite" @@ -4761,21 +3614,22 @@ }, /area/corsat/gamma/sigmaremote) "anW" = ( -/obj/structure/machinery/recharge_station, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "GammaHangarCargoC"; + name = "Security Shutters" + }, +/obj/structure/surface/table/reinforced, /turf/open/floor/corsat{ - dir = 1; - icon_state = "brown" + icon_state = "plate" }, -/area/corsat/gamma/cargo/disposal) +/area/corsat/gamma/hangar/security) "anX" = ( -/obj/structure/machinery/light{ - dir = 8 - }, +/obj/structure/machinery/vending/snack, /turf/open/floor/corsat{ - dir = 8; - icon_state = "purple" + dir = 1; + icon_state = "brown" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/cargo) "anY" = ( /turf/open/floor/corsat{ icon_state = "plate" @@ -4797,26 +3651,23 @@ /turf/open/floor/plating, /area/corsat/omega/airlocknorth/id) "aob" = ( -/obj/structure/machinery/camera/autoname{ - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "brown" - }, -/area/corsat/gamma/cargo/lobby) +/turf/closed/wall/biodome, +/area/corsat/sigma/hangar/arrivals) "aoc" = ( /turf/closed/wall/biodome, /area/corsat/omega/complex) "aod" = ( -/obj/structure/platform{ +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair{ dir = 8 }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "white" + dir = 4; + icon_state = "red" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/security/cells) "aoe" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/theta/airlock/west/id) @@ -4871,14 +3722,6 @@ icon_state = "sigma" }, /area/corsat/sigma/north) -"aon" = ( -/obj/structure/shuttle/diagonal{ - dir = 9; - icon_state = "wall"; - layer = 3 - }, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/monorail/railcart) "aoo" = ( /obj/structure/filingcabinet/filingcabinet, /obj/structure/machinery/light, @@ -4886,12 +3729,6 @@ icon_state = "red" }, /area/corsat/omega/checkpoint) -"aop" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/airlock/north) "aoq" = ( /obj/structure/surface/table/almayer, /obj/item/handcuffs, @@ -4911,11 +3748,6 @@ "aot" = ( /turf/open/floor/almayer/research/containment/corner3, /area/corsat/inaccessible) -"aou" = ( -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/cargo/disposal) "aov" = ( /obj/structure/machinery/light{ dir = 8 @@ -4931,7 +3763,9 @@ }, /area/corsat/theta/airlock/west) "aox" = ( -/obj/structure/sink, +/obj/structure/sink{ + pixel_y = 26 + }, /turf/open/floor/corsat{ dir = 10; icon_state = "whitebluefull" @@ -5026,23 +3860,6 @@ icon_state = "brown" }, /area/corsat/omega/hallways) -"aoL" = ( -/obj/structure/window/reinforced, -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/crap_item, -/turf/open/floor/corsat{ - icon_state = "darkgreen" - }, -/area/corsat/gamma/foyer) -"aoM" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) "aoN" = ( /obj/structure/window/framed/corsat/research, /turf/open/floor/plating, @@ -5067,9 +3884,14 @@ }, /area/corsat/omega/checkpoint) "aoR" = ( -/obj/structure/window/framed/corsat/hull/security, -/turf/open/floor/plating, -/area/corsat/theta/airlock/west) +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/gamma/security/armory) "aoS" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/door/window/brigdoor/westleft, @@ -5083,23 +3905,6 @@ icon_state = "omega" }, /area/corsat/omega/checkpoint) -"aoU" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/security/cells) -"aoV" = ( -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/security) -"aoW" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/airlock/control) "aoX" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/sigma/airlock/control) @@ -5148,14 +3953,15 @@ /turf/open/floor/plating, /area/corsat/omega/complex) "apf" = ( -/obj/structure/sink{ - pixel_y = 24 +/obj/structure/surface/table, +/obj/structure/machinery/computer/emails{ + dir = 4 }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + dir = 9; + icon_state = "whitetan" }, -/area/corsat/gamma/residential/lavatory) +/area/corsat/gamma/residential/academy) "apg" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/omega/hangar) @@ -5219,10 +4025,13 @@ }, /area/corsat/omega/hangar/security) "apr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, /turf/open/floor/corsat{ - icon_state = "yellow" + icon_state = "squares" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/cargo) "aps" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 1; @@ -5243,38 +4052,42 @@ }, /area/corsat/sigma/southeast/generator) "apu" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/airlock/north/id) -"apv" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "18" }, /turf/open/floor/corsat{ - icon_state = "gamma" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/residential) -"apw" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/area/corsat/gamma/sigmaremote/teleporter/residential) +"apv" = ( /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/airlock/north/id) +/area/corsat/gamma/cargo) +"apw" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/cargo) "apx" = ( -/obj/structure/largecrate/random, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" + icon_state = "retrosquares" }, -/area/corsat/gamma/residential/maint) +/area/corsat/gamma/residential/north) "apy" = ( /obj/structure/machinery/light{ - dir = 4 + dir = 1 }, +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, /turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" + dir = 1; + icon_state = "bluegrey" }, -/area/corsat/gamma/residential/maint) +/area/corsat/gamma/hangar/flightcontrol) "apz" = ( /obj/structure/machinery/light{ dir = 4 @@ -5290,29 +4103,6 @@ icon_state = "plate" }, /area/corsat/sigma/hangar/checkpoint) -"apB" = ( -/obj/structure/bed/chair/comfy/black, -/turf/open/floor/corsat{ - icon_state = "brown" - }, -/area/corsat/gamma/cargo/lobby) -"apC" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door/window/brigdoor/westleft{ - name = "Identification Desk" - }, -/obj/structure/machinery/door/window/brigdoor/eastleft{ - name = "Identification Desk" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "GammaSecC"; - name = "Security Shutters" - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/security) "apD" = ( /obj/structure/machinery/light{ dir = 8 @@ -5354,7 +4144,7 @@ /area/corsat/sigma/southeast/telecomm) "apI" = ( /turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "apJ" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/sigma/north) @@ -5393,20 +4183,16 @@ dir = 5; icon_state = "yellow" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "apP" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Toilet Unit" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/residential/lavatory) -"apQ" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/residential/maint) +/area/corsat/gamma/residential/academy) "apR" = ( /turf/closed/wall/biodome, /area/corsat/gamma/residential/maint) @@ -5416,29 +4202,18 @@ }, /area/corsat/gamma/residential/maint) "apT" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/airlock/north) +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/hallwaymain) "apU" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, -/obj/structure/flora/pottedplant, +/obj/structure/surface/table/almayer, +/obj/item/clipboard, /turf/open/floor/corsat{ - dir = 5; icon_state = "bluegrey" }, -/area/corsat/gamma/airlock/north) +/area/corsat/gamma/hangar/flightcontrol) "apV" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/sigma/dorms) -"apW" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/southeast/generator) "apX" = ( /obj/effect/decal/cleanable/cobweb{ dir = 1 @@ -5460,12 +4235,12 @@ dir = 8; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "aqa" = ( /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "aqb" = ( /obj/structure/bed/chair/office/dark{ dir = 4 @@ -5485,57 +4260,42 @@ icon_state = "yellow" }, /area/corsat/gamma/residential/maint) -"aqe" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" - }, -/area/corsat/gamma/airlock/north) "aqf" = ( +/obj/structure/machinery/door_control{ + id = "GammaCargo"; + name = "Cargo Door"; + pixel_y = 24; + use_power = 0 + }, /turf/open/floor/corsat{ - icon_state = "officesquares" + icon_state = "arrow_west" }, -/area/corsat/gamma/airlock/north) +/area/corsat/gamma/cargo) "aqg" = ( /turf/open/floor/corsat{ icon_state = "cargo" }, /area/corsat/omega/cargo) -"aqh" = ( -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/airlock/north) "aqi" = ( /turf/closed/wall/biodome, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aqj" = ( /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) -"aqk" = ( -/obj/structure/window/framed/corsat/hull, -/turf/open/floor/plating, -/area/corsat/gamma/airlock/north) +/area/corsat/sigma/north/engineering) "aql" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aqm" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) -"aqn" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aqo" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/theta/airlock/control) @@ -5546,13 +4306,6 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/southeast/generator) -"aqq" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper, -/turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) "aqr" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/omega/hallways) @@ -5561,19 +4314,19 @@ /area/corsat/omega/checkpoint) "aqt" = ( /turf/closed/wall/biodome, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "aqu" = ( /turf/open/floor/corsat{ dir = 6; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "aqv" = ( /turf/open/floor/corsat{ dir = 10; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "aqw" = ( /obj/structure/window/framed/corsat/hull, /turf/open/floor/plating, @@ -5582,21 +4335,18 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "aqy" = ( /turf/closed/wall/biodome, -/area/corsat/gamma/engineering/lobby) +/area/corsat/sigma/north/engineering/lobby) "aqz" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 2; - name = "Engineering"; - req_one_access_txt = "102" +/obj/structure/pipes/vents/pump{ + dir = 8 }, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "retrosquares" }, -/area/corsat/gamma/engineering) +/area/corsat/gamma/foyer) "aqA" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -5605,7 +4355,7 @@ /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering/lobby) +/area/corsat/sigma/north/engineering/lobby) "aqB" = ( /obj/structure/bed/chair/comfy/black{ dir = 1 @@ -5614,7 +4364,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering/lobby) +/area/corsat/sigma/north/engineering/lobby) "aqC" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -5630,7 +4380,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "aqE" = ( /obj/structure/machinery/meter, /obj/structure/pipes/standard/simple/visible{ @@ -5639,19 +4389,25 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "aqF" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreen" + dir = 4; + icon_state = "whitetan" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/residential/academy) "aqG" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "darkgreen" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "aqH" = ( /turf/open/floor/corsat{ icon_state = "retrosquares" @@ -5662,11 +4418,6 @@ icon_state = "squares" }, /area/corsat/gamma/hallwaysouth) -"aqJ" = ( -/turf/open/floor/corsat{ - icon_state = "yellowcorner" - }, -/area/corsat/gamma/hallwaysouth) "aqK" = ( /obj/structure/window/framed/corsat/hull, /turf/open/floor/plating, @@ -5778,9 +4529,6 @@ icon_state = "greenwhitecorner" }, /area/corsat/gamma/medbay/lobby) -"arc" = ( -/turf/closed/shuttle, -/area/corsat/gamma/hangar/monorail/railcart) "ard" = ( /obj/structure/showcase{ icon_state = "broadcast receiver"; @@ -5865,30 +4613,25 @@ }, /area/corsat/gamma/hallwaysouth) "arp" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/administration) -"arq" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Sigma Remote Complex"; + req_access_txt = "103" }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "red" + icon_state = "retrosquareslight" }, -/area/corsat/gamma/security/armory) +/area/corsat/gamma/sigmaremote) "arr" = ( -/obj/structure/window/framed/corsat, -/turf/open/floor/plating, -/area/corsat/gamma/administration) -"ars" = ( -/obj/structure/machinery/light{ - dir = 4 +/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{ + dir = 1; + name = "Capacitor Room"; + req_access_txt = "103"; + req_one_access = null }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "red" + icon_state = "plate" }, -/area/corsat/gamma/security/armory) +/area/corsat/gamma/sigmaremote) "art" = ( /obj/structure/computerframe, /obj/effect/decal/cleanable/cobweb{ @@ -5927,9 +4670,6 @@ "ary" = ( /turf/closed/wall/biodome, /area/corsat/gamma/hydroponics) -"arz" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/airlock/north) "arA" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/omega/cargo) @@ -5989,8 +4729,8 @@ }, /area/corsat/omega/hangar/security) "arL" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/rnr/arcade) +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/security) "arM" = ( /obj/structure/window/reinforced{ dir = 8 @@ -6007,13 +4747,6 @@ icon_state = "whitebluefull" }, /area/corsat/gamma/residential/laundry) -"arP" = ( -/obj/structure/closet/crate/trashcart, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "browncorner" - }, -/area/corsat/gamma/cargo/disposal) "arQ" = ( /obj/structure/bedsheetbin, /turf/open/floor/corsat{ @@ -6023,10 +4756,9 @@ /area/corsat/gamma/residential/laundry) "arR" = ( /turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" + icon_state = "plate" }, -/area/corsat/gamma/rnr/arcade) +/area/corsat/gamma/security) "arT" = ( /obj/structure/flora/bush/ausbushes/var3/brflowers, /obj/structure/flora/bush/ausbushes/var3/leafybush, @@ -6043,13 +4775,23 @@ /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/omega/offices) "arW" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/residential/lavatory) +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/academy) "arY" = ( +/obj/structure/machinery/light{ + dir = 1 + }, /turf/open/floor/corsat{ - icon_state = "retrosquares" + dir = 4; + icon_state = "darkgreen" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/hallwaymain) "arZ" = ( /obj/structure/window/reinforced{ dir = 4; @@ -6064,7 +4806,7 @@ dir = 1; icon_state = "darkgreen" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/hallwaymain) "asb" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 2; @@ -6074,7 +4816,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "asc" = ( /turf/closed/wall/biodome, /area/corsat/gamma/kitchen) @@ -6098,11 +4840,14 @@ /turf/open/floor/corsat, /area/corsat/gamma/sigmaremote) "asg" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + dir = 1; + icon_state = "whitetan" }, -/area/corsat/gamma/residential/lavatory) +/area/corsat/gamma/residential/academy) "ash" = ( /obj/structure/window/reinforced{ dir = 8 @@ -6119,17 +4864,6 @@ /obj/structure/flora/bush/ausbushes/var3/brflowers, /turf/open/gm/grass/grass1/weedable, /area/corsat/sigma/north) -"asj" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) "ask" = ( /obj/structure/closet/crate/trashcart, /turf/open/floor/corsat, @@ -6161,13 +4895,15 @@ icon_state = "squareswood" }, /area/corsat/gamma/rnr/library) -"ass" = ( -/obj/structure/window/framed/corsat/hull, -/turf/open/floor/plating, -/area/corsat/gamma/rnr) "ast" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/airlock/south) +/obj/structure/machinery/door/poddoor/two_tile/four_tile/open{ + id = "GammaSouthN"; + name = "Gamma North Airlock" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hallways) "asu" = ( /obj/structure/surface/rack, /obj/item/device/flashlight, @@ -6175,7 +4911,7 @@ dir = 1 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "asv" = ( /obj/structure/curtain/shower, /turf/open/floor/corsat{ @@ -6196,10 +4932,6 @@ "asz" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/omega/security) -"asA" = ( -/obj/structure/shuttle/window, -/turf/open/shuttle/plating, -/area/corsat/gamma/hangar/monorail/railcart) "asB" = ( /obj/structure/surface/table/reinforced, /turf/open/floor/corsat{ @@ -6274,26 +5006,6 @@ /obj/item/device/camera/oldcamera, /turf/open/floor/wood, /area/corsat/sigma/dorms) -"asO" = ( -/obj/structure/closet/secure_closet/guncabinet{ - name = "riot cabinet"; - req_access_txt = "100" - }, -/obj/item/weapon/shield/riot, -/obj/item/weapon/shield/riot, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "red" - }, -/area/corsat/gamma/security/armory) -"asP" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/cargo) "asQ" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -6301,14 +5013,6 @@ /obj/structure/machinery/light, /turf/open/floor/wood, /area/corsat/gamma/residential/researcher) -"asR" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/cargo) "asS" = ( /obj/structure/surface/table/woodentable, /obj/item/trash/popcorn, @@ -6356,14 +5060,9 @@ /turf/open/floor/wood, /area/corsat/sigma/dorms) "atc" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper, -/obj/item/tool/pen, -/obj/item/tool/stamp, -/turf/open/floor/corsat{ - icon_state = "brown" - }, -/area/corsat/gamma/cargo/lobby) +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/hangar) "atd" = ( /obj/structure/window/framed/corsat/hull, /turf/open/floor/plating, @@ -6387,20 +5086,16 @@ /turf/open/floor/plating, /area/corsat/sigma/southeast/dataoffice) "ath" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet14-10" +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 }, -/area/corsat/gamma/administration) +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) "ati" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/sigma/southeast/generator) -"atj" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet10-8" - }, -/area/corsat/gamma/administration) "atk" = ( /turf/closed/wall/biodome, /area/corsat/sigma/southeast/dataoffice) @@ -6414,14 +5109,11 @@ }, /area/corsat/sigma/southeast) "atn" = ( -/obj/structure/machinery/light{ - dir = 8 - }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" + dir = 1; + icon_state = "yellow" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/foyer) "ato" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/sigma/southeast/telecomm) @@ -6462,21 +5154,9 @@ /turf/open/floor/corsat, /area/corsat/sigma/dorms) "atx" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purple" - }, -/area/corsat/gamma/residential) -"aty" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet5-1" - }, -/area/corsat/gamma/administration) +/obj/structure/sign/safety/airlock, +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/hangar) "atz" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/sigma/southeast/telecomm) @@ -6510,29 +5190,6 @@ "atJ" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/sigma/airlock/east/id) -"atK" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/airlock/north) -"atL" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "redcorner" - }, -/area/corsat/gamma/security/armory) -"atM" = ( -/turf/open/floor/corsat{ - icon_state = "redcorner" - }, -/area/corsat/gamma/security/armory) -"atN" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/sigma/southeast/generator) "atO" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -6570,20 +5227,6 @@ }, /turf/open/floor/plating, /area/corsat/sigma/hangar/id) -"atU" = ( -/obj/structure/surface/rack, -/obj/item/storage/box/handcuffs, -/obj/item/storage/box/handcuffs, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "red" - }, -/area/corsat/gamma/security/armory) -"atV" = ( -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/airlock/south) "atW" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -6603,15 +5246,6 @@ icon_state = "squares" }, /area/corsat/sigma/hangar/checkpoint) -"atY" = ( -/obj/structure/surface/table/reinforced, -/obj/item/paper_bin, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" - }, -/area/corsat/gamma/airlock/north) "atZ" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ name = "Food Storage"; @@ -6625,10 +5259,13 @@ }, /area/corsat/gamma/freezer) "aua" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/airlock/north/id) +/area/corsat/gamma/cargo) "aub" = ( /obj/structure/bed/chair/wood/normal{ dir = 4 @@ -6637,16 +5274,13 @@ dir = 1 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "auc" = ( -/obj/structure/window/framed/corsat/security, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "GammaDSC2"; - name = "Security Shutters" +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/corsat{ + icon_state = "cargo" }, -/turf/open/floor/plating, -/area/corsat/gamma/airlock/north/id) +/area/corsat/gamma/cargo) "aud" = ( /turf/closed/wall/biodome, /area/corsat/sigma/airlock/east) @@ -6686,29 +5320,21 @@ }, /area/corsat/sigma/airlock/south) "aul" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" - }, -/obj/structure/barricade/handrail{ - dir = 4 - }, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 8; + icon_state = "browncorner" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/cargo) "aum" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ - name = "Administration"; - req_access_txt = "106" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "GammaAdmin"; - name = "Security Shutters" +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + dir = 2; + name = "Maintainance"; + req_one_access = null }, /turf/open/floor/corsat{ - icon_state = "officesquares" + icon_state = "plate" }, -/area/corsat/gamma/administration) +/area/corsat/emergency_access) "aun" = ( /obj/structure/window/reinforced, /obj/structure/filingcabinet/filingcabinet, @@ -6736,10 +5362,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) -"auq" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/security) +/area/corsat/sigma/north/engineering) "aur" = ( /turf/open/floor/corsat{ icon_state = "retrosquares" @@ -6798,14 +5421,14 @@ /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/sigma/southeast/datalab) "auA" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 1 +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "6" }, -/turf/open/floor{ - dir = 8; - icon_state = "carpet13-5" +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/sigmaremote/teleporter) "auB" = ( /turf/closed/wall/biodome, /area/corsat/sigma/south/offices) @@ -6885,10 +5508,6 @@ /obj/structure/window/framed/corsat, /turf/open/floor/plating, /area/corsat/sigma/south/engineering) -"auU" = ( -/obj/effect/landmark/corpsespawner/engineer, -/turf/open/floor/corsat, -/area/corsat/sigma/southeast/generator) "auV" = ( /obj/structure/machinery/power/apc/high{ dir = 1; @@ -6904,90 +5523,26 @@ /obj/structure/machinery/power/smes, /turf/open/floor/corsat, /area/corsat/gamma/sigmaremote) -"auX" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/airlock/north) "auY" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/airlock/north) -"auZ" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door_control{ - id = "GammaNorthN"; - name = "Airlock Control"; - pixel_x = -5; - pixel_y = 6; - use_power = 0 - }, -/obj/structure/machinery/door_control{ - id = "GammaNorthS"; - name = "Airlock Control"; - pixel_x = -5; - pixel_y = -3; - use_power = 0 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" - }, -/area/corsat/gamma/airlock/north) -"ava" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/atmos_alert{ - dir = 4 +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" + dir = 10; + icon_state = "tcomms" }, -/area/corsat/gamma/airlock/north) +/area/corsat/gamma/sigmaremote/residential) "avb" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 2; - name = "\improper Bar Rear" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/bar) -"avc" = ( -/obj/structure/bed/chair/office/light, +/obj/structure/bed/nest, /turf/open/floor/corsat{ - icon_state = "officesquares" + icon_state = "plate" }, -/area/corsat/gamma/airlock/north) +/area/corsat/omega/biodome) "avd" = ( /turf/open/floor/corsat{ - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/airlock/north) -"ave" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, -/obj/structure/surface/table/almayer, -/obj/item/evidencebag, -/obj/item/evidencebag, -/obj/item/evidencebag, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" + icon_state = "yellowcorner" }, -/area/corsat/gamma/security/cells) +/area/corsat/gamma/residential/maint) "avf" = ( /obj/item/cell/crap, /obj/structure/machinery/light/small{ @@ -6995,14 +5550,6 @@ }, /turf/open/floor/corsat, /area/corsat/sigma/southeast/generator) -"avg" = ( -/obj/structure/surface/table/reinforced, -/obj/item/folder/black_random, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) "avh" = ( /obj/structure/machinery/power/apc/hyper{ dir = 1; @@ -7013,7 +5560,7 @@ dir = 9; icon_state = "yellow" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "avj" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/sigma/hangar/checkpoint) @@ -7037,13 +5584,6 @@ icon_state = "redcorner" }, /area/corsat/sigma/hangar/checkpoint) -"avp" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/sigma/hangar/security) "avq" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 1; @@ -7083,29 +5623,15 @@ icon_state = "squares" }, /area/corsat/sigma/airlock/south/id) -"avv" = ( -/obj/structure/machinery/door_control{ - id = "GammaSecC"; - name = "Security Shutters"; - pixel_x = 25; - use_power = 0 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar/security) "avx" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 +/obj/structure/bed/chair/office/light{ + dir = 8 }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + dir = 5; + icon_state = "whitetan" }, -/area/corsat/gamma/residential/lavatory) +/area/corsat/gamma/residential/academy) "avy" = ( /obj/structure/machinery/power/apc/high{ dir = 1; @@ -7118,11 +5644,13 @@ }, /area/corsat/omega/cargo) "avz" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet9-4" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/corsat{ + icon_state = "squares" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/cargo) "avA" = ( /obj/structure/bed/chair/comfy/black, /turf/open/floor/corsat{ @@ -7144,21 +5672,17 @@ icon_state = "cargo" }, /area/corsat/omega/hangar) -"avF" = ( -/turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/airlock/north) "avG" = ( -/obj/structure/machinery/door/window/brigdoor/southleft{ - id = "CORSAT Sec 1"; - name = "Cell 1" +/obj/structure/machinery/door/airlock/almayer/marine/requisitions/colony{ + name = "Cargo Bay" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/security/cells) +/area/corsat/gamma/cargo) "avH" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -7207,19 +5731,23 @@ }, /area/corsat/omega/cargo) "avO" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluecorner" +/obj/structure/machinery/light{ + dir = 8 }, -/area/corsat/gamma/residential) -"avP" = ( /turf/open/floor/corsat{ - icon_state = "bluecorner" + dir = 9; + icon_state = "whitetan" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/residential/academy) "avQ" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/omega/maint) +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/gamma/security/cells) "avR" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ name = "Security Office"; @@ -7253,71 +5781,52 @@ icon_state = "squares" }, /area/corsat/gamma/medbay/morgue) -"avV" = ( -/turf/open/floor/corsat{ - icon_state = "blue" - }, -/area/corsat/gamma/residential) "avW" = ( -/obj/structure/sign/safety/airlock{ - pixel_y = -32 +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "16" }, /turf/open/floor/corsat{ - icon_state = "redcorner" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/sigmaremote/teleporter) "avX" = ( /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/omega/biodome) -"avY" = ( -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/residential) -"avZ" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) "awa" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "redcorner" +/obj/structure/platform{ + dir = 4; + layer = 2.7 }, -/area/corsat/gamma/residential) -"awb" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/airlock/north) -"awc" = ( /turf/open/floor/corsat{ - dir = 8; - icon_state = "yellow" + dir = 4; + icon_state = "white" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/foyer) "awd" = ( /turf/open/floor/corsat{ - dir = 1; - icon_state = "yellowcorner" + dir = 6; + icon_state = "blue" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaysouth) "awe" = ( +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreencorner" + dir = 10; + icon_state = "purplewhite" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/sigmaremote/residential) "awf" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, +/obj/structure/largecrate/random/barrel, /turf/open/floor/corsat{ - icon_state = "yellowcorner" + dir = 1; + icon_state = "brown" }, -/area/corsat/gamma/residential/maint) +/area/corsat/gamma/cargo) "awg" = ( /obj/structure/machinery/bot/medbot/mysterious, /turf/open/floor/corsat{ @@ -7334,39 +5843,12 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay) -"awi" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door/window/brigdoor/westleft{ - name = "Identification Desk" - }, -/obj/structure/machinery/door/window/brigdoor/eastleft{ - name = "Identification Desk" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "GammaHangarCargoC"; - name = "Security Shutters" - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/cargo) -"awj" = ( -/obj/structure/surface/table/reinforced, -/obj/item/ashtray/bronze, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) "awk" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, +/obj/structure/machinery/conveyor_switch, /turf/open/floor/corsat{ - icon_state = "retrosquares" + icon_state = "plate" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/cargo) "awl" = ( /obj/structure/surface/rack, /obj/item/storage/fancy/vials/random, @@ -7414,14 +5896,6 @@ icon_state = "green" }, /area/corsat/gamma/hallwaysouth) -"awr" = ( -/obj/structure/shuttle/diagonal{ - dir = 5; - icon_state = "wall"; - layer = 3 - }, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/monorail/railcart) "aws" = ( /obj/structure/machinery/light{ dir = 1 @@ -7431,161 +5905,92 @@ }, /area/corsat/gamma/hallwaysouth) "awt" = ( -/obj/structure/noticeboard{ - pixel_y = 32 +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "23" }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegreycorner" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/sigmaremote/teleporter) "awu" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +/obj/structure/machinery/light{ + dir = 4 }, +/obj/structure/machinery/vending/coffee, /turf/open/floor/corsat{ - icon_state = "retrosquares" + dir = 5; + icon_state = "brown" }, -/area/corsat/gamma/foyer) +/area/corsat/gamma/cargo) "awv" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/administration) -"aww" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "Administration Desk"; - req_access_txt = "101" +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "24" }, /turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/administration) -"awx" = ( -/obj/structure/window/framed/corsat/security, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "GammaDSC"; - name = "Security Shutters" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/turf/open/floor/plating, -/area/corsat/gamma/airlock/north/id) -"awy" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) +/area/corsat/gamma/sigmaremote/teleporter) "awz" = ( -/obj/structure/machinery/door/window/brigdoor/eastleft{ - dir = 2; - name = "Identification Desk" - }, -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door/window/brigdoor/westleft{ - dir = 1; - name = "Identification Desk"; - req_access_txt = "104" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "GammaDSC"; - name = "Security Shutters" - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/north/id) +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential/academy) "awA" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/bed/stool, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) -"awB" = ( -/obj/structure/machinery/computer/secure_data{ - dir = 4 - }, -/obj/structure/surface/table/reinforced, +/obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ - dir = 9; - icon_state = "red" + dir = 8; + icon_state = "redcorner" }, -/area/corsat/gamma/airlock/north/id) +/area/corsat/gamma/security/cells) "awC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/cargo) -"awD" = ( -/obj/structure/machinery/door/window/brigdoor/southleft{ - id = "CORSAT Sec 2"; - name = "Cell 2" - }, -/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 8; + icon_state = "bluegrey" }, -/area/corsat/gamma/security/cells) +/area/corsat/gamma/hangar/flightcontrol) "awE" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "20" }, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/sigmaremote/teleporter) "awF" = ( -/turf/open/floor/corsat{ - icon_state = "cargo" - }, -/area/corsat/gamma/cargo) -"awG" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 8 +/obj/structure/machinery/light{ + dir = 4 }, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 4; + icon_state = "bluegrey" }, -/area/corsat/gamma/airlock/north/id) +/area/corsat/gamma/hangar/flightcontrol) "awH" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("gamma") - }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "bluegrey" + icon_state = "arrow_north" }, -/area/corsat/gamma/airlock/north) -"awJ" = ( +/area/corsat/gamma/foyer) +"awK" = ( /obj/vehicle/train/cargo/trolley, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ icon_state = "cargo" }, /area/corsat/gamma/cargo) -"awK" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door_control{ - id = "GammaDSC"; - name = "Security Shutters"; - use_power = 0 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/airlock/north/id) "awL" = ( +/obj/vehicle/train/cargo/trolley, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 + dir = 10 }, /turf/open/floor/corsat{ - icon_state = "retrosquares" + icon_state = "cargo" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/cargo) "awM" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ @@ -7593,38 +5998,17 @@ icon_state = "red" }, /area/corsat/sigma/airlock/south/id) -"awN" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/north/id) "awO" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/gamma/freezer) -"awP" = ( -/obj/structure/bed/chair/comfy/black, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) -"awQ" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/residential/lavatory) "awR" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, /turf/open/floor/corsat{ - icon_state = "redcorner" + icon_state = "brown" }, -/area/corsat/gamma/airlock/north/id) +/area/corsat/gamma/cargo) "awS" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ name = "Autopsy"; @@ -7637,62 +6021,33 @@ icon_state = "retrosquareslight" }, /area/corsat/gamma/medbay/morgue) -"awT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/cargo/disposal) "awU" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/gamma/freezer) -"awV" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/cameras{ - dir = 1; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "red" - }, -/area/corsat/gamma/airlock/north/id) "awW" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door_control{ - id = "GammaDSC2"; - name = "Security Shutters"; - use_power = 0 - }, +/obj/structure/surface/rack, +/obj/item/tool/extinguisher, +/obj/item/tool/extinguisher, +/obj/item/tool/extinguisher, +/obj/item/clothing/glasses/welding, /turf/open/floor/corsat{ - icon_state = "red" + dir = 4; + icon_state = "yellow" }, -/area/corsat/gamma/airlock/north/id) +/area/corsat/gamma/residential/maint) "awX" = ( -/obj/structure/closet/wardrobe/white, -/obj/item/clothing/head/ushanka, -/obj/item/clothing/mask/rebreather, -/obj/item/clothing/mask/rebreather, -/obj/item/clothing/shoes/snow, -/obj/item/clothing/shoes/snow, -/obj/item/clothing/gloves/black, -/obj/item/clothing/gloves/black, -/obj/item/clothing/head/ushanka, -/obj/item/clothing/suit/storage/snow_suit, -/obj/item/clothing/suit/storage/snow_suit, +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, /turf/open/floor/corsat{ - dir = 6; - icon_state = "red" + dir = 4; + icon_state = "yellow" }, -/area/corsat/gamma/airlock/north/id) -"awY" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/biodome) +/area/corsat/gamma/hangar) "awZ" = ( /obj/structure/machinery/computer/emails, /obj/structure/machinery/light{ @@ -7705,41 +6060,11 @@ }, /area/corsat/gamma/residential/lounge) "axa" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/structure/barricade/handrail{ - layer = 3 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hallwaysouth) -"axb" = ( -/obj/structure/machinery/light{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) -"axc" = ( -/obj/structure/machinery/vending/coffee, -/obj/structure/platform{ - dir = 1; - layer = 2.7 - }, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "white" - }, -/area/corsat/gamma/hallwaysouth) -"axd" = ( -/obj/structure/bed, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" + icon_state = "redcorner" }, /area/corsat/gamma/security/cells) "axe" = ( @@ -7749,16 +6074,7 @@ /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/gamma/residential) -"axf" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "white" - }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "axg" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ @@ -7766,112 +6082,45 @@ icon_state = "red" }, /area/corsat/sigma/airlock/south/id) -"axh" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/administration) -"axi" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/administration) "axj" = ( /turf/open/floor/corsat{ icon_state = "retrosquareslight" }, /area/corsat/gamma/sigmaremote) -"axk" = ( -/obj/structure/machinery/light{ - dir = 4 +"axn" = ( +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/cargo) +"axo" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" }, -/obj/structure/flora/pottedplant, +/area/corsat/gamma/hangar/flightcontrol) +"axp" = ( +/obj/structure/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north/engineering/core) +"axr" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, /turf/open/floor/corsat{ - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/administration) -"axl" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/residential/showers) -"axm" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/security) -"axn" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" - }, -/area/corsat/gamma/administration) -"axo" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") - }, -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - dir = 6; icon_state = "red" }, -/area/corsat/gamma/airlock/north/id) -"axp" = ( -/obj/structure/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/engineering/core) -"axq" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/airlock/north/id) -"axr" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2; - name = "Custorial Closet"; - req_one_access = null - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/residential/maint) +/area/corsat/gamma/security/cells) "axs" = ( /obj/structure/janitorialcart, /obj/item/tool/mop, /turf/open/floor/corsat{ - dir = 8; + dir = 9; icon_state = "yellow" }, /area/corsat/gamma/residential/maint) @@ -7881,17 +6130,14 @@ icon_state = "yellow" }, /area/corsat/gamma/residential/maint) -"axu" = ( -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/administration) "axv" = ( -/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ - icon_state = "red" + icon_state = "arrow_west" }, -/area/corsat/gamma/airlock/north/id) +/area/corsat/gamma/hangar) "axw" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -7899,35 +6145,39 @@ /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/hallwaymain) "axx" = ( -/obj/structure/pipes/vents/pump{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/corsat{ - icon_state = "spiralplate" + icon_state = "plate" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/cargo) "axy" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Bathroom" +/obj/structure/bed/chair{ + dir = 8 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + dir = 6; + icon_state = "red" }, -/area/corsat/gamma/residential/lavatory) +/area/corsat/gamma/security/cells) "axz" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Engineering"; + req_one_access_txt = "102" }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "officesquares" + icon_state = "squares" }, -/area/corsat/gamma/administration) +/area/corsat/sigma/hangar/arrivals) "axB" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -7935,42 +6185,20 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/core) -"axC" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" - }, -/area/corsat/gamma/administration) -"axD" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/rnr) +/area/corsat/sigma/north/engineering/core) "axE" = ( -/obj/structure/bed/chair{ - dir = 4 - }, +/obj/structure/surface/table/reinforced, +/obj/item/paper_bin/wy, +/obj/item/tool/pen/red/clicky, /turf/open/floor/corsat{ dir = 10; - icon_state = "bluegrey" + icon_state = "purplewhite" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/sigmaremote) "axF" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "bluegrey" - }, -/area/corsat/gamma/administration) +/obj/structure/machinery/light, +/turf/open/space/basic, +/area/space) "axG" = ( /turf/open/floor/corsat{ icon_state = "gamma" @@ -7982,7 +6210,7 @@ }, /obj/effect/decal/cleanable/cobweb, /turf/open/floor/corsat, -/area/corsat/emergency_access) +/area/corsat/omega/checkpoint) "axI" = ( /turf/open/floor/corsat{ dir = 9; @@ -8018,24 +6246,11 @@ icon_state = "red" }, /area/corsat/sigma/hangar/checkpoint) -"axM" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/cameras{ - dir = 1; - network = list("gamma") - }, -/turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/airlock/north) "axN" = ( -/obj/structure/surface/table/reinforced, -/obj/item/folder/black_random, /turf/open/floor/corsat{ - dir = 6; - icon_state = "bluegrey" + icon_state = "browncorner" }, -/area/corsat/gamma/airlock/north) +/area/corsat/gamma/cargo) "axO" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -8043,10 +6258,13 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "axP" = ( /obj/structure/surface/table/reinforced, /obj/item/device/flashlight/lamp, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/weapon/gun/smg/mp5, /turf/open/floor/corsat{ dir = 9; icon_state = "red" @@ -8080,9 +6298,13 @@ }, /area/corsat/sigma/airlock/east/id) "axV" = ( -/obj/structure/surface/table/woodentable, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/security/cells) "axW" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/cameras{ @@ -8099,14 +6321,6 @@ icon_state = "squares" }, /area/corsat/sigma/airlock/east/id) -"axY" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "Bar" - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/rnr/bar) "axZ" = ( /obj/structure/bed/chair/comfy/black{ dir = 8 @@ -8166,6 +6380,7 @@ /area/corsat/sigma/north) "ayg" = ( /obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/corsat{ dir = 9; icon_state = "red" @@ -8195,13 +6410,6 @@ icon_state = "red" }, /area/corsat/sigma/hangar/id) -"ayk" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/north) "ayl" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -8255,18 +6463,6 @@ icon_state = "red" }, /area/corsat/sigma/hangar/id) -"ays" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - name = "Security Hub"; - req_access_txt = "101" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security) "ayt" = ( /obj/structure/sign/safety/airlock{ pixel_y = -32 @@ -8329,24 +6525,13 @@ icon_state = "redcorner" }, /area/corsat/sigma/hangar/id) -"ayB" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "Security Hub"; - req_access_txt = "101" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security) "ayC" = ( -/obj/structure/largecrate/random/barrel, +/obj/structure/surface/table/almayer, +/obj/item/paper, /turf/open/floor/corsat{ - dir = 1; - icon_state = "brown" + icon_state = "bluegrey" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "ayD" = ( /obj/structure/bed, /obj/item/bedsheet, @@ -8464,15 +6649,6 @@ icon_state = "squares" }, /area/corsat/sigma/north) -"ayO" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar) "ayP" = ( /obj/structure/surface/table/reinforced, /obj/structure/window/reinforced{ @@ -8494,16 +6670,22 @@ }, /area/corsat/sigma/airlock/east) "ayR" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/rack, /turf/open/floor/corsat{ dir = 1; - icon_state = "bluegrey" + icon_state = "yellow" }, -/area/corsat/gamma/administration) +/area/corsat/sigma/north/engineering/core) "ayS" = ( -/turf/open/floor/corsat{ - icon_state = "officesquares" +/obj/structure/machinery/door/airlock/almayer/research/reinforced/colony{ + dir = 1; + name = "Sigma Remote Operations" }, -/area/corsat/gamma/administration) +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) "ayT" = ( /obj/structure/surface/table/reinforced, /obj/structure/window/reinforced{ @@ -8555,6 +6737,7 @@ "ayY" = ( /obj/structure/surface/table/reinforced, /obj/item/folder/black_random, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/corsat{ dir = 10; icon_state = "bluegrey" @@ -8569,15 +6752,6 @@ icon_state = "bluegreycorner" }, /area/corsat/sigma/airlock/east) -"aza" = ( -/obj/structure/machinery/door/poddoor/two_tile/four_tile/open{ - id = "GammaNorthN"; - name = "Gamma North Airlock" - }, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/airlock/north) "azb" = ( /turf/open/floor/corsat{ icon_state = "officesquares" @@ -8589,6 +6763,7 @@ dir = 8; health = 250 }, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/corsat{ icon_state = "officesquares" }, @@ -8636,13 +6811,18 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "azj" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 8; + pixel_x = -24; + start_charge = 0 + }, /turf/open/floor/corsat{ dir = 8; icon_state = "bluegrey" }, -/area/corsat/sigma/airlock/east) +/area/corsat/comms/sigma_biodome) "azk" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -8783,19 +6963,13 @@ icon_state = "retrosquares" }, /area/corsat/sigma/south) -"azC" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/administration) "azD" = ( /obj/effect/landmark/static_comms/net_two, /turf/open/floor/corsat{ dir = 10; icon_state = "bluegrey" }, -/area/corsat/sigma/airlock/east) +/area/corsat/comms/sigma_biodome) "azE" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ @@ -8807,7 +6981,7 @@ /turf/open/floor/corsat{ icon_state = "bluegrey" }, -/area/corsat/sigma/airlock/east) +/area/corsat/comms/sigma_biodome) "azG" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -8879,36 +7053,18 @@ icon_state = "blue" }, /area/corsat/sigma/south) -"azQ" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, -/obj/structure/machinery/light, -/obj/structure/closet/secure_closet{ - name = "secure evidence locker"; - req_access_txt = "104" - }, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/security) "azR" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "marked" +/obj/structure/machinery/light{ + dir = 8 }, -/area/corsat/gamma/airlock/south) -"azS" = ( -/obj/structure/closet/secure_closet{ - name = "secure evidence locker"; - req_access_txt = "104" +/obj/structure/bed/chair{ + dir = 4 }, /turf/open/floor/corsat{ + dir = 8; icon_state = "red" }, -/area/corsat/gamma/security) +/area/corsat/gamma/security/cells) "azT" = ( /obj/structure/surface/table/almayer, /obj/item/folder/black_random, @@ -8918,12 +7074,6 @@ icon_state = "spiralplate" }, /area/corsat/sigma/airlock/south) -"azU" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) "azV" = ( /obj/structure/window/framed/corsat/security, /obj/structure/machinery/door/poddoor/shutters/almayer/open{ @@ -8933,13 +7083,6 @@ }, /turf/open/floor/plating, /area/corsat/sigma/airlock/south/id) -"azW" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "azX" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/omega/biodome) @@ -8985,11 +7128,11 @@ }, /area/corsat/sigma/airlock/south) "aAd" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "arrow_west" }, /area/corsat/gamma/cargo) "aAe" = ( @@ -9070,7 +7213,7 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "aAo" = ( /obj/structure/pipes/unary/outlet_injector{ dir = 8; @@ -9083,7 +7226,7 @@ /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "aAq" = ( /obj/structure/surface/table/reinforced, /obj/item/device/flashlight/lamp, @@ -9117,22 +7260,13 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/atmos) -"aAu" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 32 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" - }, -/area/corsat/gamma/security) +/area/corsat/gamma/atmos) "aAv" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering/lobby) +/area/corsat/sigma/north/engineering/lobby) "aAw" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/pipes/standard/manifold/hidden/green{ @@ -9141,7 +7275,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aAx" = ( /obj/structure/sign/safety/airlock{ pixel_x = 32 @@ -9151,10 +7285,9 @@ }, /area/corsat/sigma/south) "aAy" = ( -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/cargo) +/obj/structure/pipes/standard/simple/hidden/green, +/turf/closed/wall/biodome, +/area/corsat/gamma/hangar) "aAz" = ( /turf/open/floor/corsat{ dir = 1; @@ -9262,17 +7395,6 @@ icon_state = "greenwhitecorner" }, /area/corsat/gamma/medbay/surgery) -"aAN" = ( -/obj/structure/machinery/light, -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/cameras{ - dir = 1; - network = list("gamma") - }, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) "aAO" = ( /obj/structure/machinery/power/apc/high{ dir = 1; @@ -9308,14 +7430,6 @@ icon_state = "spiralplate" }, /area/corsat/sigma/airlock/south) -"aAS" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/guestpass, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar/security) "aAT" = ( /turf/open/floor/corsat{ icon_state = "officesquares" @@ -9363,26 +7477,26 @@ icon_state = "bluegrey" }, /area/corsat/sigma/airlock/south) -"aAZ" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "GammaAdmin"; - name = "Security Shutters" - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/administration) "aBa" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "riot cabinet"; + req_access_txt = "100" + }, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, /turf/open/floor/corsat{ - icon_state = "gamma" + dir = 10; + icon_state = "red" }, -/area/corsat/gamma/airlock/south) +/area/corsat/gamma/security/armory) "aBb" = ( -/obj/structure/machinery/conveyor, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "squares" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar) "aBc" = ( /turf/open/floor/corsat{ icon_state = "spiralplate" @@ -9442,13 +7556,6 @@ dir = 4 }, /area/corsat/inaccessible) -"aBm" = ( -/obj/item/clothing/mask/gas, -/obj/structure/surface/rack, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "aBn" = ( /turf/open/floor/almayer/research/containment/entrance{ dir = 8 @@ -9482,12 +7589,6 @@ icon_state = "officesquares" }, /area/corsat/sigma/airlock/south) -"aBu" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/security) "aBv" = ( /turf/open/floor/corsat{ dir = 8; @@ -9761,23 +7862,6 @@ icon_state = "spiralplate" }, /area/corsat/sigma/airlock/south) -"aCj" = ( -/obj/structure/machinery/vending/security, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "red" - }, -/area/corsat/gamma/security) -"aCk" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/device/flashlight/lamp, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/hangar/flightcontrol) "aCl" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ dir = 2; @@ -9795,16 +7879,14 @@ }, /area/corsat/theta/airlock/east) "aCn" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "Administration Desk"; - req_access_txt = "101" +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "4" }, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "officesquares" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/sigmaremote/teleporter) "aCo" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2; @@ -9849,7 +7931,7 @@ dir = 9; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aCu" = ( /turf/open/floor/corsat, /area/corsat/sigma/airlock/south) @@ -9924,23 +8006,14 @@ }, /area/corsat/sigma/southeast) "aCE" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/surface/table/almayer, -/obj/item/pamphlet/skill/powerloader, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "brown" - }, -/area/corsat/gamma/cargo/lobby) +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/hangar/security) "aCF" = ( -/obj/structure/machinery/cm_vending/sorted/boozeomat, +/obj/effect/landmark/xeno_spawn, /turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" + icon_state = "plate" }, -/area/corsat/gamma/rnr/bar) +/area/corsat/omega/biodome) "aCG" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -9995,7 +8068,7 @@ dir = 9; icon_state = "yellow" }, -/area/corsat/gamma/engineering/lobby) +/area/corsat/sigma/north/engineering/lobby) "aCM" = ( /obj/structure/machinery/door/airlock/almayer/research/glass/colony{ name = "Research Complex"; @@ -10047,7 +8120,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/lobby) +/area/corsat/sigma/north/engineering/lobby) "aCT" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -10163,14 +8236,10 @@ }, /area/corsat/sigma/south/complex) "aDi" = ( -/obj/structure/machinery/light{ - dir = 1 - }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "purple" + icon_state = "greencorner" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/foyer) "aDj" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/door/window/westleft{ @@ -10441,24 +8510,6 @@ icon_state = "squares" }, /area/corsat/sigma/cargo) -"aDN" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/arrivals) -"aDO" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/administration) -"aDP" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/arrivals) "aDQ" = ( /obj/structure/machinery/power/apc/hyper{ dir = 1; @@ -10470,21 +8521,6 @@ icon_state = "bluecorner" }, /area/corsat/sigma/hangar) -"aDR" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/arrivals) -"aDS" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/arrivals) "aDT" = ( /obj/structure/machinery/power/apc/high{ dir = 1; @@ -10534,52 +8570,31 @@ /turf/closed/shuttle/ert{ icon_state = "wy20" }, -/area/corsat/omega/hangar) -"aDZ" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "Control Room"; - req_access_txt = "103" - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/sigmaremote) +/area/prison/hangar_storage/research/shuttle) "aEa" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2; - name = "Teleporter Power Room"; - req_access_txt = "103"; - req_one_access = null - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/sigmaremote) -"aEb" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/secure_data{ - dir = 1 +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "18" }, /turf/open/floor/corsat{ - dir = 6; - icon_state = "red" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/hangar/checkpoint) +/area/corsat/gamma/sigmaremote/teleporter) "aEc" = ( /turf/closed/shuttle/ert{ icon_state = "wy27" }, -/area/corsat/omega/hangar) +/area/prison/hangar_storage/research/shuttle) "aEd" = ( /turf/closed/shuttle/ert{ icon_state = "wy25" }, -/area/corsat/omega/hangar) +/area/prison/hangar_storage/research/shuttle) "aEe" = ( /turf/closed/shuttle/ert{ icon_state = "wy21" }, -/area/corsat/omega/hangar) +/area/prison/hangar_storage/research/shuttle) "aEf" = ( /obj/structure/window/framed/corsat/hull, /obj/structure/machinery/door/poddoor/almayer/open{ @@ -10589,14 +8604,6 @@ }, /turf/open/floor/plating, /area/corsat/omega/hallways) -"aEg" = ( -/obj/structure/surface/rack, -/obj/item/device/flashlight, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) "aEh" = ( /obj/structure/machinery/light{ dir = 8 @@ -10613,11 +8620,6 @@ icon_state = "squares" }, /area/corsat/omega/hallways) -"aEj" = ( -/turf/open/floor/plating{ - icon_state = "warnplate" - }, -/area/prison/hangar_storage/research/shuttle) "aEk" = ( /turf/open/floor/corsat{ dir = 4; @@ -10630,25 +8632,17 @@ icon_state = "purple" }, /area/corsat/omega/airlocknorth) -"aEn" = ( -/obj/effect/decal/cleanable/blood/xtracks, +"aEq" = ( +/obj/effect/landmark/hunter_secondary, /turf/open/floor/corsat{ - icon_state = "retrosquares" + icon_state = "officesquares" }, -/area/corsat/omega/airlocknorth) -"aEq" = ( -/obj/structure/window/framed/corsat, -/turf/open/floor/plating, -/area/corsat/gamma/cargo) -"aEr" = ( -/obj/structure/window/framed/corsat, -/turf/open/floor/plating, -/area/corsat/gamma/cargo/lobby) +/area/corsat/gamma/hangar/flightcontrol) "aEt" = ( /turf/open/floor/corsat{ icon_state = "arrow_west" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "aEu" = ( /obj/structure/sign/safety/airlock{ pixel_x = 32 @@ -10671,12 +8665,6 @@ "aEy" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/omega/hangar) -"aEz" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/corsat{ - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/monorail) "aEC" = ( /turf/open/floor/corsat{ dir = 4; @@ -10728,7 +8716,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "aEK" = ( /turf/open/floor/corsat{ icon_state = "squares" @@ -10765,10 +8753,6 @@ icon_state = "purplewhite" }, /area/corsat/omega/complex) -"aEP" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/ice, -/area/corsat/gamma/biodome) "aEQ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -10777,13 +8761,6 @@ icon_state = "tcomms" }, /area/corsat/sigma/southeast/telecomm) -"aER" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/alien/weeds/node, -/turf/open/ice, -/area/corsat/gamma/biodome) "aES" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/station_alert, @@ -10791,16 +8768,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"aET" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ - name = "Administration"; - req_access_txt = "106" - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/administration) +/area/corsat/sigma/north/engineering) "aEU" = ( /obj/structure/closet/secure_closet/engineering_chief{ req_access_txt = "101" @@ -10810,28 +8778,7 @@ dir = 5; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"aEV" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "brown" - }, -/area/corsat/gamma/cargo/disposal) -"aEW" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/residential/lavatory) -"aEX" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/ice, -/area/corsat/gamma/biodome) +/area/corsat/sigma/north/engineering) "aEY" = ( /obj/structure/bed, /obj/structure/machinery/light, @@ -10840,55 +8787,6 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay) -"aEZ" = ( -/obj/effect/alien/weeds/node, -/turf/open/ice, -/area/corsat/gamma/biodome) -"aFb" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) -"aFc" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/omega/biodome) -"aFd" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/alien/weeds/node, -/turf/open/ice, -/area/corsat/gamma/biodome) -"aFe" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/omega/biodome) -"aFf" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/omega/biodome) -"aFg" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 4 - }, -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"aFh" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat, -/area/corsat/gamma/biodome) "aFi" = ( /obj/structure/toilet, /obj/structure/machinery/light/small{ @@ -10931,39 +8829,24 @@ layer = 3 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"aFm" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "white" - }, -/area/corsat/gamma/residential) +/area/corsat/gamma/residential/north) "aFn" = ( /obj/structure/filingcabinet/filingcabinet, /obj/structure/machinery/light, /turf/open/floor/wood, /area/corsat/gamma/residential/researcher) "aFo" = ( -/obj/structure/surface/table/woodentable, -/obj/structure/machinery/computer3/laptop/secure_data, -/obj/structure/machinery/light{ - dir = 1 +/turf/open/floor/corsat{ + icon_state = "redcorner" }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/security/armory) "aFp" = ( /obj/structure/machinery/photocopier, /turf/open/floor/corsat{ dir = 9; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aFq" = ( /obj/structure/barricade/handrail{ dir = 4 @@ -10975,26 +8858,16 @@ layer = 3 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"aFr" = ( -/obj/structure/machinery/light, +/area/corsat/gamma/residential/north) +"aFt" = ( +/obj/structure/surface/rack, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/handcuffs, /turf/open/floor/corsat{ + dir = 6; icon_state = "red" }, -/area/corsat/gamma/hangar/checkpoint) -"aFs" = ( -/obj/structure/bed/chair/comfy, -/turf/open/shuttle{ - icon_state = "floor7" - }, -/area/corsat/gamma/hangar/monorail/railcart) -"aFt" = ( -/obj/structure/closet/cabinet, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/security/armory) "aFu" = ( /obj/structure/surface/rack, /obj/item/storage/toolbox/electrical, @@ -11003,43 +8876,21 @@ }, /area/corsat/sigma/south/complex) "aFv" = ( -/obj/structure/surface/table/woodentable, -/obj/structure/machinery/computer/emails, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/researcher) -"aFw" = ( -/turf/open/shuttle{ - icon_state = "floor7" - }, -/area/corsat/gamma/hangar/monorail/railcart) -"aFx" = ( -/obj/structure/surface/table/woodentable, -/obj/item/pizzabox/margherita, -/obj/item/trash/chips, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"aFy" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced/colony{ + dir = 1; + name = "CORSAT Armory" }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "red" + icon_state = "squares" }, -/area/corsat/gamma/hangar) +/area/corsat/gamma/security/armory) "aFz" = ( /obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/corsat{ dir = 1; - icon_state = "red" + icon_state = "yellow" }, /area/corsat/gamma/foyer) "aFA" = ( @@ -11052,54 +8903,19 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) -"aFB" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar) "aFC" = ( -/obj/structure/surface/table/woodentable, -/obj/item/storage/donut_box, -/obj/item/tool/lighter, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"aFD" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/largecrate/supply/floodlights, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "cargo" }, -/area/corsat/sigma/south/complex) +/area/corsat/gamma/cargo) "aFE" = ( -/obj/structure/machinery/light, -/obj/structure/surface/table/woodentable, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) -"aFF" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/foyer) -"aFG" = ( -/obj/structure/machinery/light{ - dir = 8 - }, +/obj/effect/landmark/corpsespawner/pmc, +/obj/effect/decal/cleanable/blood/xtracks, /turf/open/floor/corsat{ - dir = 8; - icon_state = "red" + icon_state = "squares" }, -/area/corsat/gamma/hangar/monorail/control) +/area/corsat/omega/airlocknorth) "aFH" = ( /obj/structure/surface/table/woodentable/fancy, /turf/open/floor/corsat{ @@ -11108,14 +8924,12 @@ }, /area/corsat/gamma/residential/lounge) "aFI" = ( -/obj/structure/bed{ - icon_state = "psychbed" - }, -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/turf/open/floor/corsat{ + icon_state = "officesquares" }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/hangar/flightcontrol) "aFJ" = ( /obj/structure/machinery/photocopier, /turf/open/floor/corsat{ @@ -11123,13 +8937,6 @@ icon_state = "bluegrey" }, /area/corsat/theta/airlock/east) -"aFK" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/foyer) "aFL" = ( /obj/structure/machinery/power/apc/hyper{ dir = 1; @@ -11175,13 +8982,15 @@ }, /area/corsat/theta/airlock/east) "aFR" = ( -/obj/structure/bed, -/obj/item/pizzabox/margherita, /obj/structure/machinery/light{ - dir = 1 + dir = 8 }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) "aFS" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ @@ -11203,13 +9012,10 @@ dir = 8 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "aFV" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/hangar/cargo) +/turf/closed/wall/biodome, +/area/corsat/gamma/hangar/security) "aFW" = ( /obj/structure/toilet{ dir = 4 @@ -11227,19 +9033,18 @@ dir = 4 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "aFY" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced/colony{ + name = "Cargo Checkpoint" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/structure/surface/rack, /turf/open/floor/corsat{ - dir = 1; - icon_state = "yellow" + icon_state = "squares" }, -/area/corsat/gamma/engineering/core) +/area/corsat/gamma/hangar/security) "aGb" = ( /obj/structure/surface/table/woodentable, /obj/item/paper, @@ -11266,20 +9071,11 @@ }, /area/corsat/sigma/south/security) "aGd" = ( -/obj/structure/surface/table, -/obj/item/folder/yellow, -/obj/structure/platform{ - dir = 4; - layer = 2 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + dir = 9; + icon_state = "red" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/security) "aGe" = ( /obj/structure/barricade/handrail{ dir = 4 @@ -11303,14 +9099,12 @@ }, /area/corsat/sigma/south/complex) "aGh" = ( -/obj/structure/machinery/light{ - dir = 1 - }, +/obj/structure/flora/pottedplant, /turf/open/floor/corsat{ - dir = 1; - icon_state = "brown" + dir = 8; + icon_state = "bluegreycorner" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "aGi" = ( /obj/structure/surface/table/almayer, /obj/item/paper_bin, @@ -11328,42 +9122,26 @@ /turf/open/floor/wood, /area/corsat/gamma/residential/researcher) "aGk" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/hangar/cargo) -"aGl" = ( -/obj/structure/machinery/door/poddoor/almayer/open{ - id = "GammaHangarH"; - name = "Hangar Lockdown"; - use_power = 0 - }, +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, /turf/open/floor/corsat{ - icon_state = "marked" + icon_state = "spiralplate" }, -/area/corsat/gamma/hangar) +/area/corsat/gamma/hangar/flightcontrol) "aGm" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced/colony{ + name = "Security Hub" }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "brown" + icon_state = "marked" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/security) "aGn" = ( -/obj/structure/machinery/light{ - dir = 1 - }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - dir = 1; - icon_state = "browncorner" + icon_state = "officesquares" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "aGo" = ( /obj/structure/machinery/power/apc/high{ dir = 1; @@ -11393,20 +9171,19 @@ }, /area/corsat/omega/airlocknorth/id) "aGr" = ( +/obj/structure/machinery/disposal, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/airlock/south) +/area/corsat/gamma/foyer) "aGs" = ( -/obj/structure/toilet, -/obj/structure/machinery/light/small{ +/obj/structure/bed/chair/office/light{ dir = 8 }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + icon_state = "whitetan" }, -/area/corsat/gamma/residential/lavatory) +/area/corsat/gamma/residential/academy) "aGt" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 1; @@ -11439,14 +9216,6 @@ icon_state = "marked" }, /area/corsat/theta/airlock/east) -"aGx" = ( -/obj/structure/window/framed/corsat, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "GammaAdmin"; - name = "Security Shutters" - }, -/turf/open/floor/plating, -/area/corsat/gamma/administration) "aGy" = ( /obj/structure/machinery/door/poddoor/two_tile/four_tile/open{ id = "OmegaN"; @@ -11462,29 +9231,27 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) -"aGA" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluecorner" - }, -/area/corsat/gamma/residential) "aGB" = ( /turf/open/floor/corsat{ icon_state = "marked" }, /area/corsat/omega/airlocknorth) "aGC" = ( -/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "browncorner" + icon_state = "officesquares" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar) "aGD" = ( -/obj/structure/machinery/light, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/guestpass{ + dir = 4 + }, /turf/open/floor/corsat{ - icon_state = "brown" + dir = 8; + icon_state = "redcorner" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/security) "aGE" = ( /obj/structure/stairs{ dir = 4 @@ -11493,32 +9260,22 @@ icon_state = "plate" }, /area/corsat/sigma/south/complex) -"aGF" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/theta/airlock/east) "aGG" = ( /turf/open/floor/corsat{ icon_state = "bluegreycorner" }, /area/corsat/theta/airlock/east) "aGI" = ( -/obj/structure/toilet{ - dir = 1 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, +/obj/structure/surface/table, +/obj/structure/machinery/computer3/laptop/secure_data, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + icon_state = "whitetan" }, -/area/corsat/gamma/residential/lavatory) +/area/corsat/gamma/residential/academy) "aGJ" = ( /obj/structure/surface/table/almayer, /obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/corsat{ icon_state = "spiralplate" }, @@ -11602,7 +9359,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aGS" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 2; @@ -11673,24 +9430,19 @@ }, /area/corsat/sigma/south/complex) "aHb" = ( -/obj/structure/machinery/light{ - dir = 8 - }, +/obj/structure/cargo_container/trijent/mid, /turf/open/floor/corsat{ - dir = 8; - icon_state = "brown" + icon_state = "cargo" }, /area/corsat/gamma/cargo) "aHc" = ( -/obj/structure/machinery/door/airlock/almayer/command/colony{ - dir = 1; - name = "Administration"; - req_access_txt = "106" +/obj/structure/pipes/vents/pump{ + dir = 4 }, /turf/open/floor/corsat{ - icon_state = "officesquares" + icon_state = "squares" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/cargo) "aHd" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 1; @@ -11771,12 +9523,14 @@ }, /area/corsat/sigma/south/security) "aHm" = ( -/obj/structure/largecrate/random/barrel, +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + name = "Flight Control" + }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - dir = 5; - icon_state = "brown" + icon_state = "officesquares" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar) "aHn" = ( /obj/structure/machinery/light{ dir = 8 @@ -11830,12 +9584,6 @@ icon_state = "squares" }, /area/corsat/sigma/cargo) -"aHs" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar) "aHt" = ( /obj/structure/closet/secure_closet/security_empty, /obj/item/storage/belt/security/MP/full, @@ -11870,41 +9618,16 @@ icon_state = "red" }, /area/corsat/sigma/south/security) -"aHy" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "Remote Complex"; - req_one_access_txt = "103" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/sigmaremote) "aHz" = ( /obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "Teleportation Lab"; + dir = 1; + name = "Implantation Chamber"; req_one_access_txt = "103" }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, /turf/open/floor/corsat{ icon_state = "retrosquareslight" }, /area/corsat/gamma/sigmaremote) -"aHA" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "Virology Lab"; - req_one_access_txt = "103" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "aHB" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -11913,33 +9636,6 @@ icon_state = "squares" }, /area/corsat/omega/cargo) -"aHC" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "Containment Cell"; - req_one_access_txt = "103" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) -"aHD" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "Virology Lab"; - req_one_access_txt = "103" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 2; - id = "Viro"; - name = "Virology Lockdown" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/virology) "aHE" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/juicer, @@ -11947,23 +9643,6 @@ icon_state = "sterileplate" }, /area/corsat/gamma/kitchen) -"aHF" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "Decontamination Chamber"; - req_one_access_txt = "103" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "Viro"; - name = "Virology Lockdown" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/virology) "aHG" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ name = "Access Checkpoint"; @@ -12005,6 +9684,7 @@ /area/corsat/sigma/south/complex) "aHK" = ( /obj/structure/surface/table/reinforced, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/corsat{ dir = 8; icon_state = "red" @@ -12134,6 +9814,7 @@ /area/corsat/gamma/canteen) "aHX" = ( /obj/structure/surface/table/woodentable, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/corsat{ dir = 1; icon_state = "squareswood" @@ -12157,53 +9838,18 @@ icon_state = "retrosquareslight" }, /area/corsat/sigma/south/complex) -"aIa" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "Research Complex"; - req_one_access_txt = "101" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) "aIb" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2; - name = "Maintainance"; - req_one_access = null - }, -/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/hunter_primary, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/residential/maint) -"aIc" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "Subject den"; - req_one_access_txt = "103" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/cargo) "aId" = ( /turf/open/floor/almayer{ dir = 5; icon_state = "plating" }, /area/corsat/gamma/sigmaremote) -"aIe" = ( -/obj/structure/closet/secure_closet/security, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "red" - }, -/area/corsat/gamma/security) "aIf" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 1; @@ -12215,25 +9861,6 @@ icon_state = "squares" }, /area/corsat/theta/airlock/east/id) -"aIg" = ( -/obj/structure/machinery/door/window/brigdoor/eastleft{ - dir = 2; - name = "Administration Desk" - }, -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door/window/brigdoor/westleft{ - dir = 1; - name = "Administration Desk"; - req_access_txt = "104" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "GammaAdmin"; - name = "Security Shutters" - }, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/administration) "aIh" = ( /obj/structure/closet/crate/science, /turf/open/floor/corsat{ @@ -12247,95 +9874,32 @@ icon_state = "red" }, /area/corsat/omega/airlocknorth) -"aIj" = ( -/obj/effect/landmark/survivor_spawner, -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/researcher) "aIk" = ( -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) -"aIl" = ( -/obj/structure/fence, -/turf/open/auto_turf/snow/layer2, -/area/corsat/gamma/biodome) -"aIm" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/biodome/virology) -"aIn" = ( -/obj/structure/window/framed/corsat/research, -/turf/open/floor/plating, -/area/corsat/gamma/biodome/virology) -"aIo" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/virology) -"aIp" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) -"aIq" = ( -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) -"aIr" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/biodome/virology) -"aIs" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "7" }, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/sigmaremote/teleporter/residential) "aIt" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/biodome/complex) -"aIu" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhitecorner" +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/computer/emails{ + dir = 8 }, -/area/corsat/gamma/biodome/complex) +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) "aIv" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/omega/hangar/office) -"aIw" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "aIx" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/airlock/control) -"aIy" = ( -/obj/structure/machinery/door/poddoor/two_tile/four_tile/open{ - id = "GammaNorthS"; - name = "Gamma North Airlock" - }, -/obj/structure/machinery/door/poddoor/two_tile/four_tile/secure{ - id = "map_lockdown"; - name = "Gamma Lockdown"; - use_power = 0 - }, +/obj/structure/machinery/light, /turf/open/floor/corsat{ - icon_state = "marked" + dir = 4; + icon_state = "darkgreen" }, -/area/corsat/gamma/airlock/north) +/area/corsat/gamma/hallwaymain) "aIz" = ( /obj/structure/closet/crate/science, /obj/item/storage/fancy/vials/random, @@ -12347,24 +9911,6 @@ "aIA" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/sigma/airlock/control) -"aIB" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purple" - }, -/area/corsat/gamma/biodome/complex) -"aIC" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) -"aID" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/airlock/control) "aIE" = ( /turf/open/floor/corsat{ dir = 5; @@ -12377,36 +9923,12 @@ icon_state = "yellow" }, /area/corsat/sigma/airlock/control) -"aIG" = ( -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/complex) -"aIH" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) -"aII" = ( -/obj/structure/window/framed/corsat/research, -/turf/open/floor/plating, -/area/corsat/gamma/biodome/complex) -"aIJ" = ( -/turf/open/floor/corsat{ - dir = 9; - icon_state = "purple" - }, -/area/corsat/gamma/biodome/complex) -"aIK" = ( -/obj/structure/window/framed/corsat/security, -/turf/open/floor/plating, -/area/corsat/gamma/airlock/control) "aIL" = ( -/turf/open/floor/corsat{ - icon_state = "squares" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, -/area/corsat/gamma/airlock/control) +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential/showers) "aIM" = ( /turf/open/floor/corsat{ icon_state = "squares" @@ -12424,159 +9946,16 @@ }, /area/corsat/sigma/south/security) "aIO" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/biodome) -"aIP" = ( -/turf/open/floor/corsat{ - icon_state = "gamma" - }, -/area/corsat/gamma/biodome/complex) -"aIQ" = ( -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/airlock/control) -"aIR" = ( -/obj/structure/closet/secure_closet/brig{ - id = "CORSAT Sec 1" - }, -/obj/structure/machinery/brig_cell{ - id = "CORSAT Sec 1"; - name = "Cell 1"; - pixel_x = -32 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/security/cells) -"aIS" = ( +/obj/effect/alien/weeds/node, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/airlock/control) +/area/corsat/omega/biodome) "aIT" = ( /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/sigma/airlock/control) -"aIU" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "Teleporter Power Room"; - req_one_access_txt = "103" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/sigmaremote) -"aIV" = ( -/obj/structure/closet/secure_closet/brig{ - id = "CORSAT Sec 2" - }, -/obj/structure/machinery/brig_cell{ - id = "CORSAT Sec 2"; - name = "Cell 2"; - pixel_x = 32 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/security/cells) -"aIW" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/control) -"aIX" = ( -/turf/open/floor/wood, -/area/corsat/gamma/biodome/complex) -"aIY" = ( -/obj/structure/window/framed/corsat/research, -/turf/open/floor/plating, -/area/corsat/gamma/biodome/toxins) -"aIZ" = ( -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/toxins) -"aJa" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/biodome/toxins) -"aJb" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Toilet Unit"; - req_access_txt = "100"; - req_one_access_txt = "0" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/biodome/complex) -"aJc" = ( -/obj/structure/window/framed/corsat, -/turf/open/floor/plating, -/area/corsat/gamma/airlock/control) -"aJd" = ( -/obj/structure/coatrack, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/biodome/complex) -"aJe" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"aJf" = ( -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/biodome/toxins) -"aJg" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -11 - }, -/obj/structure/mirror{ - pixel_y = 24 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/biodome/complex) -"aJh" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "brown" - }, -/area/corsat/gamma/cargo) -"aJi" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_y = 24 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/biodome/complex) "aJj" = ( /obj/structure/surface/table/reinforced, /obj/effect/landmark/item_pool_spawner/corsat_bio_lock, @@ -12603,45 +9982,6 @@ icon_state = "asteroidwarning" }, /area/corsat/sigma/biodome) -"aJo" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet6-2" - }, -/area/corsat/gamma/biodome/complex) -"aJp" = ( -/obj/structure/bed/chair/comfy/beige, -/turf/open/floor{ - dir = 8; - icon_state = "carpet14-10" - }, -/area/corsat/gamma/biodome/complex) -"aJq" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet10-8" - }, -/area/corsat/gamma/biodome/complex) -"aJr" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"aJs" = ( -/obj/structure/toilet{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/biodome/complex) -"aJt" = ( -/turf/open/floor/corsat{ - icon_state = "gamma" - }, -/area/corsat/gamma/airlock/control) "aJu" = ( /turf/open/floor/corsat{ icon_state = "gamma" @@ -12664,71 +10004,20 @@ icon_state = "asteroidfloor" }, /area/corsat/sigma/biodome) -"aJy" = ( -/obj/structure/bed/sofa/south/grey/left, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/foyer) "aJz" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "red" }, /area/corsat/sigma/south) -"aJA" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "brown" - }, -/area/corsat/gamma/cargo/disposal) -"aJB" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet5-1" - }, -/area/corsat/gamma/biodome/complex) -"aJC" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor{ - dir = 8; - icon_state = "carpet13-5" - }, -/area/corsat/gamma/biodome/complex) -"aJD" = ( -/obj/structure/bed/chair/comfy/beige{ - dir = 1 - }, -/turf/open/floor{ - dir = 8; - icon_state = "carpet13-5" - }, -/area/corsat/gamma/biodome/complex) "aJE" = ( -/obj/structure/disposaloutlet, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "brown" - }, -/area/corsat/gamma/cargo/disposal) -"aJF" = ( -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/toxins) -"aJG" = ( -/turf/open/floor/corsat{ - icon_state = "yellowcorner" +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "GammaHangarCargoC"; + name = "Security Shutters" }, -/area/corsat/gamma/airlock/control) +/obj/structure/window/framed/corsat/security, +/turf/open/floor/plating, +/area/corsat/gamma/hangar/security) "aJH" = ( /turf/open/floor/corsat{ dir = 6; @@ -12770,10 +10059,8 @@ }, /area/corsat/sigma/south/security) "aJN" = ( -/obj/structure/closet/secure_closet/security, /turf/open/floor/corsat{ - dir = 8; - icon_state = "red" + icon_state = "redcorner" }, /area/corsat/gamma/security) "aJO" = ( @@ -12781,11 +10068,16 @@ /turf/open/floor/plating, /area/corsat/sigma/airlock/control) "aJP" = ( -/obj/vehicle/train/cargo/engine, +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/item/device/flashlight/lamp, /turf/open/floor/corsat{ - icon_state = "arrow_east" + icon_state = "bluegrey" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "aJQ" = ( /obj/structure/machinery/power/apc/high{ dir = 1; @@ -12797,16 +10089,6 @@ icon_state = "red" }, /area/corsat/sigma/south/security) -"aJR" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "Sigma Remote Complex"; - req_access_txt = "103" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/sigmaremote) "aJS" = ( /turf/open/floor/corsat{ icon_state = "squares" @@ -12873,12 +10155,6 @@ icon_state = "marked" }, /area/corsat/sigma/hangar/id) -"aKe" = ( -/turf/open/floor/corsat{ - dir = 9; - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) "aKf" = ( /turf/open/floor/corsat{ icon_state = "marked" @@ -13021,25 +10297,6 @@ icon_state = "theta" }, /area/corsat/theta/biodome/complex) -"aKI" = ( -/obj/structure/machinery/door_control{ - id = "GammaEastW"; - name = "Airlock Control"; - pixel_x = -5; - use_power = 0 - }, -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/door_control{ - id = "GammaEastE"; - name = "Airlock Control"; - pixel_x = 5; - use_power = 0 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) "aKJ" = ( /obj/structure/machinery/camera/autoname{ dir = 4; @@ -13122,34 +10379,20 @@ icon_state = "cargo" }, /area/corsat/gamma/freezer) -"aKY" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/biodome/complex) -"aKZ" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/biodome/complex) "aLa" = ( -/obj/structure/closet/crate/trashcart, -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "GammaHCargoW"; + name = "Gamma Cargo Checkpoint"; + use_power = 0 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "brown" + icon_state = "marked" }, -/area/corsat/gamma/cargo/disposal) +/area/corsat/gamma/cargo) "aLb" = ( /obj/structure/closet/secure_closet{ name = "secure evidence locker"; @@ -13175,6 +10418,7 @@ /obj/structure/machinery/light{ dir = 8 }, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/corsat{ dir = 8; icon_state = "red" @@ -13210,20 +10454,6 @@ "aLh" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/omega/control) -"aLi" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 2; - id = "Viro"; - name = "Virology Lockdown" - }, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "Virology Wing"; - req_access_txt = "103" - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "aLj" = ( /turf/open/floor/corsat{ dir = 1; @@ -13248,24 +10478,6 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) -"aLn" = ( -/obj/structure/surface/table/reinforced, -/obj/item/device/flashlight/lamp, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) -"aLo" = ( -/obj/structure/window/framed/corsat/security, -/obj/structure/machinery/door/poddoor/almayer/open{ - dir = 4; - id = "GammaControl"; - name = "Observation Shutters"; - use_power = 0 - }, -/turf/open/floor/plating, -/area/corsat/gamma/airlock/control) "aLp" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/cameras{ @@ -13362,26 +10574,15 @@ }, /area/corsat/sigma/south) "aLH" = ( -/obj/structure/machinery/door/poddoor/almayer{ - id = "GammaCargo"; - name = "Gamma Cargo Bay"; - use_power = 0 - }, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/cargo) -"aLI" = ( -/obj/structure/machinery/door_control{ - id = "GammaCargo"; - name = "Cargo Door"; - pixel_x = -24; - use_power = 0 +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 4 }, +/obj/item/storage/donut_box, /turf/open/floor/corsat{ - icon_state = "arrow_north" + icon_state = "officesquares" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "aLK" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/corsat{ @@ -13428,11 +10629,6 @@ icon_state = "redcorner" }, /area/corsat/sigma/south) -"aLR" = ( -/turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) "aLS" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/cameras{ @@ -13465,12 +10661,14 @@ /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/theta/airlock/east/id) "aLW" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + dir = 8; + icon_state = "red" }, -/area/corsat/sigma/south/complex) +/area/corsat/gamma/security) "aLX" = ( /turf/open/floor/corsat{ icon_state = "lightplate" @@ -13743,26 +10941,33 @@ }, /area/corsat/sigma/laundry) "aMF" = ( -/obj/structure/machinery/light, -/obj/structure/machinery/disposal, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" + icon_state = "retrosquares" }, -/area/corsat/gamma/rnr/bar) +/area/corsat/sigma/hangar/arrivals) "aMG" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Security Hub"; + req_access_txt = "101" + }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "arrow_south" + icon_state = "squares" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/security) "aMH" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 }, /turf/open/floor/corsat{ - icon_state = "arrow_west" + icon_state = "officesquares" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "aMI" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -13773,15 +10978,15 @@ }, /area/corsat/theta/airlock/east/id) "aMJ" = ( -/turf/open/floor/corsat{ - icon_state = "arrow_north" +/obj/structure/machinery/light{ + dir = 4 }, -/area/corsat/gamma/cargo) -"aMK" = ( +/obj/structure/machinery/photocopier, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 4; + icon_state = "bluegrey" }, -/area/corsat/gamma/cargo/disposal) +/area/corsat/gamma/hangar/flightcontrol) "aML" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -13875,36 +11080,11 @@ icon_state = "squares" }, /area/corsat/sigma/southeast/datamaint) -"aMY" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/metal{ - amount = 25; - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/stack/rods{ - amount = 25 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "yellow" - }, -/area/corsat/gamma/residential/maint) "aMZ" = ( /turf/open/floor/corsat{ icon_state = "officesquares" }, /area/corsat/omega/offices) -"aNa" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) "aNb" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ name = "Administration Office" @@ -13945,14 +11125,6 @@ icon_state = "purple" }, /area/corsat/sigma/south) -"aNi" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/arrivals) "aNj" = ( /obj/structure/surface/rack, /obj/item/evidencebag, @@ -13966,13 +11138,6 @@ icon_state = "red" }, /area/corsat/theta/airlock/east/id) -"aNk" = ( -/obj/structure/machinery/computer/cameras{ - network = list("omega"); - pixel_y = 22 - }, -/turf/open/floor/wood, -/area/corsat/gamma/administration) "aNl" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ @@ -14139,41 +11304,8 @@ /turf/open/floor/plating, /area/corsat/sigma/checkpoint) "aNI" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - name = "ID Checkpoint"; - req_access_txt = "101" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/cargo) -"aNJ" = ( -/obj/structure/machinery/door_control{ - id = "GammaCargo"; - name = "Cargo Door"; - pixel_x = 24; - use_power = 0 - }, -/turf/open/floor/corsat{ - icon_state = "arrow_north" - }, -/area/corsat/gamma/cargo) -"aNK" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/security/armory) -"aNL" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin, -/obj/item/tool/pen/blue, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/security/cells) +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/hangar/security) "aNM" = ( /obj/structure/surface/rack, /obj/item/clothing/glasses/night, @@ -14186,113 +11318,6 @@ icon_state = "lightplate" }, /area/corsat/sigma/south/complex) -"aNN" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/hangar/security) -"aNO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/flightcontrol) -"aNP" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/security/cells) -"aNQ" = ( -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security/cells) -"aNR" = ( -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/security/armory) -"aNS" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" - }, -/area/corsat/gamma/security/cells) -"aNT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/security/cells) -"aNU" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" - }, -/area/corsat/gamma/security) -"aNV" = ( -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/security) -"aNW" = ( -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security) -"aNX" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/security) -"aNY" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluecorner" - }, -/area/corsat/gamma/hangar/arrivals) -"aNZ" = ( -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) -"aOa" = ( -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/checkpoint) -"aOb" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) -"aOc" = ( -/obj/structure/fence, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/checkpoint) -"aOd" = ( -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/checkpoint) -"aOe" = ( -/turf/open/shuttle/dropship{ - icon_state = "floor8" - }, -/area/corsat/gamma/hangar/monorail/railcart) -"aOf" = ( -/turf/open/floor/corsat{ - dir = 10; - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) "aOg" = ( /obj/structure/machinery/light{ dir = 4 @@ -14302,29 +11327,6 @@ icon_state = "purplecorner" }, /area/corsat/sigma/south) -"aOh" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/foyer) -"aOi" = ( -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/hangar/flightcontrol) -"aOj" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/sigma/south/security) "aOk" = ( /obj/structure/machinery/light{ dir = 4 @@ -14335,13 +11337,6 @@ icon_state = "red" }, /area/corsat/sigma/south/security) -"aOl" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/monorail/control) "aOm" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor{ dir = 1; @@ -14368,48 +11363,6 @@ icon_state = "red" }, /area/corsat/sigma/south) -"aOp" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "Hangar Security"; - req_access_txt = "101" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/security) -"aOq" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/hangar/office) -"aOr" = ( -/turf/open/floor/corsat{ - dir = 9; - icon_state = "blue" - }, -/area/corsat/gamma/hangar) -"aOs" = ( -/obj/structure/machinery/recharge_station, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "red" - }, -/area/corsat/gamma/hangar) -"aOt" = ( -/turf/open/floor/corsat{ - dir = 10; - icon_state = "red" - }, -/area/corsat/gamma/hangar) -"aOu" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "blue" - }, -/area/corsat/gamma/hangar/arrivals) "aOv" = ( /obj/structure/machinery/photocopier, /turf/open/floor/corsat{ @@ -14417,16 +11370,6 @@ icon_state = "red" }, /area/corsat/sigma/south/security) -"aOw" = ( -/turf/open/floor/corsat{ - icon_state = "gamma" - }, -/area/corsat/gamma/hangar) -"aOx" = ( -/turf/open/floor/corsat{ - icon_state = "arrow_west" - }, -/area/corsat/gamma/hangar) "aOy" = ( /obj/structure/surface/table/almayer, /obj/item/paper_bin, @@ -14437,18 +11380,20 @@ }, /area/corsat/sigma/south/security) "aOz" = ( +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "spiralplate" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/hangar/flightcontrol) "aOA" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +/obj/structure/bed/chair/office/light{ + dir = 1 }, /turf/open/floor/corsat{ - icon_state = "gamma" + icon_state = "spiralplate" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/hangar/flightcontrol) "aOB" = ( /obj/structure/bed/chair{ dir = 1 @@ -14497,13 +11442,6 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) -"aOG" = ( -/obj/structure/surface/table/reinforced, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "red" - }, -/area/corsat/gamma/hangar/monorail/control) "aOH" = ( /obj/structure/prop/almayer/computers/sensor_computer3, /turf/open/floor/corsat{ @@ -14601,39 +11539,6 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) -"aOX" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/office) -"aOY" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/office) -"aOZ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/office) -"aPa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) "aPb" = ( /obj/structure/computerframe, /obj/effect/decal/cleanable/cobweb{ @@ -14652,44 +11557,21 @@ icon_state = "plate" }, /area/corsat/emergency_access) -"aPd" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 25 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/security/armory) "aPe" = ( -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security/armory) -"aPf" = ( -/obj/effect/alien/weeds/node, -/turf/open/mars_cave{ - icon_state = "mars_cave_18" - }, -/area/corsat/sigma/biodome) -"aPg" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/security) +/obj/structure/surface/table/woodentable, +/obj/item/device/binoculars, +/turf/open/floor/wood, +/area/corsat/gamma/residential/north) "aPh" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 8; - pixel_x = -24; - start_charge = 0 +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Dressing room" }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "red" + dir = 10; + icon_state = "whitebluefull" }, -/area/corsat/gamma/hangar/security) +/area/corsat/gamma/residential/showers) "aPj" = ( /obj/item/paper, /obj/item/tool/pen, @@ -14699,20 +11581,6 @@ icon_state = "squareswood" }, /area/corsat/gamma/residential/lounge) -"aPk" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/security) -"aPl" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/mars_cave{ - icon_state = "mars_cave_2" - }, -/area/corsat/sigma/biodome) "aPm" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2; @@ -14722,21 +11590,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering/atmos) -"aPn" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security) -"aPo" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/security) +/area/corsat/gamma/atmos) "aPp" = ( /obj/effect/landmark/item_pool_spawner/corsat_bio_lock/master, /obj/structure/surface/table/woodentable/fancy, @@ -14745,15 +11599,6 @@ icon_state = "squareswood" }, /area/corsat/gamma/residential/lounge) -"aPq" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/mars_cave{ - icon_state = "mars_cave_2" - }, -/area/corsat/sigma/biodome) "aPr" = ( /turf/open/floor/corsat{ icon_state = "whitetancorner" @@ -14775,15 +11620,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/hallwaysouth) -"aPu" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/checkpoint) +/area/corsat/gamma/foyer) "aPv" = ( /obj/structure/flora/pottedplant, /turf/open/floor/corsat{ @@ -14791,57 +11628,6 @@ icon_state = "bluegrey" }, /area/corsat/sigma/airlock/south) -"aPw" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/checkpoint) -"aPx" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/checkpoint) -"aPy" = ( -/obj/structure/window/framed/corsat, -/obj/structure/machinery/door/poddoor/almayer/open{ - dir = 4; - id = "GammaHangarH"; - name = "Hangar Lockdown"; - use_power = 0 - }, -/turf/open/floor/plating, -/area/corsat/gamma/hangar) -"aPz" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) -"aPA" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/checkpoint) -"aPB" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/shuttle{ - icon_state = "floor7" - }, -/area/corsat/gamma/hangar/monorail/railcart) "aPC" = ( /obj/effect/landmark/yautja_teleport, /obj/structure/machinery/light/small{ @@ -14850,95 +11636,31 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/hallwaysouth) -"aPD" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, /area/corsat/gamma/foyer) -"aPE" = ( -/turf/open/floor/corsat{ - icon_state = "arrow_south" - }, -/area/corsat/gamma/hangar) -"aPF" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/crap_item, +"aPD" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, /turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreen" + dir = 9; + icon_state = "bluegrey" }, -/area/corsat/gamma/foyer) +/area/corsat/gamma/hangar/flightcontrol) "aPG" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/dirtgrassborder/west, /area/corsat/theta/biodome) -"aPH" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "Arrivals" - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/checkpoint) "aPJ" = ( /obj/structure/flora/jungle/alienplant1, /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/corsat/theta/biodome) -"aPK" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/cameras{ - network = list("sigma") - }, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "red" - }, -/area/corsat/gamma/hangar/monorail/control) -"aPL" = ( -/obj/structure/shuttle/diagonal{ - dir = 5; - layer = 3 - }, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/monorail/railcart) -"aPM" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "ID Checkpoint"; - req_access_txt = "101" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/checkpoint) -"aPN" = ( -/obj/effect/landmark/yautja_teleport, -/obj/structure/flora/jungle/vines/heavy, -/turf/open/gm/grass/grass1/weedable, -/area/corsat/theta/biodome) -"aPO" = ( -/obj/structure/window/framed/corsat/security, -/turf/open/floor/plating, -/area/corsat/gamma/security/cells) -"aPP" = ( -/obj/structure/window/framed/corsat/security, -/turf/open/floor/plating, -/area/corsat/gamma/security) "aPQ" = ( -/obj/structure/machinery/door/airlock/dropship_hatch/monorail{ - dir = 1 - }, -/turf/open/shuttle{ - icon_state = "floor7" +/obj/effect/decal/cleanable/cobweb{ + dir = 8 }, -/area/corsat/gamma/hangar/monorail/railcart) +/turf/open/floor/corsat, +/area/corsat/omega/checkpoint) "aPR" = ( /obj/structure/flora/pottedplant, /turf/open/floor/corsat{ @@ -14950,11 +11672,11 @@ /turf/open/floor/corsat{ icon_state = "arrow_east" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "aPT" = ( /obj/structure/window/framed/corsat, /turf/open/floor/plating, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aPU" = ( /obj/structure/machinery/door/window/brigdoor/eastleft{ dir = 2; @@ -14974,45 +11696,27 @@ icon_state = "plate" }, /area/corsat/theta/airlock/east/id) -"aPV" = ( -/obj/structure/surface/table/woodentable, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreen" - }, -/area/corsat/gamma/foyer) "aPW" = ( /obj/structure/window/framed/corsat, /turf/open/floor/plating, -/area/corsat/gamma/engineering/lobby) -"aPX" = ( -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/structure/surface/rack, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "yellow" - }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/lobby) "aPY" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aPZ" = ( /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aQa" = ( -/obj/structure/bed/chair/comfy/black, /turf/open/floor/corsat{ - dir = 8; - icon_state = "red" + dir = 1; + icon_state = "bluegrey" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/hangar/flightcontrol) "aQb" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/secure_data{ @@ -15030,7 +11734,7 @@ "aQd" = ( /obj/structure/closet/jcloset, /turf/open/floor/corsat{ - dir = 4; + dir = 1; icon_state = "yellow" }, /area/corsat/gamma/residential/maint) @@ -15107,7 +11811,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aQq" = ( /obj/structure/machinery/light{ dir = 8 @@ -15116,7 +11820,7 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "aQr" = ( /turf/open/floor/corsat{ icon_state = "omega" @@ -15138,14 +11842,6 @@ icon_state = "arrow_west" }, /area/corsat/omega/hangar) -"aQv" = ( -/obj/structure/surface/table/woodentable, -/obj/item/ashtray/glass, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/arcade) "aQw" = ( /obj/structure/machinery/light{ dir = 4 @@ -15154,21 +11850,7 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering/core) -"aQx" = ( -/obj/effect/alien/weeds/node, -/turf/open/mars_cave{ - icon_state = "mars_cave_2" - }, -/area/corsat/sigma/biodome) -"aQy" = ( -/obj/structure/tunnel{ - id = "hole4" - }, -/turf/open/mars_cave{ - icon_state = "mars_cave_2" - }, -/area/corsat/sigma/biodome) +/area/corsat/sigma/north/engineering/core) "aQz" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/emergency_access) @@ -15229,58 +11911,38 @@ /turf/open/floor/corsat, /area/corsat/emergency_access) "aQK" = ( -/obj/item/tool/wet_sign, -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "yellow" - }, -/area/corsat/gamma/residential/maint) -"aQL" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + name = "Head of Security Office"; + req_access_txt = "101" }, -/area/corsat/gamma/security/cells) -"aQM" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 2; + id = "GammaHOS"; + name = "Privacy Shutters" }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreen" + icon_state = "squares" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/security) "aQN" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/glass{ - amount = 30 - }, -/obj/item/stack/sheet/glass{ - amount = 30 +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "yellow" + icon_state = "squares" }, -/area/corsat/gamma/residential/maint) +/area/corsat/gamma/hangar) "aQO" = ( /turf/open/floor/corsat, /area/corsat/emergency_access) "aQP" = ( -/obj/structure/machinery/light{ - dir = 4 - }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreen" + dir = 9; + icon_state = "yellow" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/residential/generator) "aQQ" = ( /turf/open/floor/corsat{ icon_state = "plate" @@ -15297,7 +11959,7 @@ dir = 1; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aQT" = ( /obj/structure/machinery/light{ dir = 4 @@ -15306,7 +11968,7 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aQU" = ( /obj/effect/decal/cleanable/cobweb{ dir = 4 @@ -15334,16 +11996,18 @@ }, /area/corsat/gamma/residential/researcher) "aQY" = ( -/obj/structure/sink{ - dir = 1; - pixel_y = -10 +/obj/structure/surface/table, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/computer/objective{ + dir = 4 }, -/obj/structure/machinery/light, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + dir = 8; + icon_state = "whitetan" }, -/area/corsat/gamma/residential/lavatory) +/area/corsat/gamma/residential/academy) "aQZ" = ( /obj/item/paper_bin, /obj/structure/surface/table/woodentable/fancy, @@ -15380,7 +12044,7 @@ /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aRe" = ( /obj/structure/machinery/light{ dir = 8 @@ -15441,7 +12105,7 @@ dir = 8; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aRl" = ( /obj/structure/surface/table/woodentable, /obj/structure/machinery/light{ @@ -15459,36 +12123,11 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aRn" = ( /obj/structure/window/framed/corsat, /turf/open/floor/plating, /area/corsat/gamma/kitchen) -"aRo" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "Chemistry"; - req_one_access_txt = "103" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) -"aRp" = ( -/turf/open/floor/plating, -/area/corsat/sigma/hangar/monorail/railcart) -"aRq" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "aRr" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/corsat{ @@ -15507,14 +12146,6 @@ /obj/structure/sign/safety/airlock, /turf/closed/wall/r_wall/biodome, /area/corsat/gamma/sigmaremote) -"aRu" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/arrivals) "aRv" = ( /obj/structure/window/framed/corsat, /turf/open/floor/plating, @@ -15538,15 +12169,6 @@ icon_state = "blue" }, /area/corsat/sigma/hangar) -"aRy" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "aRz" = ( /obj/structure/bed/chair/wood/normal, /turf/open/floor/corsat{ @@ -15563,12 +12185,6 @@ icon_state = "whitetan" }, /area/corsat/gamma/canteen) -"aRB" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "aRD" = ( /obj/structure/machinery/light{ dir = 1 @@ -15577,16 +12193,15 @@ dir = 1; icon_state = "darkgreen" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "aRE" = ( /obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "yellow" + icon_state = "arrow_north" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "aRF" = ( /obj/item/paper, /obj/item/tool/pen, @@ -15605,13 +12220,6 @@ icon_state = "squareswood" }, /area/corsat/gamma/residential/lounge) -"aRH" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/office) "aRJ" = ( /obj/structure/machinery/camera/autoname{ dir = 8; @@ -15622,15 +12230,6 @@ icon_state = "blue" }, /area/corsat/sigma/hangar) -"aRK" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "aRM" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2; @@ -15641,22 +12240,6 @@ icon_state = "plate" }, /area/corsat/gamma/freezer) -"aRN" = ( -/obj/structure/bed/chair/comfy, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/monorail) -"aRO" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/virology) "aRP" = ( /obj/structure/machinery/light{ dir = 1 @@ -15714,28 +12297,22 @@ icon_state = "squares" }, /area/corsat/sigma/hangar) -"aRW" = ( -/obj/structure/machinery/shower{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/virology) "aRX" = ( -/obj/structure/machinery/conveyor, /turf/open/floor/corsat{ - dir = 4; - icon_state = "brown" + icon_state = "plate" }, -/area/corsat/gamma/cargo/disposal) +/area/corsat/gamma/cargo) "aRY" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/power/apc/high{ + dir = 8; + pixel_x = -24; + start_charge = 0 + }, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 8; + icon_state = "yellow" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/residential/maint) "aRZ" = ( /obj/structure/machinery/light, /turf/open/floor/corsat{ @@ -15751,16 +12328,6 @@ icon_state = "plate" }, /area/corsat/gamma/hallwaysouth) -"aSc" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/residential) "aSd" = ( /obj/structure/surface/table/woodentable, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, @@ -15768,7 +12335,7 @@ dir = 8; icon_state = "darkgreen" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/foyer) "aSe" = ( /obj/structure/machinery/light{ dir = 8 @@ -15787,13 +12354,6 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay) -"aSg" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/rnr) "aSh" = ( /obj/structure/machinery/light, /obj/structure/closet/firecloset, @@ -15812,24 +12372,6 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay) -"aSj" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) -"aSk" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "aSl" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_10" @@ -15882,25 +12424,14 @@ icon_state = "red" }, /area/corsat/sigma/hangar/checkpoint) -"aSt" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/airlock/control) "aSu" = ( -/obj/structure/machinery/light{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "N" }, -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/corsat{ - icon_state = "plate" +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/sigmaremote/residential) "aSv" = ( /obj/structure/machinery/light{ dir = 1 @@ -15910,14 +12441,6 @@ icon_state = "yellow" }, /area/corsat/sigma/airlock/control) -"aSw" = ( -/obj/structure/surface/table/almayer, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/residential/showers) "aSx" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/door/window/brigdoor/westleft{ @@ -15935,86 +12458,28 @@ icon_state = "plate" }, /area/corsat/sigma/hangar/checkpoint) -"aSy" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "aSz" = ( /obj/effect/landmark/crap_item, /obj/structure/surface/table/woodentable, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/sigma/hangar/monorail) -"aSA" = ( -/obj/structure/machinery/light, -/obj/structure/surface/rack, -/obj/item/device/lightreplacer, -/obj/item/storage/box/lights, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/complex) +/area/corsat/sigma/hangar/arrivals) "aSB" = ( /obj/structure/surface/table/woodentable, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/sigma/hangar/monorail) -"aSC" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) -"aSD" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purple" - }, -/area/corsat/gamma/biodome/complex) -"aSE" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purple" - }, -/area/corsat/gamma/biodome/complex) +/area/corsat/sigma/hangar/arrivals) "aSF" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/surface/table/woodentable, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hallwaysouth) -"aSG" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/window/reinforced{ + dir = 4; + health = 80 }, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "retrosquareslight" }, -/area/corsat/gamma/airlock/control) +/area/corsat/gamma/security) "aSH" = ( /obj/effect/landmark/crap_item, /obj/structure/surface/table/woodentable, @@ -16028,40 +12493,6 @@ icon_state = "red" }, /area/corsat/sigma/hangar/security) -"aSL" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/surface/rack, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) -"aSM" = ( -/obj/structure/machinery/door/airlock/almayer/marine/requisitions/colony{ - name = "Reception Desk"; - req_one_access_txt = "100" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/cargo/lobby) -"aSN" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) -"aSO" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "purple" - }, -/area/corsat/gamma/biodome/complex) "aSP" = ( /obj/structure/bed/sofa/vert/grey/top, /turf/open/floor/corsat{ @@ -16090,22 +12521,13 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aST" = ( /obj/item/trash/candy, /turf/open/floor/corsat{ icon_state = "retrosquares" }, /area/corsat/sigma/hangar/arrivals) -"aSU" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/control) "aSV" = ( /obj/structure/pipes/vents/pump/siphon/on{ dir = 4; @@ -16126,58 +12548,13 @@ icon_state = "retrosquareslight" }, /area/corsat/theta/biodome/hydrowest) -"aSY" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/closet/wardrobe/toxins_white, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"aSZ" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/biodome/toxins) -"aTa" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) -"aTb" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluecorner" - }, -/area/corsat/gamma/airlock/control) -"aTc" = ( -/obj/structure/barricade/handrail{ - layer = 3 - }, -/obj/structure/surface/table/woodentable, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hallwaysouth) "aTd" = ( /obj/structure/surface/table/woodentable, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "aTe" = ( /obj/structure/machinery/light{ dir = 8 @@ -16203,7 +12580,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "aTi" = ( /turf/open/floor/corsat{ dir = 5; @@ -16211,56 +12588,22 @@ }, /area/corsat/sigma/hangar/security) "aTj" = ( -/obj/structure/surface/table/woodentable, -/obj/item/reagent_container/food/drinks/drinkingglass, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) +/turf/closed/wall/resin/membrane, +/area/corsat/omega/biodome) "aTk" = ( /obj/item/trash/burger, /turf/open/floor/corsat{ icon_state = "retrosquares" }, /area/corsat/sigma/hangar/arrivals) -"aTl" = ( -/obj/structure/machinery/light{ +"aTp" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/biodome/complex) -"aTm" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/landmark/yautja_teleport, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/toxins) -"aTn" = ( -/obj/structure/machinery/light, -/obj/structure/surface/rack, -/obj/item/reagent_container/glass/bottle/capsaicin, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"aTo" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) -"aTp" = ( -/obj/structure/machinery/light, /turf/open/floor/corsat{ - icon_state = "brown" + icon_state = "squares" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/hangar/security) "aTq" = ( /obj/structure/machinery/light, /turf/open/floor/corsat{ @@ -16291,14 +12634,6 @@ icon_state = "retrosquares" }, /area/corsat/sigma/hangar/arrivals) -"aTu" = ( -/obj/item/device/camera, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/biodome/complex) "aTv" = ( /obj/structure/pipes/vents/pump/siphon/on{ dir = 4; @@ -16306,14 +12641,6 @@ }, /turf/open/floor/corsat, /area/corsat/inaccessible) -"aTw" = ( -/obj/item/storage/fancy/cigar, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/biodome/complex) "aTx" = ( /obj/structure/machinery/light, /obj/structure/pipes/vents/pump{ @@ -16323,12 +12650,6 @@ icon_state = "plate" }, /area/corsat/sigma/airlock/control) -"aTy" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/sigma/hangar/monorail) "aTz" = ( /obj/structure/machinery/light{ dir = 4 @@ -16337,33 +12658,6 @@ icon_state = "retrosquares" }, /area/corsat/sigma/north) -"aTA" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"aTB" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/surface/rack, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"aTC" = ( -/obj/item/device/flashlight/lamp/green, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet7-3" - }, -/area/corsat/gamma/biodome/complex) "aTD" = ( /obj/structure/machinery/light, /turf/open/floor/corsat{ @@ -16389,45 +12683,20 @@ }, /area/corsat/sigma/north) "aTG" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat{ + icon_state = "squares" }, -/turf/open/floor/wood, -/area/corsat/gamma/administration) +/area/corsat/gamma/residential/maint) "aTH" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/wood, -/area/corsat/gamma/administration) -"aTJ" = ( -/obj/item/phone, -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" - }, -/area/corsat/gamma/biodome/complex) -"aTK" = ( -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "3" }, -/area/corsat/gamma/biodome/complex) -"aTL" = ( -/obj/structure/sign/safety/airlock, -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/hangar/arrivals) -"aTM" = ( -/obj/structure/machinery/faxmachine, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet11-12" +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/sigmaremote/teleporter) "aTN" = ( /obj/structure/machinery/light{ dir = 4 @@ -16437,103 +12706,11 @@ icon_state = "brown" }, /area/corsat/sigma/north) -"aTO" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/machinery/computer/med_data/laptop{ - dir = 4 - }, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/biodome/complex) "aTP" = ( /turf/open/floor/corsat{ icon_state = "marked" }, /area/corsat/omega/biodome) -"aTQ" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/machinery/smartfridge/chemistry{ - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"aTR" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/surface/rack, -/obj/item/reagent_container/ld50_syringe/choral, -/obj/item/reagent_container/ld50_syringe, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"aTS" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/machinery/space_heater, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"aTT" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" - }, -/area/corsat/gamma/administration) -"aTU" = ( -/obj/structure/machinery/door_control{ - id = "Toxins"; - name = "Toxins Lockdown"; - pixel_y = -5; - use_power = 0 - }, -/obj/structure/machinery/door_control{ - id = "Viro"; - name = "Virology Lockdown"; - pixel_y = 8; - use_power = 0 - }, -/obj/structure/machinery/door_control{ - id = "GammaLab"; - name = "Privacy Shutters"; - pixel_y = 1; - use_power = 0 - }, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet9-4" - }, -/area/corsat/gamma/biodome/complex) -"aTV" = ( -/obj/structure/machinery/computer/skills{ - dir = 4 - }, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/biodome/complex) "aTW" = ( /obj/structure/machinery/washing_machine, /obj/structure/machinery/light{ @@ -16550,6 +12727,7 @@ /obj/structure/machinery/light{ dir = 4 }, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ dir = 4; icon_state = "purplewhite" @@ -16567,37 +12745,17 @@ icon_state = "whitetan" }, /area/corsat/gamma/canteen) -"aTZ" = ( -/obj/structure/lamarr, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/biodome/complex) -"aUa" = ( -/obj/item/tool/stamp/rd, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/biodome/complex) "aUb" = ( -/obj/structure/largecrate/supply/floodlights, -/turf/open/floor/corsat{ - icon_state = "cargo" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/area/corsat/gamma/cargo) -"aUc" = ( -/obj/item/paper_bin, -/obj/item/tool/pen, -/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, /turf/open/floor/corsat{ dir = 1; - icon_state = "squareswood" + icon_state = "yellow" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/hangar) "aUd" = ( /obj/structure/machinery/light{ dir = 8 @@ -16606,31 +12764,6 @@ icon_state = "sigma" }, /area/corsat/sigma/north) -"aUe" = ( -/obj/structure/machinery/light, -/obj/structure/closet/emcloset, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar) -"aUf" = ( -/obj/structure/machinery/light, -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"aUg" = ( -/obj/structure/machinery/light, -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/cameras{ - dir = 1; - network = list("gamma") - }, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/security) "aUh" = ( /obj/structure/machinery/light{ dir = 4 @@ -16651,48 +12784,16 @@ icon_state = "brown" }, /area/corsat/sigma/cargo) -"aUk" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/toxins) -"aUl" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 8; - health = 250 - }, -/obj/item/ashtray/bronze, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/hangar/flightcontrol) -"aUm" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/donut_box, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/hangar/flightcontrol) -"aUn" = ( -/obj/structure/sign/safety/airlock, -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/hangar) -"aUo" = ( -/obj/structure/machinery/light{ - dir = 8 +"aUo" = ( +/obj/structure/machinery/light{ + dir = 8 }, /turf/open/floor/wood, /area/corsat/sigma/cafe) "aUp" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/secure_data, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "red" - }, -/area/corsat/gamma/hangar/cargo) +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/hangar/flightcontrol) "aUq" = ( /obj/structure/machinery/light{ dir = 8 @@ -16703,29 +12804,25 @@ }, /area/corsat/sigma/cargo) "aUr" = ( -/obj/item/storage/fancy/cigar, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/wood, -/area/corsat/gamma/administration) +/obj/structure/safe, +/obj/item/device/locator, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) "aUs" = ( -/obj/item/weapon/pole/fancy_cane, -/obj/item/storage/fancy/cigarettes/lucky_strikes, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/wood, -/area/corsat/gamma/administration) +/obj/structure/flora/pottedplant, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "bluegreycorner" + }, +/area/corsat/gamma/hangar/flightcontrol) "aUt" = ( /obj/structure/machinery/light, /turf/open/floor/wood, /area/corsat/sigma/cafe) -"aUv" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "browncorner" - }, -/area/corsat/gamma/foyer) "aUw" = ( /obj/structure/machinery/light{ dir = 8 @@ -16744,11 +12841,6 @@ icon_state = "whitebluefull" }, /area/corsat/sigma/lavatory) -"aUy" = ( -/obj/item/disk/botany, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/wood, -/area/corsat/gamma/administration) "aUz" = ( /obj/structure/machinery/light{ dir = 4 @@ -16758,12 +12850,6 @@ icon_state = "brown" }, /area/corsat/sigma/cargo) -"aUA" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar) "aUB" = ( /obj/structure/machinery/light{ dir = 1 @@ -16773,13 +12859,6 @@ icon_state = "white" }, /area/corsat/sigma/dorms) -"aUC" = ( -/obj/item/toy/prize/ripley{ - pixel_y = 15 - }, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/wood, -/area/corsat/gamma/administration) "aUD" = ( /obj/structure/surface/table/woodentable, /obj/item/newspaper, @@ -16804,15 +12883,6 @@ }, /turf/open/floor/wood, /area/corsat/sigma/dorms) -"aUG" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/biodome/toxins) -"aUH" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/biodome/virology) -"aUI" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/biodome/complex) "aUJ" = ( /obj/structure/machinery/light{ dir = 8 @@ -16820,15 +12890,15 @@ /turf/open/floor/wood, /area/corsat/sigma/dorms) "aUK" = ( -/obj/structure/machinery/computer/emails{ - dir = 8 +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/secure_data{ + dir = 4 }, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet10-8" +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/hangar/security) "aUL" = ( /obj/structure/surface/table/woodentable, /obj/item/newspaper, @@ -16846,7 +12916,7 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "aUN" = ( /obj/structure/pipes/vents/pump/siphon/on{ dir = 4; @@ -16884,8 +12954,8 @@ dir = 1 }, /obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/corsat, -/area/corsat/emergency_access) +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/checkpoint) "aUS" = ( /obj/structure/machinery/light{ dir = 8 @@ -16906,14 +12976,7 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) -"aUU" = ( -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet6-2" - }, -/area/corsat/gamma/administration) +/area/corsat/gamma/atmos) "aUV" = ( /obj/structure/machinery/light{ dir = 4 @@ -16957,15 +13020,11 @@ }, /area/corsat/sigma/dorms) "aUZ" = ( -/obj/structure/machinery/computer/emails{ - dir = 4 - }, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet6-2" +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + icon_state = "cargo" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/hangar/security) "aVa" = ( /obj/structure/machinery/light{ dir = 1 @@ -17032,7 +13091,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aVj" = ( /obj/structure/surface/table/woodentable, /obj/item/storage/fancy/cigar, @@ -17041,25 +13100,14 @@ }, /turf/open/floor/wood, /area/corsat/sigma/dorms) -"aVl" = ( -/obj/item/folder/blue, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet7-3" - }, -/area/corsat/gamma/administration) "aVm" = ( -/obj/item/paper, -/obj/item/tool/pen/red, -/obj/item/tool/stamp/rd, -/obj/structure/pipes/vents/pump, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" +/obj/vehicle/powerloader{ + dir = 8 }, -/area/corsat/gamma/administration) +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) "aVn" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/tool/stamp/rd, @@ -17068,14 +13116,6 @@ icon_state = "carpet15-15" }, /area/corsat/omega/offices) -"aVo" = ( -/obj/structure/shuttle/diagonal{ - dir = 6; - icon_state = "wall"; - layer = 3 - }, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/monorail/railcart) "aVp" = ( /obj/structure/machinery/light{ dir = 1 @@ -17093,13 +13133,6 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay) -"aVr" = ( -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" - }, -/area/corsat/gamma/administration) "aVs" = ( /obj/structure/machinery/light{ dir = 4 @@ -17110,13 +13143,13 @@ }, /area/corsat/omega/cargo) "aVt" = ( -/obj/item/device/flashlight/lamp, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet11-12" +/obj/structure/surface/table/almayer, +/obj/item/trash/chips, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "squares" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/cargo) "aVu" = ( /obj/structure/machinery/light{ dir = 4 @@ -17135,14 +13168,11 @@ }, /area/corsat/omega/checkpoint) "aVw" = ( -/obj/item/folder/black, -/obj/item/tool/stamp/rd, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet7-3" +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/corsat{ + icon_state = "cargo" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/cargo) "aVx" = ( /obj/structure/machinery/light{ dir = 4 @@ -17155,38 +13185,31 @@ }, /area/corsat/sigma/airlock/south/id) "aVy" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "1" }, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/sigmaremote/teleporter) "aVz" = ( -/obj/item/device/flashlight/lamp, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "2" }, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet11-12" +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/sigmaremote/teleporter) "aVA" = ( -/obj/item/folder/white, -/obj/item/tool/stamp/rd, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet7-3" +/obj/structure/surface/table/almayer, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/turf/open/floor/corsat{ + icon_state = "spiralplate" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/hangar/flightcontrol) "aVB" = ( /obj/structure/toilet{ dir = 4 @@ -17200,15 +13223,9 @@ }, /area/corsat/theta/biodome/complex) "aVC" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" - }, -/area/corsat/gamma/administration) +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/atmos) "aVD" = ( /obj/structure/machinery/light{ dir = 8 @@ -17232,12 +13249,6 @@ icon_state = "bluegrey" }, /area/corsat/omega/offices) -"aVG" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/airlock/north) "aVH" = ( /obj/structure/machinery/light{ dir = 8 @@ -17256,16 +13267,6 @@ icon_state = "blue" }, /area/corsat/theta/airlock/control) -"aVJ" = ( -/obj/item/paper, -/obj/item/tool/pen/red, -/obj/item/tool/stamp/rd, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet7-3" - }, -/area/corsat/gamma/administration) "aVK" = ( /obj/structure/machinery/light{ dir = 1 @@ -17283,13 +13284,6 @@ icon_state = "cargo" }, /area/corsat/omega/cargo) -"aVM" = ( -/obj/structure/surface/table/almayer, -/obj/item/folder/black_random, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/hangar/flightcontrol) "aVO" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 1; @@ -17300,15 +13294,6 @@ icon_state = "squares" }, /area/corsat/omega/checkpoint) -"aVP" = ( -/obj/structure/noticeboard{ - pixel_y = 32 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) "aVQ" = ( /obj/structure/machinery/light{ dir = 4 @@ -17319,13 +13304,14 @@ }, /area/corsat/sigma/southeast/dataoffice) "aVT" = ( -/obj/item/folder/yellow, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "11" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/sigmaremote/teleporter) "aVU" = ( /obj/structure/machinery/light{ dir = 8 @@ -17357,23 +13343,6 @@ icon_state = "plate" }, /area/corsat/sigma/south) -"aVX" = ( -/obj/item/storage/fancy/cigarettes/lucky_strikes, -/obj/structure/pipes/vents/pump, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" - }, -/area/corsat/gamma/administration) -"aVY" = ( -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/monorail) "aVZ" = ( /obj/structure/surface/table/reinforced, /obj/item/folder/black_random, @@ -17381,17 +13350,7 @@ dir = 8; icon_state = "red" }, -/area/corsat/gamma/airlock/south) -"aWa" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/closet/secure_closet/security, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/security) +/area/corsat/omega/hallways) "aWb" = ( /obj/structure/machinery/light{ dir = 1 @@ -17474,11 +13433,14 @@ }, /area/corsat/sigma/north) "aWm" = ( -/obj/item/paper_bin, -/obj/item/tool/pen, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/wood, -/area/corsat/gamma/administration) +/obj/structure/surface/table/reinforced, +/obj/item/tool/surgery/surgicaldrill, +/obj/item/tool/surgery/circular_saw, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) "aWn" = ( /obj/structure/machinery/light, /turf/open/floor/corsat{ @@ -17534,20 +13496,11 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/southeast) -"aWu" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/secure_data, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar/cargo) "aWv" = ( -/obj/structure/machinery/conveyor_switch, /turf/open/floor/corsat{ - icon_state = "browncorner" + icon_state = "arrow_west" }, -/area/corsat/gamma/cargo/disposal) +/area/corsat/gamma/cargo) "aWw" = ( /obj/structure/machinery/light, /turf/open/floor/corsat{ @@ -17598,17 +13551,6 @@ icon_state = "tcomms" }, /area/corsat/sigma/southeast/telecomm) -"aWD" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/surface/table/almayer, -/obj/item/folder/black_random, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) "aWF" = ( /obj/structure/machinery/light{ dir = 1 @@ -17643,25 +13585,17 @@ }, /area/corsat/sigma/southeast/datalab) "aWK" = ( -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor/wood, -/area/corsat/gamma/administration) -"aWM" = ( -/obj/item/tool/stamp/hop, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" +/obj/structure/closet/firecloset, +/turf/open/floor/corsat{ + icon_state = "purplewhite" }, -/area/corsat/gamma/administration) -"aWN" = ( -/obj/item/ashtray/bronze, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ +/area/corsat/gamma/sigmaremote) +"aWM" = ( +/turf/open/floor/corsat{ dir = 8; - icon_state = "carpet15-15" + icon_state = "yellowcorner" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/hangar) "aWO" = ( /obj/structure/machinery/light{ dir = 4 @@ -17703,17 +13637,21 @@ icon_state = "redcorner" }, /area/corsat/omega/hallways) -"aWT" = ( -/obj/structure/machinery/faxmachine{ - density = 0; - req_one_access_txt = "106" +"aWU" = ( +/obj/structure/machinery/power/reactor/colony{ + desc = "A high-tech thermoelectric generator fueled by a superheated uranium rod."; + name = "\improper G-17 Thermoelectric Generator" }, -/obj/structure/surface/table/woodentable/fancy, -/turf/open/floor{ - dir = 8; - icon_state = "carpet15-15" +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "0-8"; + layer = 2.1 }, -/area/corsat/gamma/administration) +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential/generator) "aWW" = ( /obj/structure/machinery/light{ dir = 4 @@ -17725,14 +13663,12 @@ }, /area/corsat/sigma/south/complex) "aWY" = ( -/obj/structure/surface/rack, -/obj/item/device/toner, -/obj/item/device/toner, +/obj/structure/machinery/disposal, /turf/open/floor/corsat{ - dir = 1; - icon_state = "yellow" + dir = 8; + icon_state = "red" }, -/area/corsat/gamma/residential/maint) +/area/corsat/gamma/security) "aWZ" = ( /obj/structure/machinery/light{ dir = 1 @@ -17839,16 +13775,6 @@ icon_state = "plate" }, /area/corsat/sigma/dorms) -"aXm" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/cameras{ - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar/cargo) "aXn" = ( /obj/structure/machinery/light{ dir = 8 @@ -17908,18 +13834,12 @@ use_power = 0 }, /obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/corsat{ dir = 8; icon_state = "red" }, /area/corsat/omega/security) -"aXt" = ( -/obj/structure/machinery/recycler, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "brown" - }, -/area/corsat/gamma/cargo/disposal) "aXu" = ( /obj/item/folder/black_random, /obj/item/clothing/mask/cigarette/cigar/havana, @@ -17999,27 +13919,6 @@ icon_state = "redcorner" }, /area/corsat/omega/airlocknorth) -"aXF" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/hand_labeler, -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("gamma") - }, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) -"aXG" = ( -/obj/structure/reagent_dispensers/virusfood{ - pixel_y = -30 - }, -/obj/structure/surface/rack, -/obj/item/reagent_container/glass/bottle/random, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "aXH" = ( /obj/structure/closet/wardrobe/science_white, /turf/open/floor/corsat{ @@ -18035,14 +13934,6 @@ icon_state = "plate" }, /area/corsat/sigma/hangar/id) -"aXM" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/hangar/monorail) "aXN" = ( /obj/structure/machinery/camera/autoname{ dir = 8; @@ -18064,23 +13955,6 @@ icon_state = "retrosquareslight" }, /area/corsat/omega/complex) -"aXP" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/monorail) -"aXQ" = ( -/obj/structure/machinery/light, -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/monorail) "aXR" = ( /obj/structure/machinery/light{ dir = 8 @@ -18104,9 +13978,6 @@ icon_state = "plate" }, /area/corsat/sigma/south) -"aXU" = ( -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) "aXV" = ( /obj/item/paper_bin, /obj/item/tool/pen/blue, @@ -18161,7 +14032,7 @@ /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aYb" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/atmos_alert, @@ -18169,7 +14040,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "aYc" = ( /obj/structure/machinery/light{ dir = 8 @@ -18220,15 +14091,6 @@ icon_state = "purplewhitecorner" }, /area/corsat/theta/biodome/hydrowest) -"aYh" = ( -/obj/structure/machinery/light, -/obj/structure/bed/chair/comfy{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/monorail) "aYi" = ( /obj/structure/machinery/light, /turf/open/floor/corsat{ @@ -18288,7 +14150,7 @@ dir = 5; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "aYr" = ( /obj/structure/machinery/light{ dir = 8 @@ -18307,14 +14169,6 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"aYt" = ( -/obj/structure/machinery/light, -/obj/item/clothing/mask/gas, -/obj/structure/surface/rack, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "aYu" = ( /obj/structure/machinery/light{ dir = 4 @@ -18325,15 +14179,6 @@ icon_state = "plate" }, /area/corsat/sigma/south) -"aYv" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" - }, -/area/corsat/gamma/hangar/monorail/control) "aYw" = ( /obj/structure/machinery/light, /turf/open/floor/wood, @@ -18346,23 +14191,6 @@ icon_state = "squares" }, /area/corsat/sigma/south) -"aYz" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/closet/wardrobe/virology_white, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) -"aYA" = ( -/obj/structure/surface/rack, -/obj/item/reagent_container/glass/bottle/random, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "aYB" = ( /obj/structure/machinery/light{ dir = 1 @@ -18372,13 +14200,6 @@ icon_state = "red" }, /area/corsat/omega/hangar) -"aYC" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "yellow" - }, -/area/corsat/gamma/hangar/monorail/control) "aYD" = ( /obj/structure/cargo_container/arious/leftmid, /turf/open/mars_cave{ @@ -18435,11 +14256,14 @@ }, /area/corsat/sigma/biodome/scrapyard) "aYK" = ( -/obj/effect/landmark/survivor_spawner, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + dir = 4; + icon_state = "yellow" }, -/area/corsat/gamma/medbay) +/area/corsat/gamma/residential/generator) "aYL" = ( /turf/open/floor/corsat{ dir = 4; @@ -18464,7 +14288,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aYO" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/corsat{ @@ -18581,8 +14405,8 @@ }, /area/corsat/omega/hangar) "aZe" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/rnr/library) +/turf/closed/wall/biodome, +/area/corsat/gamma/hallwaymain) "aZf" = ( /obj/structure/machinery/light{ dir = 1 @@ -18607,7 +14431,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "aZi" = ( /obj/structure/machinery/light, /turf/open/floor/corsat{ @@ -18622,7 +14446,7 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "aZk" = ( /obj/structure/surface/table/almayer, /obj/item/paper_bin, @@ -18654,7 +14478,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "aZo" = ( /obj/structure/machinery/power/apc/hyper{ dir = 1; @@ -18704,7 +14528,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "aZu" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/corsat{ @@ -18725,7 +14549,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "aZw" = ( /obj/structure/bed/chair/wood/normal, /obj/structure/machinery/light{ @@ -18757,17 +14581,6 @@ icon_state = "spiralplate" }, /area/corsat/omega/offices) -"aZA" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 8; - health = 80 - }, -/obj/item/folder/black_random, -/turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) "aZB" = ( /obj/structure/bed/chair/wood/normal{ dir = 1 @@ -18825,7 +14638,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "aZG" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -18839,7 +14652,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "aZH" = ( /obj/structure/machinery/light{ dir = 4 @@ -18863,18 +14676,6 @@ icon_state = "spiralplate" }, /area/corsat/omega/offices) -"aZK" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/structure/platform{ - density = 0; - dir = 4; - icon_state = "platform_deco" - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) "aZL" = ( /obj/structure/machinery/light{ dir = 8 @@ -18894,7 +14695,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "aZN" = ( /obj/structure/machinery/light{ dir = 1 @@ -18938,7 +14739,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "aZV" = ( /obj/structure/machinery/light{ dir = 8 @@ -18980,7 +14781,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "baa" = ( /obj/structure/machinery/light{ dir = 4 @@ -19002,7 +14803,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "bac" = ( /obj/structure/machinery/light{ dir = 1 @@ -19023,7 +14824,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bae" = ( /obj/structure/machinery/light{ dir = 8 @@ -19042,6 +14843,7 @@ /obj/item/ammo_magazine/pistol/mod88, /obj/item/storage/pouch/general/medium, /obj/item/storage/pouch/pistol, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/corsat{ dir = 1; icon_state = "red" @@ -19053,7 +14855,7 @@ /turf/open/floor/corsat{ icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bah" = ( /obj/structure/closet/secure_closet/security_empty, /obj/item/storage/belt/security/MP/full, @@ -19063,6 +14865,7 @@ /obj/item/ammo_magazine/pistol/mod88, /obj/item/storage/pouch/general/medium, /obj/item/storage/pouch/pistol, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/corsat{ dir = 5; icon_state = "red" @@ -19086,17 +14889,6 @@ icon_state = "marked" }, /area/corsat/omega/hangar/security) -"bak" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/structure/platform{ - dir = 1; - layer = 2.7 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) "bal" = ( /obj/structure/bed/chair/comfy/black{ dir = 1 @@ -19177,16 +14969,7 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) -"bat" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/donut_box, -/obj/item/tool/lighter/random, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "red" - }, -/area/corsat/gamma/airlock/control) +/area/corsat/gamma/atmos) "bau" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 1; @@ -19243,7 +15026,7 @@ dir = 8 }, /turf/open/floor/corsat, -/area/corsat/emergency_access) +/area/corsat/omega/maint) "baA" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/secure_data, @@ -19315,20 +15098,13 @@ icon_state = "plate" }, /area/corsat/omega/checkpoint) -"baI" = ( -/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical/secure/open{ - id = "delta_gamma"; - name = "Gamma Emergency Access"; - use_power = 0 - }, +"baJ" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "marked" + dir = 4; + icon_state = "blue" }, -/area/corsat/omega/checkpoint) -"baJ" = ( -/obj/structure/sign/safety/airlock, -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/hangar/checkpoint) +/area/corsat/gamma/hallwaysouth) "baK" = ( /obj/structure/bed/chair/comfy/black, /turf/open/floor/corsat{ @@ -19675,61 +15451,12 @@ icon_state = "red" }, /area/corsat/omega/checkpoint) -"bbz" = ( -/obj/structure/closet/secure_closet/engineering_electrical{ - req_access_txt = "102" - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "yellow" - }, -/area/corsat/sigma/hangar/monorail/control) -"bbA" = ( -/obj/structure/closet/secure_closet/engineering_welding{ - req_access_txt = "102" - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "yellow" - }, -/area/corsat/sigma/hangar/monorail/control) -"bbB" = ( -/obj/structure/window/framed/corsat/research, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 2; - id = "Viro"; - name = "Virology Lockdown" - }, -/turf/open/floor/plating, -/area/corsat/gamma/biodome/virology) -"bbC" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "Research Complex Gamma"; - req_access_txt = "103" - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) "bbD" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/omega/checkpoint) -"bbE" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "Maintainence"; - req_one_access = null - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/complex) "bbF" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/door_control{ @@ -19743,35 +15470,6 @@ icon_state = "red" }, /area/corsat/omega/checkpoint) -"bbG" = ( -/obj/structure/machinery/door/window/brigdoor/eastleft{ - dir = 2; - name = "Research Desk" - }, -/obj/structure/surface/table/reinforced, -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/biodome/complex) -"bbH" = ( -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) -"bbI" = ( -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/biodome/complex) -"bbJ" = ( -/obj/structure/window/framed/corsat/research, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 2; - id = "GammaLab"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/corsat/gamma/biodome/complex) "bbK" = ( /obj/structure/machinery/light{ dir = 8 @@ -19784,24 +15482,6 @@ icon_state = "retrosquareslight" }, /area/corsat/omega/security) -"bbL" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "Research Complex Gamma" - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/biodome/complex) -"bbM" = ( -/obj/structure/window/framed/corsat/research, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 2; - id = "Toxins"; - name = "Toxins Lockdown" - }, -/turf/open/floor/plating, -/area/corsat/gamma/biodome/toxins) "bbN" = ( /obj/structure/closet/secure_closet/engineering_electrical{ req_access_txt = "102" @@ -19810,7 +15490,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bbO" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ @@ -19825,54 +15505,15 @@ icon_state = "red" }, /area/corsat/omega/checkpoint) -"bbQ" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 2; - id = "GammaLab"; - name = "Privacy Shutters" - }, -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "Director's Room"; - req_access_txt = "103" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/wood, -/area/corsat/gamma/biodome/complex) -"bbR" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 2; - id = "Toxins"; - name = "Toxins Lockdown" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "bbS" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2; - name = "Maintainance"; - req_one_access = null - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/hangar/monorail/control) -"bbT" = ( -/obj/structure/machinery/door_control{ - id = "Toxins"; - name = "Lab Lockdown"; - pixel_y = 24; - use_power = 0 +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "8" }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhitecorner" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/sigmaremote/teleporter/residential) "bbU" = ( /obj/structure/closet/secure_closet/engineering_welding{ req_access_txt = "102" @@ -19881,7 +15522,7 @@ dir = 1; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bbV" = ( /turf/open/floor/corsat{ icon_state = "squares" @@ -19890,21 +15531,15 @@ "bbW" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/spray/cleaner, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ dir = 1; icon_state = "purplewhite" }, /area/corsat/omega/containment) "bbX" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2; - name = "Maintainance"; - req_one_access = null - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/toxins) +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/space) "bbZ" = ( /obj/structure/machinery/light{ dir = 1 @@ -19937,21 +15572,6 @@ icon_state = "plate" }, /area/corsat/theta/biodome/hydrowest) -"bcc" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 2; - id = "Toxins"; - name = "Toxins Lockdown" - }, -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor{ - name = "Toxins Lab"; - req_one_access_txt = "103" - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "bcd" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ name = "Maintainence"; @@ -19972,43 +15592,6 @@ icon_state = "retrosquareslight" }, /area/corsat/theta/biodome/complex) -"bcf" = ( -/obj/structure/window/framed/corsat/research, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "Viro"; - name = "Virology Lockdown" - }, -/turf/open/floor/plating, -/area/corsat/gamma/biodome/virology) -"bcg" = ( -/obj/structure/window/framed/corsat/research, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 4; - id = "Toxins"; - name = "Toxins Lockdown" - }, -/turf/open/floor/plating, -/area/corsat/gamma/biodome/toxins) -"bci" = ( -/obj/structure/window/framed/corsat, -/obj/structure/machinery/door/poddoor/almayer/open{ - dir = 4; - id = "GammaControl"; - name = "Observation Shutters"; - use_power = 0 - }, -/turf/open/floor/plating, -/area/corsat/gamma/airlock/control) -"bcj" = ( -/obj/structure/window/framed/corsat, -/obj/structure/machinery/door/poddoor/almayer/open{ - id = "GammaControl"; - name = "Observation Shutters"; - use_power = 0 - }, -/turf/open/floor/plating, -/area/corsat/gamma/airlock/control) "bck" = ( /obj/structure/window/framed/corsat/research, /obj/structure/machinery/door/poddoor/almayer/open{ @@ -20085,18 +15668,6 @@ }, /turf/open/floor/plating, /area/corsat/theta/airlock/control) -"bcs" = ( -/obj/structure/machinery/door_control{ - id = "GammaSecC"; - name = "Security Shutters"; - pixel_x = -24; - use_power = 0 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "redcorner" - }, -/area/corsat/gamma/security) "bct" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -20154,38 +15725,6 @@ icon_state = "plate" }, /area/corsat/sigma/hangar/id) -"bcz" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 2; - name = "Gamma Dome Control"; - req_access_txt = "101" - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) -"bcA" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ - dir = 2; - name = "Gamma Dome Control" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) -"bcB" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 2; - name = "Gamma Dome Control"; - req_one_access_txt = "102" - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) "bcC" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/door/window/brigdoor/westleft{ @@ -20248,17 +15787,20 @@ /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) "bcO" = ( -/obj/structure/sign/safety/airlock{ - pixel_x = 32 +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 4 }, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "bluegrey" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "bcP" = ( -/obj/structure/sign/safety/storage, -/turf/closed/wall/biodome, -/area/corsat/gamma/cargo) +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/hangar/flightcontrol) "bcQ" = ( /obj/item/reagent_container/food/snacks/grown/potato, /obj/item/reagent_container/food/snacks/grown/potato, @@ -20294,10 +15836,6 @@ /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/corsat/theta/biodome) -"bcW" = ( -/obj/structure/fence, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) "bcX" = ( /obj/structure/machinery/colony_floodlight{ dir = 4 @@ -20724,16 +16262,6 @@ icon_state = "mars_cave_7" }, /area/corsat/sigma/biodome/gunrange) -"beO" = ( -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) -"beP" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 6; - icon_state = "full_corners" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) "beQ" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, @@ -20768,281 +16296,49 @@ }, /area/corsat/sigma/biodome/gunrange) "beX" = ( -/turf/open/auto_turf/snow/layer1, -/area/corsat/gamma/biodome) +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/hallwaymain) "beY" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/corsat/theta/biodome) -"beZ" = ( -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfa" = ( -/turf/closed/ice/end, -/area/corsat/gamma/biodome) -"bfb" = ( -/turf/closed/ice/end{ - dir = 8 - }, -/area/corsat/gamma/biodome) -"bfc" = ( -/turf/open/ice, -/area/corsat/gamma/biodome) -"bfd" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 8; - icon_state = "single_ends" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfe" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 4; - icon_state = "single_ends" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bff" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 9; - icon_state = "full_corners" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfg" = ( -/obj/structure/ice/thin/single, -/turf/open/ice, -/area/corsat/gamma/biodome) -"bfh" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 10; - icon_state = "full_corners" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfi" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 5; - icon_state = "full_corners" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfj" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 6; - icon_state = "single_ends" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfk" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 1; - icon_state = "single_ends" - }, -/turf/open/ice, -/area/corsat/gamma/biodome) -"bfl" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - icon_state = "north_wall" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfm" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 1; - icon_state = "south_wall" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) "bfn" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - icon_state = "single" - }, -/turf/open/ice, -/area/corsat/gamma/biodome) -"bfo" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 1 +/obj/structure/largecrate/hunter_games_ammo/mediocre, +/turf/open/floor/corsat{ + icon_state = "plate" }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) +/area/corsat/sigma/cargo) "bfp" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 1; - icon_state = "full_corners" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfq" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 4 - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfr" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 6; - icon_state = "east_wall" +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 32 }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfs" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ +/obj/structure/closet/secure_closet/security, +/turf/open/floor/corsat{ dir = 1; - icon_state = "full_corners" - }, -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 8 - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bft" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 6 - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfu" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 6; - icon_state = "single" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfv" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - icon_state = "west_wall" + icon_state = "red" }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) +/area/corsat/gamma/security) "bfw" = ( /obj/structure/fence, /turf/open/mars_cave{ icon_state = "mars_cave_15" }, /area/corsat/sigma/biodome/gunrange) -"bfx" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - icon_state = "east_wall" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfy" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 6; - icon_state = "south_wall" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfz" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 8 - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfA" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 4 - }, -/obj/structure/ice/ice_rock/cornerOverlay, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfB" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 1; - icon_state = "single_part" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfC" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 8; - icon_state = "single_part" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) "bfD" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 10; - icon_state = "single_part" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfE" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 4; - icon_state = "single_tshape" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfF" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 6; - icon_state = "single_part" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfG" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 9; - icon_state = "single_part" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfH" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 4 - }, -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 8 - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfI" = ( -/obj/structure/ice/ice_rock/cornerOverlay, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfJ" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 8 - }, -/obj/structure/ice/ice_rock/cornerOverlay{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfK" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 1; - icon_state = "west_wall" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfL" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 5; - icon_state = "single_part" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfM" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 1; - icon_state = "full_corners" - }, -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 1 - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) -"bfN" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ +/turf/open/floor/corsat{ dir = 1; - icon_state = "full_corners" + icon_state = "yellowcorner" }, -/obj/structure/ice/ice_rock/cornerOverlay, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) +/area/corsat/gamma/hangar) "bfO" = ( /turf/open/mars_cave{ icon_state = "mars_cave_14" @@ -21056,108 +16352,23 @@ icon_state = "squares" }, /area/corsat/omega/checkpoint) -"bfQ" = ( -/turf/closed/ice, -/area/corsat/gamma/biodome) -"bfR" = ( -/turf/closed/ice/end{ - dir = 4 - }, -/area/corsat/gamma/biodome) "bfS" = ( -/turf/closed/ice/end{ - dir = 1 - }, -/area/corsat/gamma/biodome) -"bfT" = ( -/turf/closed/ice/corner, -/area/corsat/gamma/biodome) -"bfU" = ( -/turf/closed/ice/corner{ - dir = 1 - }, -/area/corsat/gamma/biodome) -"bfV" = ( -/turf/closed/ice/straight{ - dir = 4 - }, -/area/corsat/gamma/biodome) -"bfW" = ( -/turf/closed/ice/straight, -/area/corsat/gamma/biodome) -"bfX" = ( -/turf/closed/ice/corner{ - dir = 4 - }, -/area/corsat/gamma/biodome) -"bfY" = ( -/turf/closed/ice/corner{ - dir = 8 - }, -/area/corsat/gamma/biodome) -"bfZ" = ( -/obj/structure/ice/thin/end{ - dir = 1 - }, -/turf/open/ice, -/area/corsat/gamma/biodome) -"bga" = ( -/obj/structure/ice/thin/corner, -/turf/open/ice, -/area/corsat/gamma/biodome) -"bgb" = ( -/obj/structure/ice/thin/corner{ - dir = 1 +/obj/structure/machinery/vending/security, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" }, -/turf/open/ice, -/area/corsat/gamma/biodome) -"bgc" = ( -/obj/structure/ice/thin/end{ - dir = 4 - }, -/turf/open/ice, -/area/corsat/gamma/biodome) -"bgd" = ( -/obj/structure/ice/thin/straight, -/turf/open/ice, -/area/corsat/gamma/biodome) -"bge" = ( -/obj/structure/ice/thin/end, -/turf/open/ice, -/area/corsat/gamma/biodome) +/area/corsat/gamma/security) "bgf" = ( -/obj/structure/ice/thin/end{ - dir = 8 - }, -/turf/open/ice, -/area/corsat/gamma/biodome) -"bgg" = ( -/obj/structure/ice/thin/straight{ - dir = 4 - }, -/turf/open/ice, -/area/corsat/gamma/biodome) -"bgh" = ( -/obj/structure/ice/thin/corner{ - dir = 4 - }, -/turf/open/ice, -/area/corsat/gamma/biodome) -"bgi" = ( -/obj/structure/ice/thin/corner{ - dir = 8 - }, -/turf/open/ice, -/area/corsat/gamma/biodome) +/obj/effect/decal/cleanable/blood, +/turf/open/floor/wood, +/area/corsat/gamma/residential/lounge) "bgj" = ( /turf/open/floor{ dir = 9; icon_state = "asteroidwarning" }, /area/corsat/sigma/biodome/gunrange) -"bgk" = ( -/turf/closed/ice_rock/singleEnd, -/area/corsat/gamma/biodome) "bgl" = ( /turf/open/floor{ dir = 1; @@ -21201,12 +16412,6 @@ icon_state = "asteroidplating" }, /area/corsat/sigma/biodome/gunrange) -"bgt" = ( -/obj/structure/largecrate/random, -/turf/open/floor/corsat{ - icon_state = "cargo" - }, -/area/corsat/gamma/cargo) "bgu" = ( /turf/open/mars{ icon_state = "mars_dirt_3" @@ -21234,7 +16439,7 @@ dir = 8 }, /turf/open/floor/corsat, -/area/corsat/emergency_access) +/area/corsat/omega/maint) "bgy" = ( /obj/structure/surface/table/almayer, /obj/item/explosive/grenade/high_explosive, @@ -21435,15 +16640,6 @@ icon_state = "platingdmg3" }, /area/corsat/sigma/biodome/testgrounds) -"bhi" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "white" - }, -/area/corsat/gamma/residential) "bhj" = ( /obj/structure/surface/rack, /obj/structure/machinery/door/window/westright{ @@ -21457,12 +16653,6 @@ icon_state = "asteroidplating" }, /area/corsat/sigma/biodome/gunrange) -"bhk" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/omega/hallways) "bhl" = ( /obj/structure/foamed_metal, /turf/open/floor/plating, @@ -21526,52 +16716,18 @@ icon_state = "mars_cave_14" }, /area/corsat/sigma/biodome) -"bhx" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 4 - }, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) "bhy" = ( /obj/structure/machinery/botany/editor, /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/gamma/hydroponics) -"bhz" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/rnr) -"bhA" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/security/cells) "bhB" = ( /obj/structure/machinery/seed_extractor, /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/gamma/hydroponics) -"bhC" = ( -/obj/structure/machinery/computer/shuttle_control/monorail{ - dir = 8 - }, -/obj/structure/surface/table/reinforced, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar/monorail/control) "bhD" = ( /obj/structure/sink{ dir = 8; @@ -21586,13 +16742,13 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "bhF" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/foyer) "bhI" = ( /obj/structure/machinery/vending/hydronutrients, /turf/open/floor/corsat{ @@ -21600,40 +16756,28 @@ }, /area/corsat/gamma/hydroponics) "bhJ" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "red" - }, -/area/corsat/gamma/security/cells) -"bhK" = ( -/obj/structure/machinery/photocopier, +/obj/structure/surface/table/reinforced, +/obj/item/device/taperecorder, /turf/open/floor/corsat{ - dir = 1; - icon_state = "brown" + icon_state = "retrosquareslight" }, -/area/corsat/gamma/cargo/lobby) +/area/corsat/gamma/security) "bhL" = ( /obj/structure/machinery/light{ dir = 8 }, -/obj/structure/machinery/computer/general_air_control/large_tank_control{ - name = "Mixed Air Control" - }, /turf/open/floor/corsat{ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bhM" = ( /obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, /turf/open/floor/corsat{ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bhN" = ( /obj/structure/machinery/cm_vending/sorted/tech/comp_storage{ req_access_txt = "102" @@ -21642,30 +16786,14 @@ dir = 5; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bhO" = ( /obj/structure/machinery/power/port_gen/pacman/super, /turf/open/floor/corsat{ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"bhP" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/omega/hallways) -"bhQ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/omega/hallways) +/area/corsat/sigma/north/engineering) "bhR" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ name = "Atmospherics"; @@ -21674,14 +16802,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/atmos) -"bhS" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" - }, -/area/corsat/omega/hallways) +/area/corsat/gamma/atmos) "bhT" = ( /obj/structure/machinery/power/monitor{ name = "Core Power Monitoring" @@ -21690,13 +16811,13 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bhU" = ( /obj/structure/machinery/portable_atmospherics/canister/air, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bhV" = ( /obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ req_access_txt = "102" @@ -21705,7 +16826,7 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bhW" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/door/window/northright{ @@ -21734,29 +16855,19 @@ /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bia" = ( /obj/structure/closet/toolcloset, /turf/open/floor/corsat{ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bib" = ( /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/omega/complex) -"bic" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/emails{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "brown" - }, -/area/corsat/gamma/cargo/lobby) "bid" = ( /obj/structure/pipes/standard/simple/visible{ dir = 4 @@ -21765,21 +16876,21 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bie" = ( /obj/structure/closet/toolcloset, /turf/open/floor/corsat{ dir = 1; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bif" = ( /obj/structure/machinery/portable_atmospherics/canister/air, /turf/open/floor/corsat{ dir = 9; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "big" = ( /obj/structure/machinery/light{ dir = 4 @@ -21791,7 +16902,7 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bih" = ( /obj/structure/closet/secure_closet/engineering_personal{ req_access_txt = "102" @@ -21800,26 +16911,20 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bii" = ( /obj/structure/closet/wardrobe/atmospherics_yellow, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) -"bij" = ( -/obj/structure/machinery/floodlight{ - name = "Floodlight" - }, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) +/area/corsat/sigma/north/engineering) "bik" = ( /obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, /turf/open/floor/corsat{ dir = 5; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bil" = ( /obj/structure/pipes/binary/pump/high_power/on{ dir = 8 @@ -21828,47 +16933,39 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bim" = ( /obj/structure/machinery/portable_atmospherics/canister/empty, /turf/open/floor/corsat{ dir = 6; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bin" = ( -/obj/structure/machinery/light{ - dir = 8 - }, /obj/structure/machinery/computer/general_air_control/large_tank_control{ - name = "Nitrogen Control Console" + dir = 4; + name = "Nitrogen Control Console"; + pixel_x = -12 }, /turf/open/floor/corsat{ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bio" = ( /obj/structure/dispenser/phoron, /turf/open/floor/corsat{ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bip" = ( /obj/structure/dispenser/oxygen, /turf/open/floor/corsat{ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) -"biq" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/atmos) "bir" = ( /obj/structure/bed/stool, /turf/open/floor/corsat{ @@ -21896,12 +16993,6 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay) -"biw" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "purple" - }, -/area/corsat/omega/hallways) "bix" = ( /obj/structure/machinery/iv_drip, /turf/open/floor/corsat{ @@ -21910,13 +17001,11 @@ }, /area/corsat/gamma/medbay) "biy" = ( -/obj/structure/surface/table/woodentable, -/obj/item/toy/dice, /turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" + dir = 5; + icon_state = "red" }, -/area/corsat/gamma/rnr/arcade) +/area/corsat/gamma/security) "biz" = ( /obj/structure/pipes/vents/pump{ dir = 8; @@ -21953,7 +17042,7 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "biE" = ( /obj/structure/machinery/medical_pod/bodyscanner, /turf/open/floor/corsat{ @@ -21968,13 +17057,6 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay) -"biG" = ( -/obj/structure/machinery/space_heater, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "biH" = ( /obj/structure/machinery/optable, /turf/open/floor/corsat{ @@ -22018,52 +17100,12 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay/chemistry) -"biO" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/biodome/complex) -"biP" = ( -/obj/structure/machinery/cm_vending/sorted/tech/science, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"biQ" = ( -/obj/structure/machinery/smartfridge/chemistry{ - req_access_txt = "100"; - req_one_access = null - }, -/obj/structure/machinery/camera/autoname{ - dir = 4; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "biR" = ( -/obj/structure/surface/table/woodentable, -/obj/structure/machinery/chem_dispenser/soda/beer{ - dir = 8; - pixel_x = 15 - }, -/obj/item/reagent_container/food/drinks/drinkingglass, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/bar) -"biS" = ( -/obj/effect/alien/weeds/node, +/obj/effect/landmark/hunter_primary, /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/omega/airlocknorth) +/area/corsat/sigma/hangar/arrivals) "biT" = ( /obj/structure/machinery/constructable_frame, /turf/open/mars_cave{ @@ -22077,24 +17119,11 @@ }, /area/corsat/sigma/biodome/scrapyard) "biV" = ( -/obj/structure/surface/table/woodentable, -/obj/structure/machinery/chem_dispenser/soda{ - dir = 8; - pixel_x = 15 - }, -/obj/item/reagent_container/food/drinks/shaker, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/bar) -"biW" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" }, -/area/corsat/omega/hallways) +/area/corsat/sigma/biodome) "biX" = ( /obj/structure/machinery/light{ dir = 8 @@ -22105,16 +17134,7 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"biY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/omega/hallways) +/area/corsat/sigma/north/engineering) "biZ" = ( /obj/structure/reagent_dispensers/watertank, /obj/structure/machinery/power/apc/high{ @@ -22193,22 +17213,12 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"bjj" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) "bjk" = ( /obj/structure/machinery/light, /turf/open/floor/corsat{ icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bjl" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/door_control{ @@ -22293,13 +17303,6 @@ icon_state = "plate" }, /area/corsat/sigma/south/engineering) -"bjx" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/omega/hallways) "bjy" = ( /obj/structure/sink{ dir = 4; @@ -22346,42 +17349,23 @@ /area/corsat/gamma/freezer) "bjB" = ( /obj/structure/surface/table/almayer, -/obj/item/folder/black_random, +/obj/item/ashtray/plastic, /obj/structure/machinery/camera/autoname{ + dir = 1; network = list("gamma") }, +/obj/item/pamphlet/skill/powerloader, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegreycorner" + icon_state = "brown" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/cargo) "bjC" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/clipboard, -/obj/item/paper, -/obj/item/tool/pen/red, /turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/administration) -"bjD" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 8 - }, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) -"bjE" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "squares" + dir = 4; + icon_state = "bluegrey" }, -/area/corsat/omega/control) +/area/corsat/gamma/hangar/flightcontrol) "bjG" = ( /obj/structure/closet/crate/medical, /obj/structure/machinery/camera/autoname{ @@ -22407,13 +17391,7 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) -"bjJ" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/omega/hallways) +/area/corsat/gamma/atmos) "bjK" = ( /obj/structure/closet/crate/trashcart, /turf/open/floor/corsat{ @@ -22493,19 +17471,6 @@ icon_state = "squareswood" }, /area/corsat/gamma/rnr/library) -"bjV" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - name = "CORSAT Library"; - req_one_access = null - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/library) "bjW" = ( /obj/structure/machinery/door/poddoor/almayer{ id = "SigmaCargo"; @@ -22594,22 +17559,12 @@ pixel_y = 24; use_power = 0 }, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ dir = 5; icon_state = "purplewhite" }, /area/corsat/gamma/sigmaremote) -"bki" = ( -/obj/structure/machinery/door/poddoor/almayer{ - dir = 4; - id = "RemoteGate"; - name = "Gate Shutters"; - use_power = 0 - }, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/sigmaremote) "bko" = ( /obj/structure/machinery/door/airlock/almayer/research/glass/colony{ dir = 1; @@ -22641,80 +17596,17 @@ icon_state = "purplewhite" }, /area/corsat/omega/complex) -"bkr" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "Implantation Chamber"; - req_one_access_txt = "103" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/sigmaremote) -"bks" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/station_alert{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "red" - }, -/area/corsat/gamma/hangar/monorail/control) -"bku" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ - name = "Hangar Office" - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/office) -"bkv" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ - name = "Flight Control" +"bkB" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8; + health = 250 }, -/obj/structure/pipes/standard/simple/hidden/green, +/obj/item/storage/fancy/cigarettes/lucky_strikes, /turf/open/floor/corsat{ icon_state = "officesquares" }, /area/corsat/gamma/hangar/flightcontrol) -"bkx" = ( -/obj/structure/machinery/door/poddoor/almayer/open{ - id = "GammaHangarH"; - name = "Hangar Lockdown"; - use_power = 0 - }, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/hangar/cargo) -"bky" = ( -/obj/structure/window/framed/corsat/hull, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/monorail) -"bkA" = ( -/obj/structure/machinery/door/poddoor/almayer/open{ - id = "GammaHCargoN"; - name = "Gamma Cargo Checkpoint"; - use_power = 0 - }, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/hangar/cargo) -"bkB" = ( -/obj/structure/machinery/door/poddoor/almayer/open{ - dir = 4; - id = "GammaHCargoW"; - name = "Gamma Cargo Checkpoint"; - use_power = 0 - }, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/hangar/cargo) "bkC" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/door_control{ @@ -22788,36 +17680,16 @@ }, /area/corsat/sigma/south/security) "bkL" = ( -/obj/structure/bed/chair/comfy/black, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/administration) -"bkM" = ( -/obj/structure/window/framed/corsat/security, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 2; - id = "GammaHOS"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/corsat/gamma/security) -"bkN" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "Head of Security Office"; - req_access_txt = "101" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 2; - id = "GammaHOS"; - name = "Privacy Shutters" +/obj/structure/cryofeed/right{ + color = "silver"; + desc = "A bewildering tangle of machinery and pipes."; + name = "coolant feed" }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" +/obj/structure/platform{ + dir = 8 }, -/area/corsat/gamma/security) +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) "bkO" = ( /obj/structure/machinery/door/poddoor/two_tile/four_tile/open{ id = "OmegaO"; @@ -22827,10 +17699,6 @@ icon_state = "marked" }, /area/corsat/omega/biodome) -"bkP" = ( -/obj/structure/window/framed/corsat/cell/security, -/turf/open/floor/plating, -/area/corsat/gamma/security/cells) "bkR" = ( /obj/structure/surface/table/almayer, /obj/item/form_printer, @@ -22862,6 +17730,7 @@ opened = 1 }, /obj/item/organ/lungs, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ icon_state = "plate" }, @@ -22891,7 +17760,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bkX" = ( /obj/structure/surface/table/almayer, /obj/item/paper, @@ -22902,7 +17771,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bkY" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ name = "Chief Engineer's Office"; @@ -22914,7 +17783,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bkZ" = ( /obj/structure/machinery/door/poddoor/almayer/open{ dir = 4; @@ -22933,7 +17802,7 @@ /turf/open/floor/corsat{ icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "blc" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/toolbox, @@ -22941,7 +17810,7 @@ /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bld" = ( /obj/structure/target/syndicate, /obj/structure/target/syndicate, @@ -22980,7 +17849,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "blk" = ( /obj/structure/largecrate/random, /turf/open/floor/corsat{ @@ -22997,7 +17866,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "blm" = ( /obj/structure/closet/wardrobe/chemistry_white, /turf/open/floor/corsat{ @@ -23005,236 +17874,10 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay/chemistry) -"bln" = ( -/obj/structure/machinery/door/airlock/dropship_hatch/monorail{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/monorail) -"blo" = ( -/turf/open/floor/corsat{ - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/monorail) -"blp" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "redcorner" - }, -/area/corsat/gamma/hangar/monorail) -"blr" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/monorail) -"bls" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/hangar/monorail) -"blt" = ( -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/monorail) -"bly" = ( -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/monorail) -"blz" = ( -/obj/structure/machinery/light, -/obj/structure/closet/emcloset, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/hangar/monorail) -"blA" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/security) -"blB" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/hangar/arrivals) -"blC" = ( -/obj/structure/surface/rack, -/obj/item/device/flashlight, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar) -"blD" = ( -/obj/structure/machinery/door/poddoor/almayer/open{ - dir = 4; - id = "GammaHangarH"; - name = "Hangar Lockdown"; - use_power = 0 - }, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/hangar) -"blF" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) -"blG" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar) -"blH" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/surface/rack, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar) -"blI" = ( -/obj/structure/machinery/camera/autoname{ - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar) -"blJ" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/hangar) -"blK" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/hangar/arrivals) "blL" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "Security Office"; - req_access_txt = "101" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/cargo) -"blM" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/hangar/office) -"blN" = ( -/obj/structure/foamed_metal, -/turf/open/floor/corsat, -/area/corsat/gamma/hangar/cargo) -"blO" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/hangar/cargo) -"blP" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "blue" - }, -/area/corsat/gamma/hangar/arrivals) -"blQ" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/office) -"blS" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "yellow" - }, -/area/corsat/sigma/hangar/monorail/control) -"blT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/flightcontrol) -"blU" = ( -/obj/structure/monorail, -/turf/open/space, -/area/space) -"blW" = ( -/obj/structure/monorail{ - dir = 5 - }, -/turf/open/space, -/area/space) -"blX" = ( -/obj/structure/monorail{ - dir = 10 - }, -/turf/open/space, -/area/space) -"blY" = ( -/obj/structure/monorail{ - dir = 8 - }, -/turf/open/space, -/area/space) -"blZ" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "yellow" - }, -/area/corsat/gamma/hangar/monorail/control) -"bma" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "yellow" - }, -/area/corsat/sigma/hangar/monorail/control) -"bmb" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/sigma/hangar/monorail/control) +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/inaccessible) "bmc" = ( /turf/open/floor/corsat{ dir = 8; @@ -23260,11 +17903,6 @@ icon_state = "darkgreen" }, /area/corsat/sigma/hangar) -"bmh" = ( -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/hangar/monorail/control) "bmi" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1; @@ -23279,59 +17917,19 @@ icon_state = "retrosquareslight" }, /area/corsat/omega/complex) -"bmj" = ( -/obj/structure/window/framed/corsat/hull, -/turf/open/floor/plating, -/area/corsat/sigma/hangar/monorail) -"bmk" = ( -/obj/structure/machinery/door/airlock/dropship_hatch/monorail{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/hangar/monorail) -"bml" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/obj/structure/bed/sofa/vert/grey/top, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/monorail) -"bmm" = ( -/obj/structure/window/framed/corsat/security, -/turf/open/floor/plating, -/area/corsat/sigma/hangar/monorail/control) -"bmn" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreencorner" - }, -/area/corsat/sigma/hangar/monorail) "bmo" = ( /turf/open/floor/corsat{ dir = 9; icon_state = "darkgreen" }, -/area/corsat/sigma/hangar/monorail) -"bmp" = ( -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) "bmq" = ( +/obj/effect/landmark/corpsespawner/wysec, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 1; - icon_state = "redcorner" - }, -/area/corsat/sigma/hangar/monorail) -"bmr" = ( -/turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "squares" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/gamma/security) "bms" = ( /obj/structure/machinery/door/poddoor/almayer/open{ id = "SigmaHangarH"; @@ -23341,29 +17939,7 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/corsat/sigma/hangar/monorail) -"bmu" = ( -/obj/structure/surface/table/reinforced, -/obj/item/storage/fancy/cigarettes/lucky_strikes, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar/monorail/control) -"bmv" = ( -/obj/structure/monorail, -/obj/structure/lattice, -/turf/open/space, -/area/space) -"bmw" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/hangar/monorail/control) +/area/corsat/sigma/hangar/arrivals) "bmx" = ( /obj/structure/machinery/light{ dir = 1 @@ -23372,108 +17948,16 @@ dir = 1; icon_state = "darkgreencorner" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) "bmz" = ( /obj/structure/machinery/light{ dir = 1 }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" - }, -/area/corsat/sigma/hangar/monorail) -"bmA" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreencorner" - }, -/area/corsat/sigma/hangar/monorail) -"bmB" = ( -/obj/structure/monorail{ - dir = 8 - }, -/obj/structure/lattice, -/turf/open/space, -/area/space) -"bmC" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/corsat/sigma/hangar/monorail) -"bmD" = ( -/obj/structure/window/framed/corsat/hull/security, -/turf/open/floor/plating, -/area/corsat/sigma/hangar/monorail/control) -"bmF" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/sigma/hangar/monorail) -"bmG" = ( -/turf/closed/wall/r_wall/biodome, -/area/corsat/sigma/hangar/monorail/control) -"bmH" = ( -/obj/structure/machinery/door/airlock/almayer/command/colony{ - name = "Flight Control" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bmI" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) -"bmJ" = ( -/obj/structure/machinery/door/airlock/almayer/command/colony{ - name = "Hangar Office" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/office) -"bmL" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bmM" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/office) -"bmN" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) -"bmO" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" + dir = 1; + icon_state = "darkgreen" }, -/area/corsat/gamma/hangar/arrivals) -"bmS" = ( -/obj/structure/window/framed/corsat, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/arrivals) +/area/corsat/sigma/hangar/arrivals) "bmV" = ( /obj/structure/machinery/door/poddoor/almayer/open{ dir = 4; @@ -23493,60 +17977,15 @@ icon_state = "retrosquareslight" }, /area/corsat/omega/complex) -"bmW" = ( -/obj/structure/machinery/door/poddoor/two_tile/four_tile{ - id = "GammaCheckpointS"; - name = "Gamma Checkpoint"; - unacidable = 1 - }, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/hangar/checkpoint) -"bmX" = ( -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/hangar/checkpoint) -"bmY" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/hangar/checkpoint) -"bmZ" = ( -/obj/structure/window/framed/corsat/hull/security, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/cargo) "bna" = ( /obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) -"bnb" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "redcorner" - }, -/area/corsat/gamma/hangar/arrivals) -"bnd" = ( -/obj/structure/fence, -/turf/open/floor/corsat{ - icon_state = "retrosquares" + dir = 1 }, -/area/corsat/gamma/hangar/arrivals) -"bne" = ( /turf/open/floor/corsat{ - dir = 8; + dir = 1; icon_state = "red" }, -/area/corsat/gamma/hangar/monorail/control) +/area/corsat/gamma/security/cells) "bnf" = ( /obj/structure/sign/safety/fridge, /turf/closed/wall/biodome, @@ -23583,32 +18022,12 @@ "bnl" = ( /obj/structure/sign/safety/high_voltage, /turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/engineering/core) -"bnm" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "browncorner" - }, -/area/corsat/gamma/cargo) +/area/corsat/sigma/north/engineering/core) "bnn" = ( /turf/open/floor/corsat{ icon_state = "darkgreen" }, -/area/corsat/gamma/hallwaysouth) -"bno" = ( -/obj/structure/sign/safety/airlock{ - pixel_y = 32 - }, -/obj/effect/landmark/nightmare{ - insert_tag = "lockdown-gamma-north" - }, -/turf/open/auto_turf/snow/layer1, -/area/corsat/gamma/biodome) +/area/corsat/gamma/foyer) "bnp" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/corsat{ @@ -23635,11 +18054,7 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"bnw" = ( -/obj/structure/sign/safety/airlock, -/turf/closed/wall/r_wall/biodome, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/north/engineering) "bnx" = ( /obj/structure/surface/table, /turf/open/floor/corsat{ @@ -23652,15 +18067,6 @@ icon_state = "whitetan" }, /area/corsat/gamma/canteen) -"bnz" = ( -/obj/structure/sign/safety/biohazard, -/obj/structure/surface/table/almayer, -/obj/structure/machinery/reagentgrinder, -/obj/item/stack/sheet/mineral/phoron/small_stack, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "bnA" = ( /obj/structure/surface/rack{ name = "Acid Resistant Rack"; @@ -23672,57 +18078,32 @@ icon_state = "purplewhitecorner" }, /area/corsat/omega/complex) -"bnB" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "bnC" = ( -/obj/structure/sign/safety/biohazard, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) -"bnD" = ( -/obj/structure/machinery/space_heater, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) -"bnE" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/computer/emails, /obj/structure/machinery/light{ - dir = 8 + dir = 1 }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"bnE" = ( /obj/structure/pipes/standard/simple/visible, /obj/structure/machinery/computer/general_air_control/large_tank_control{ - name = "Oxygen Supply Console" + dir = 4; + name = "Oxygen Supply Console"; + pixel_x = -12 }, /turf/open/floor/corsat{ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bnF" = ( /obj/structure/pipes/standard/tank/oxygen, /turf/open/floor/corsat{ icon_state = "lightplate" }, /area/corsat/gamma/medbay) -"bnH" = ( -/obj/structure/sign/safety/biohazard, -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/biodome/virology) -"bnI" = ( -/obj/structure/sign/safety/biohazard, -/obj/structure/machinery/space_heater, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "bnJ" = ( /obj/structure/sign/nosmoking_1, /turf/closed/wall/almayer/white, @@ -23739,20 +18120,10 @@ /obj/structure/sign/safety/medical, /turf/closed/wall/almayer/white, /area/corsat/gamma/medbay) -"bnN" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/complex) "bnO" = ( /obj/structure/sign/safety/medical, /turf/closed/wall/almayer/white, /area/corsat/gamma/medbay/lobby) -"bnP" = ( -/obj/structure/sign/safety/airlock, -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/biodome) "bnQ" = ( /obj/structure/sign/safety/chem_lab{ pixel_y = -30 @@ -23761,14 +18132,6 @@ icon_state = "greenwhitecorner" }, /area/corsat/gamma/medbay) -"bnR" = ( -/obj/structure/sign/safety/airlock{ - pixel_y = 32 - }, -/turf/open/floor/corsat{ - icon_state = "gamma" - }, -/area/corsat/gamma/airlock/control) "bnU" = ( /obj/structure/sign/safety/airlock, /turf/closed/wall/r_wall/biodome, @@ -23792,8 +18155,12 @@ /area/corsat/sigma/biodome) "bnY" = ( /obj/structure/safe, -/turf/open/floor/wood, -/area/corsat/gamma/administration) +/obj/item/device/yautja_teleporter, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote) "bnZ" = ( /obj/structure/sign/safety/airlock, /turf/closed/wall/r_wall/biodome, @@ -23839,13 +18206,6 @@ icon_state = "mars_cave_2" }, /area/corsat/sigma/biodome/scrapyard) -"bon" = ( -/obj/structure/fence, -/obj/structure/sign/safety/airlock{ - pixel_y = -32 - }, -/turf/open/auto_turf/snow/layer2, -/area/corsat/gamma/biodome) "boo" = ( /obj/structure/sign/safety/airlock{ pixel_y = -32 @@ -23918,13 +18278,6 @@ }, /turf/open/gm/dirtgrassborder/south, /area/corsat/theta/biodome) -"boD" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/security) "boE" = ( /obj/structure/sign/safety/biolab{ pixel_y = 32 @@ -23974,18 +18327,13 @@ }, /area/corsat/omega/hangar) "boL" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "browncorner" +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 }, -/area/corsat/gamma/cargo) -"boM" = ( /turf/open/floor/corsat{ - dir = 8; - icon_state = "browncorner" + icon_state = "squares" }, -/area/corsat/gamma/cargo/lobby) +/area/corsat/gamma/hangar) "boN" = ( /obj/structure/surface/table/almayer, /obj/item/bodybag, @@ -24001,12 +18349,14 @@ }, /area/corsat/gamma/medbay) "boP" = ( -/obj/structure/machinery/vending/snack, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "brown" + dir = 4; + icon_state = "yellow" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar) "boQ" = ( /obj/vehicle/train/cargo/engine{ dir = 2 @@ -24022,30 +18372,20 @@ }, /area/corsat/sigma/cargo) "boT" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "red" - }, -/area/corsat/gamma/hangar/cargo) -"boU" = ( -/obj/structure/machinery/light{ - dir = 4 +/obj/structure/bed/chair{ + dir = 8 }, -/obj/structure/machinery/vending/coffee, /turf/open/floor/corsat{ - dir = 5; icon_state = "brown" }, /area/corsat/gamma/cargo) "boV" = ( -/obj/structure/surface/table/almayer, -/obj/item/trash/chips, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/corsat{ - icon_state = "squares" +/obj/structure/window/framed/corsat/hull, +/obj/structure/pipes/standard/simple/visible{ + dir = 4 }, -/area/corsat/gamma/cargo) +/turf/open/floor/plating, +/area/corsat/inaccessible) "boW" = ( /obj/item/bananapeel, /obj/structure/pipes/standard/simple/hidden/green{ @@ -24072,21 +18412,11 @@ }, /area/corsat/gamma/freezer) "bpa" = ( -/obj/structure/machinery/computer/arcade, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/arcade) -"bpb" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" - }, +/obj/effect/alien/weeds/node, /turf/open/floor/corsat{ - dir = 1; - icon_state = "purplecorner" + icon_state = "retrosquares" }, -/area/corsat/gamma/residential) +/area/corsat/omega/hallways) "bpd" = ( /obj/structure/surface/rack, /obj/item/reagent_container/food/condiment/enzyme, @@ -24096,20 +18426,6 @@ icon_state = "cargo" }, /area/corsat/gamma/freezer) -"bpe" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - icon_state = "white" - }, -/area/corsat/gamma/residential/east) -"bph" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/gm/river/desert/shallow{ - name = "pool" - }, -/area/corsat/gamma/residential/showers) "bpi" = ( /obj/structure/machinery/light{ dir = 8 @@ -24143,7 +18459,7 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bpq" = ( /obj/structure/surface/table/almayer, /obj/item/clipboard, @@ -24161,29 +18477,13 @@ dir = 6; icon_state = "darkgreen" }, -/area/corsat/gamma/rnr) -"bps" = ( -/obj/structure/machinery/disposal, -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/monorail) +/area/corsat/gamma/foyer) "bpt" = ( /obj/structure/closet/secure_closet/freezer/meat, /turf/open/floor/corsat{ icon_state = "sterileplate" }, /area/corsat/gamma/kitchen) -"bpv" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 4 - }, -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/monorail/control) "bpz" = ( /obj/structure/machinery/botany/editor, /turf/open/floor/corsat{ @@ -24261,7 +18561,7 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bpK" = ( /obj/structure/surface/table, /obj/item/storage/donut_box, @@ -24276,7 +18576,7 @@ dir = 6; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bpM" = ( /obj/structure/surface/rack, /obj/item/device/transfer_valve, @@ -24284,7 +18584,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bpN" = ( /obj/structure/surface/rack, /obj/item/device/flashlight, @@ -24293,7 +18593,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bpO" = ( /obj/structure/machinery/disposal, /turf/open/floor/corsat{ @@ -24301,22 +18601,6 @@ icon_state = "whitetan" }, /area/corsat/gamma/canteen) -"bpP" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar) -"bpR" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/emails{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) "bpS" = ( /turf/open/floor/corsat{ dir = 8; @@ -24341,7 +18625,7 @@ dir = 8 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "bpW" = ( /obj/structure/machinery/medical_pod/bodyscanner, /turf/open/floor/corsat{ @@ -24370,20 +18654,6 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay) -"bqd" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purple" - }, -/area/corsat/gamma/biodome/complex) -"bqe" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "bqf" = ( /obj/structure/machinery/body_scanconsole, /turf/open/floor/corsat{ @@ -24453,20 +18723,14 @@ /turf/open/floor/corsat, /area/corsat/inaccessible) "bqq" = ( -/obj/structure/bed/chair/comfy/orange, -/turf/open/floor{ - dir = 8; - icon_state = "carpet14-10" - }, -/area/corsat/gamma/administration) -"bqr" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 2; - id = "GammaLab"; - name = "Privacy Shutters" +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" }, -/turf/open/floor/wood, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/hangar/flightcontrol) "bqs" = ( /obj/structure/machinery/light{ dir = 1 @@ -24476,76 +18740,53 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "bqw" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/administration) -"bqx" = ( /obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 4 +/obj/structure/machinery/door_control{ + id = "Omega_Academy"; + name = "Privacy Shutters"; + pixel_y = 1; + use_power = 0 }, -/obj/item/storage/donut_box, /turf/open/floor/corsat{ icon_state = "spiralplate" }, -/area/corsat/gamma/hangar/flightcontrol) +/area/corsat/omega/offices) "bqy" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/corsat{ - icon_state = "officesquares" + icon_state = "squares" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/hangar) "bqz" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/research/reinforced/colony{ dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/administration) -"bqA" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 + name = "Control Room" }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "bluegrey" + icon_state = "retrosquareslight" }, -/area/corsat/gamma/administration) -"bqC" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp, +/area/corsat/gamma/sigmaremote) +"bqA" = ( +/obj/structure/flora/pottedplant, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "spiralplate" + dir = 1; + icon_state = "bluegreycorner" }, /area/corsat/gamma/hangar/flightcontrol) "bqD" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/administration) -"bqE" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/structure/machinery/computer/emails{ - dir = 1 - }, +/obj/structure/machinery/light, /turf/open/floor/corsat{ - icon_state = "bluegrey" + dir = 8; + icon_state = "purplewhitecorner" }, -/area/corsat/gamma/hangar/flightcontrol) +/area/corsat/gamma/sigmaremote) "bqG" = ( /obj/structure/pipes/binary/pump/on{ dir = 1 @@ -24566,39 +18807,53 @@ }, /area/corsat/theta/airlock/west/id) "bqJ" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "2" + }, /turf/open/floor/corsat{ - icon_state = "brown" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/sigmaremote/teleporter/residential) "bqK" = ( -/obj/structure/surface/table/almayer, -/obj/item/folder/black_random, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar) "bqL" = ( /obj/structure/machinery/disposal, /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bqM" = ( -/obj/structure/bed/chair{ +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/cargo) +/area/corsat/sigma/north/engineering) "bqO" = ( /obj/structure/bed/chair/comfy, /turf/open/floor/corsat{ dir = 1; icon_state = "darkgreen" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) +"bqP" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz1, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "bluegrey" + }, +/area/corsat/landing/console) "bqR" = ( /obj/structure/bed/chair/comfy{ dir = 1 @@ -24606,7 +18861,7 @@ /turf/open/floor/corsat{ icon_state = "darkgreencorner" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) "bqS" = ( /obj/structure/bed/chair/comfy{ dir = 1 @@ -24614,7 +18869,7 @@ /turf/open/floor/corsat{ icon_state = "darkgreen" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) "bqU" = ( /obj/structure/flora/pottedplant, /turf/open/floor/corsat{ @@ -24646,33 +18901,22 @@ dir = 4; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) -"brd" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "red" - }, -/area/corsat/gamma/security/cells) +/area/corsat/sigma/north/engineering) "brf" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "0-8"; + layer = 2.1 }, -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") +/obj/structure/machinery/power/reactor/colony{ + desc = "A high-tech thermoelectric generator fueled by a superheated uranium rod."; + name = "\improper G-17 Thermoelectric Generator" }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "white" + icon_state = "plate" }, -/area/corsat/gamma/residential) +/area/corsat/sigma/north/engineering/core) "brg" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/emails, @@ -24687,32 +18931,19 @@ icon_state = "bluegrey" }, /area/corsat/sigma/hangar/office) -"brm" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) -"brn" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" +"brq" = ( +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" }, -/area/corsat/gamma/biodome/complex) -"bro" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/obj/structure/machinery/power/reactor/colony{ + desc = "A high-tech thermoelectric generator fueled by a superheated uranium rod."; + name = "\improper G-17 Thermoelectric Generator" }, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) -"brq" = ( -/obj/structure/machinery/vending/coffee, /turf/open/floor/corsat{ - icon_state = "spiralplate" + icon_state = "plate" }, -/area/corsat/gamma/administration) +/area/corsat/sigma/north/engineering/core) "brr" = ( /obj/structure/machinery/light{ dir = 1 @@ -24791,6 +19022,7 @@ /area/corsat/omega/offices) "brE" = ( /obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/corsat{ icon_state = "officesquares" }, @@ -24836,11 +19068,9 @@ }, /area/corsat/omega/offices) "brQ" = ( -/obj/structure/bed/chair{ - dir = 8 - }, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 4; + icon_state = "browncorner" }, /area/corsat/gamma/cargo) "brR" = ( @@ -24896,16 +19126,6 @@ icon_state = "bluegrey" }, /area/corsat/omega/offices) -"bsb" = ( -/obj/structure/noticeboard{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/administration) "bsd" = ( /obj/structure/machinery/disposal, /turf/open/floor/corsat{ @@ -25100,9 +19320,12 @@ }, /area/corsat/omega/complex) "bsL" = ( -/obj/structure/machinery/vending/cigarette/colony, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) "bsM" = ( /obj/structure/bed/chair/office/light{ dir = 1 @@ -25363,153 +19586,16 @@ icon_state = "red" }, /area/corsat/omega/hangar/security) -"btC" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/surface/table/almayer, -/obj/item/storage/fancy/cigarettes/lucky_strikes, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/hangar/flightcontrol) -"btD" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/hangar/flightcontrol) -"btE" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/surface/table/almayer, -/obj/item/clipboard, -/obj/item/paper, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/hangar/flightcontrol) -"btF" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/surface/table/almayer, -/obj/item/paper, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/hangar/flightcontrol) -"btG" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced, -/obj/structure/machinery/computer/atmos_alert{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"btH" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) "btI" = ( -/obj/structure/machinery/vending/cola, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) -"btJ" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"btK" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"btL" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/flightcontrol) -"btM" = ( -/obj/structure/surface/table/almayer, -/obj/item/clipboard, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"btN" = ( -/obj/structure/window/framed/corsat, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/flightcontrol) -"btO" = ( -/obj/structure/bed/chair/office/light, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/flightcontrol) -"btQ" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/machinery/photocopier, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"btR" = ( /obj/structure/machinery/vending/coffee, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"btS" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/office) -"btT" = ( -/obj/structure/sign/safety/biohazard, /turf/open/floor/corsat{ dir = 4; - icon_state = "purplewhitecorner" + icon_state = "red" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/security) "btU" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/communications, +/obj/structure/machinery/computer/objective, /turf/open/floor/corsat{ icon_state = "spiralplate" }, @@ -25633,13 +19719,6 @@ icon_state = "bluegrey" }, /area/corsat/sigma/southeast/datalab) -"bum" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) "bun" = ( /obj/structure/bed/chair/wood/wings{ dir = 4 @@ -25706,28 +19785,18 @@ icon_state = "officesquares" }, /area/corsat/sigma/south/offices) -"buz" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "brown" - }, -/area/corsat/gamma/cargo) "buA" = ( -/obj/structure/bed/chair{ - dir = 8 - }, /turf/open/floor/corsat{ - icon_state = "brown" + dir = 4; + icon_state = "yellow" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar) "buB" = ( /obj/structure/sign/safety/distribution_pipes{ desc = "A sign that denotes the proximity of a life support system." }, /turf/closed/wall/biodome, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "buC" = ( /obj/structure/surface/table/almayer, /obj/item/paper_bin{ @@ -25748,7 +19817,7 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "buE" = ( /obj/structure/surface/table/almayer, /obj/item/paper, @@ -25758,7 +19827,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering/lobby) +/area/corsat/sigma/north/engineering/lobby) "buF" = ( /obj/structure/bed/chair{ dir = 4 @@ -25767,7 +19836,7 @@ dir = 9; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "buG" = ( /obj/structure/surface/table/almayer, /obj/item/ashtray/plastic, @@ -25775,42 +19844,19 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "buI" = ( /obj/structure/machinery/vending/snack, /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"buJ" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar) +/area/corsat/sigma/north/engineering) "buK" = ( -/obj/structure/machinery/light, -/obj/structure/surface/rack, -/obj/item/device/flashlight, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar) -"buL" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, -/obj/structure/closet/wardrobe/virology_white, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" +/obj/structure/pipes/vents/pump{ + dir = 1 }, -/area/corsat/gamma/biodome/virology) +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential/showers) "buM" = ( /obj/structure/machinery/light, /obj/structure/flora/pottedplant, @@ -25819,24 +19865,12 @@ icon_state = "bluegrey" }, /area/corsat/sigma/hangar/office) -"buN" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/hangar/cargo) "buO" = ( -/obj/structure/machinery/light{ - dir = 4 - }, /turf/open/floor/corsat{ dir = 4; - icon_state = "brown" + icon_state = "green" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "buP" = ( /obj/structure/closet/secure_closet/engineering_personal{ req_access_txt = "102" @@ -25845,7 +19879,7 @@ dir = 1; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "buQ" = ( /obj/item/alien_embryo, /obj/item/alien_embryo, @@ -25871,20 +19905,6 @@ icon_state = "sterileplate" }, /area/corsat/gamma/kitchen) -"buS" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/cameras{ - dir = 8; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/airlock/control) "buT" = ( /turf/open/floor/corsat{ dir = 4; @@ -25961,14 +19981,11 @@ }, /area/corsat/sigma/south/engineering) "bvi" = ( -/obj/structure/surface/rack, -/obj/item/tool/soap/deluxe, -/obj/item/tool/soap/deluxe, +/obj/structure/bed/chair/comfy/beige, /turf/open/floor/corsat{ - dir = 6; - icon_state = "yellow" + icon_state = "plate" }, -/area/corsat/gamma/residential/maint) +/area/corsat/gamma/security) "bvj" = ( /turf/open/floor/mech_bay_recharge_floor, /area/corsat/sigma/south/robotics) @@ -26042,12 +20059,6 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/south/engineering) -"bvx" = ( -/obj/structure/bed, -/obj/effect/landmark/survivor_spawner, -/obj/item/bedsheet/brown, -/turf/open/floor/wood, -/area/corsat/sigma/dorms) "bvy" = ( /obj/structure/machinery/photocopier, /turf/open/floor/corsat{ @@ -26194,6 +20205,12 @@ /obj/item/bedsheet/brown, /turf/open/floor/wood, /area/corsat/sigma/dorms) +"bvW" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" + }, +/area/corsat/gamma/hangar/arrivals) "bvX" = ( /obj/item/tool/weldingtool/experimental, /obj/structure/surface/table/almayer, @@ -26221,33 +20238,6 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/south/engineering) -"bwa" = ( -/obj/structure/machinery/smartfridge/secure/virology{ - req_access_txt = "103" - }, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) -"bwb" = ( -/obj/structure/machinery/smartfridge/chemistry/virology{ - req_access_txt = "103"; - req_one_access = null - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) -"bwc" = ( -/obj/structure/surface/rack, -/obj/item/device/chameleon, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/sigma/south/complex) "bwe" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ @@ -26426,15 +20416,12 @@ }, /area/corsat/sigma/south/engineering) "bwG" = ( -/obj/structure/surface/rack, -/obj/item/tool/crowbar, -/obj/item/tool/wirecutters, -/obj/item/tool/screwdriver, +/obj/structure/bed/chair/comfy/beige, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - dir = 1; - icon_state = "yellow" + icon_state = "squares" }, -/area/corsat/gamma/residential/maint) +/area/corsat/gamma/security) "bwH" = ( /obj/structure/surface/table/almayer, /turf/open/floor/corsat{ @@ -26563,18 +20550,6 @@ icon_state = "squares" }, /area/corsat/sigma/south/engineering) -"bxe" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/surface/table/reinforced, -/obj/item/tool/surgery/surgicaldrill, -/obj/item/tool/surgery/circular_saw, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) "bxf" = ( /obj/structure/surface/table/reinforced, /obj/item/tool/surgery/cautery, @@ -26811,14 +20786,6 @@ icon_state = "yellow" }, /area/corsat/sigma/south/engineering) -"bxR" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/camera, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) "bxS" = ( /obj/structure/machinery/door/airlock/almayer/research/glass/colony{ autoclose = 0; @@ -26942,15 +20909,6 @@ icon_state = "yellow" }, /area/corsat/sigma/south/robotics) -"bye" = ( -/obj/structure/machinery/door/airlock/almayer/command/colony{ - dir = 1; - name = "Gamma Director's Office"; - req_access_txt = "106" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/wood, -/area/corsat/gamma/administration) "byg" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/corsat{ @@ -27011,38 +20969,14 @@ }, /area/corsat/sigma/south/robotics) "byn" = ( -/obj/structure/machinery/door/airlock/almayer/command/colony{ - dir = 1; - name = "Omega Director's Office"; - req_access_txt = "106" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/wood, -/area/corsat/gamma/administration) -"byo" = ( -/obj/structure/machinery/door/airlock/almayer/command/colony{ - dir = 1; - name = "Theta Director's Office"; - req_access_txt = "106" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/wood, -/area/corsat/gamma/administration) -"byp" = ( -/obj/structure/machinery/door/airlock/almayer/command/colony{ - dir = 1; - name = "Sigma Director's Office"; - req_access_txt = "106" +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "17" }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/wood, -/area/corsat/gamma/administration) -"byr" = ( -/obj/structure/machinery/light, /turf/open/floor/corsat{ - icon_state = "officesquares" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/sigmaremote/teleporter) "bys" = ( /obj/structure/machinery/microwave, /obj/structure/surface/table/woodentable, @@ -27249,12 +21183,14 @@ opened = 1 }, /obj/item/organ/eyes, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/omega/complex) "byW" = ( /obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ dir = 5; icon_state = "purplewhite" @@ -27269,6 +21205,7 @@ icon_state = "open_science"; opened = 1 }, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ icon_state = "plate" }, @@ -27358,7 +21295,6 @@ "bzl" = ( /obj/structure/machinery/power/apc/hyper{ dir = 8; - pixel_x = -30; start_charge = 0 }, /turf/open/floor/corsat{ @@ -27488,23 +21424,20 @@ /area/corsat/omega/complex) "bzy" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/emails, +/obj/structure/machinery/computer/objective, /turf/open/floor/corsat{ dir = 1; icon_state = "purplewhite" }, /area/corsat/omega/complex) "bzz" = ( -/obj/structure/surface/rack, -/obj/item/tool/extinguisher, -/obj/item/tool/extinguisher, -/obj/item/tool/extinguisher, -/obj/item/clothing/glasses/welding, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "yellow" + icon_state = "squares" }, -/area/corsat/gamma/residential/maint) +/area/corsat/gamma/security) "bzA" = ( /obj/structure/surface/rack, /obj/structure/window/reinforced/toughened{ @@ -27701,7 +21634,6 @@ /area/corsat/omega/complex) "bAb" = ( /obj/structure/machinery/optable, -/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ icon_state = "lightplate" }, @@ -27758,6 +21690,7 @@ /obj/structure/machinery/cm_vending/sorted/medical/no_access{ req_access_txt = "100" }, +/obj/structure/medical_supply_link, /turf/open/floor/corsat{ dir = 4; icon_state = "greenwhitecorner" @@ -28321,11 +22254,16 @@ }, /area/corsat/omega/complex) "bBD" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, /turf/open/floor/corsat{ dir = 1; - icon_state = "purple" + icon_state = "browncorner" }, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/cargo) "bBE" = ( /obj/structure/surface/table/almayer, /obj/item/storage/box/gloves, @@ -28470,40 +22408,28 @@ }, /area/corsat/omega/complex) "bBZ" = ( -/obj/structure/surface/table/woodentable, -/obj/item/device/flashlight/lamp, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/library) -"bCa" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 }, -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/security) +"bCa" = ( +/obj/structure/window/reinforced, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + name = "Forensics" }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" + icon_state = "retrosquareslight" }, -/area/corsat/gamma/rnr/library) +/area/corsat/gamma/security) "bCb" = ( /obj/structure/bed/chair/wood/normal{ dir = 1 }, /turf/open/floor/wood, /area/corsat/gamma/rnr/library) -"bCc" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/library) "bCd" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -28546,12 +22472,12 @@ /area/corsat/gamma/rnr/library) "bCj" = ( /obj/structure/surface/rack, -/obj/item/clothing/glasses/thermal, /obj/structure/machinery/door/window/eastright{ name = "Prototype Racks"; req_access_txt = "103" }, /obj/structure/window/reinforced/toughened, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ icon_state = "lightplate" }, @@ -28561,9 +22487,13 @@ /turf/open/floor/wood, /area/corsat/gamma/rnr/library) "bCm" = ( -/obj/structure/bookcase, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/library) +/obj/structure/pipes/vents/pump{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/security) "bCn" = ( /obj/structure/bookcase, /turf/open/floor/corsat{ @@ -28576,10 +22506,11 @@ /turf/open/floor/wood, /area/corsat/gamma/rnr/library) "bCp" = ( -/obj/structure/surface/table/woodentable, -/obj/item/book/manual/engineering_hacking, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/library) +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/security) "bCq" = ( /obj/structure/bed/chair/wood/normal{ dir = 1 @@ -28614,122 +22545,6 @@ icon_state = "retrosquareslight" }, /area/corsat/omega/complex) -"bCw" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "red" - }, -/area/corsat/gamma/security) -"bCx" = ( -/obj/structure/bed/chair/comfy/beige, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/security) -"bCy" = ( -/obj/structure/bed/chair/comfy/beige, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security) -"bCB" = ( -/obj/structure/machinery/vending/cigarette/colony, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/security) -"bCD" = ( -/obj/item/storage/belt/gun/m4a3/vp78{ - desc = "The M276 is the standard load-bearing equipment of the TGMC. It consists of a modular belt with various clips. This version has a holster assembly that allows one to carry the VP78 comfortably secure. It also contains side pouches that can store XX magazines."; - name = "M276 pattern VP78 holster rig" - }, -/obj/structure/closet/secure_closet/detective{ - name = "Head of Security's Cabinet" - }, -/obj/item/device/flash, -/obj/item/device/hailer, -/obj/item/device/megaphone, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/security) -"bCE" = ( -/obj/structure/bed/chair/comfy/lime{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/security) -"bCF" = ( -/obj/structure/closet/secure_closet/security_empty{ - icon_broken = "hossecurebroken"; - icon_closed = "hossecure"; - icon_locked = "hossecure1"; - icon_off = "hossecureoff"; - icon_opened = "hossecureopen"; - icon_state = "hossecure1"; - name = "Head of Security's Locker" - }, -/obj/item/storage/belt/security/MP/full, -/obj/item/clothing/accessory/storage/holster/armpit, -/obj/item/device/binoculars, -/obj/item/device/flashlight, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "red" - }, -/area/corsat/gamma/security) -"bCG" = ( -/obj/structure/machinery/door_control{ - id = "ThetaIDEC"; - name = "Privacy Shutters"; - pixel_y = -24; - use_power = 0 - }, -/obj/structure/machinery/door_control{ - id = "GammaSecC"; - name = "Security Shutters"; - pixel_x = 10; - pixel_y = -24; - use_power = 0 - }, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/security) -"bCH" = ( -/obj/item/storage/toolbox/mechanical, -/obj/structure/surface/rack, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/security) -"bCI" = ( -/obj/structure/window/framed/corsat/security, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "GammaSecC"; - name = "Security Shutters" - }, -/turf/open/floor/plating, -/area/corsat/gamma/security) -"bCJ" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar/cargo) "bCL" = ( /obj/structure/machinery/camera/autoname{ dir = 8; @@ -28741,12 +22556,13 @@ }, /area/corsat/sigma/hangar/checkpoint) "bCM" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/secure_data, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "squares" }, -/area/corsat/gamma/airlock/control) +/area/corsat/gamma/hallwaysouth) "bCN" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/secure_data, @@ -28766,6 +22582,7 @@ /area/corsat/sigma/airlock/control) "bCR" = ( /obj/structure/surface/table/reinforced, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/corsat{ icon_state = "plate" }, @@ -28805,7 +22622,7 @@ name = "Security Shutters" }, /turf/open/floor/plating, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/hallways) "bCZ" = ( /obj/structure/machinery/r_n_d/destructive_analyzer, /turf/open/floor/corsat{ @@ -28947,15 +22764,6 @@ icon_state = "red" }, /area/corsat/sigma/south/security) -"bDz" = ( -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/security) "bDC" = ( /obj/structure/bed/chair, /turf/open/floor/corsat{ @@ -29034,28 +22842,15 @@ }, /area/corsat/sigma/airlock/control) "bDO" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/skills, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "bluegrey" - }, -/area/corsat/gamma/administration) -"bDP" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/keycard_auth/lockdown/corsat, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" +/obj/structure/machinery/light{ + dir = 4 }, -/area/corsat/gamma/administration) -"bDT" = ( /obj/structure/surface/table/almayer, +/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, /turf/open/floor/corsat{ - dir = 8; - icon_state = "blue" + icon_state = "spiralplate" }, -/area/corsat/gamma/airlock/control) +/area/corsat/gamma/hangar/flightcontrol) "bDU" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/cameras{ @@ -29248,69 +23043,49 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"bEC" = ( -/obj/structure/machinery/lapvend, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/administration) "bED" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "25" }, -/obj/structure/surface/table/almayer, -/obj/item/paper_bin, -/obj/item/tool/pen, /turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/administration) -"bEE" = ( -/obj/structure/machinery/light{ - dir = 1 +/area/corsat/gamma/sigmaremote/teleporter) +"bEG" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" }, +/area/corsat/gamma/hangar/security) +"bEH" = ( /obj/structure/surface/table/almayer, -/obj/item/tool/pen/red, /obj/structure/window/reinforced{ - dir = 4 + dir = 8; + health = 80 }, +/obj/item/paper, /turf/open/floor/corsat{ - dir = 1; icon_state = "bluegrey" }, -/area/corsat/gamma/administration) -"bEF" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/wood, -/area/corsat/gamma/administration) -"bEG" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/wood, -/area/corsat/gamma/administration) -"bEH" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/wood, -/area/corsat/gamma/administration) +/area/corsat/gamma/hangar/flightcontrol) "bEI" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/communications, +/obj/structure/machinery/computer/emails{ + dir = 1 + }, /turf/open/floor/corsat{ - dir = 8; icon_state = "bluegrey" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/hangar/flightcontrol) "bEK" = ( -/obj/structure/bed/chair/office/light, -/turf/open/floor{ - dir = 8; - icon_state = "carpet14-10" +/obj/structure/machinery/light{ + dir = 8 }, -/area/corsat/gamma/administration) +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote) "bEM" = ( /obj/structure/surface/table/almayer, /obj/item/device/flashlight/lamp, @@ -29319,75 +23094,60 @@ }, /area/corsat/omega/offices) "bEN" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/lighter/zippo, -/obj/structure/window/reinforced{ +/obj/structure/bed/chair/office/light{ dir = 8 }, /turf/open/floor/corsat{ icon_state = "officesquares" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/hangar/flightcontrol) "bEO" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet7-3" - }, -/area/corsat/gamma/administration) -"bES" = ( -/turf/open/floor{ - dir = 8; - icon_state = "carpet11-12" +/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ + name = "Implantation Chamber"; + req_one_access_txt = "103" }, -/area/corsat/gamma/administration) -"bET" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/wood, -/area/corsat/gamma/administration) -"bEU" = ( -/obj/structure/machinery/light, -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/machinery/computer/med_data/laptop{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/administration) -"bEV" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 8 + icon_state = "retrosquareslight" }, -/obj/structure/machinery/computer/station_alert{ - dir = 4 +/area/corsat/gamma/sigmaremote) +"bES" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/floor/corsat{ + icon_state = "squares" }, +/area/corsat/gamma/cargo) +"bET" = ( +/obj/item/tool/soap, /turf/open/floor/corsat{ - icon_state = "bluegrey" + dir = 10; + icon_state = "whitebluefull" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/residential/showers) "bEW" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor{ - dir = 8; - icon_state = "carpet13-5" +/obj/structure/largecrate/random, +/turf/open/floor/corsat{ + icon_state = "cargo" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/cargo) "bEX" = ( -/obj/structure/machinery/light, -/obj/structure/bed/chair/office/light{ +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/light{ dir = 1 }, -/turf/open/floor{ - dir = 8; - icon_state = "carpet13-5" +/obj/structure/machinery/power/apc{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "purplewhite" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/sigmaremote/residential) "bFc" = ( /obj/structure/machinery/vending/cola, /turf/open/floor/wood, @@ -29462,85 +23222,11 @@ icon_state = "bluegrey" }, /area/corsat/sigma/south/offices) -"bFq" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "red" - }, -/area/corsat/gamma/security) -"bFr" = ( -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/security) "bFs" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/security) -"bFt" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/surface/table/reinforced, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/security) -"bFu" = ( -/obj/structure/window/reinforced, -/obj/structure/machinery/door/window/brigdoor/eastleft{ - name = "Forensics" - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/security) -"bFv" = ( -/obj/structure/bed/chair, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/security) -"bFw" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/bed/chair, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/security) -"bFx" = ( -/obj/structure/machinery/computer/secure_data, -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "red" - }, -/area/corsat/gamma/security) -"bFy" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/cameras{ - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "redcorner" - }, -/area/corsat/gamma/security) +/area/corsat/gamma/hangar/arrivals) "bFz" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ name = "Holding Cell 1"; @@ -29550,40 +23236,17 @@ icon_state = "squares" }, /area/corsat/omega/checkpoint) -"bFA" = ( -/obj/structure/surface/table/almayer, -/obj/item/ashtray/bronze, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/security) "bFB" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "red" - }, -/area/corsat/gamma/security) -"bFC" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/security) -"bFD" = ( -/obj/structure/bed/chair{ - dir = 1 +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "RemoteGate"; + name = "Gate Shutters"; + use_power = 0 }, /turf/open/floor/corsat{ - dir = 6; - icon_state = "red" + icon_state = "marked" }, -/area/corsat/gamma/security) +/area/corsat/gamma/sigmaremote) "bFF" = ( /obj/structure/surface/table/almayer, /obj/item/handcuffs, @@ -29593,163 +23256,15 @@ icon_state = "red" }, /area/corsat/omega/security) -"bFG" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/recharger, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/security) -"bFH" = ( -/obj/structure/surface/table/reinforced, -/obj/item/clothing/gloves/latex, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/security) -"bFI" = ( -/obj/structure/surface/table/reinforced, -/obj/item/device/taperecorder, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/security) -"bFK" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/camera, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/security) "bFL" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/toolbox, /obj/effect/spawner/random/toolbox, /turf/open/floor/corsat{ - dir = 9; + dir = 8; icon_state = "yellow" }, /area/corsat/gamma/residential/maint) -"bFM" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/machinery/computer/station_alert{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bFN" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 8; - health = 250 - }, -/obj/structure/machinery/computer/cameras{ - dir = 4; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bFO" = ( -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bFP" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/clipboard, -/obj/item/paper, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bFQ" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 8; - health = 250 - }, -/obj/item/storage/fancy/cigarettes/lucky_strikes, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bFR" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bFT" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bFU" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bFV" = ( -/obj/structure/surface/table/almayer, -/obj/item/clipboard, -/turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bFW" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/faxmachine, -/turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bFX" = ( -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bFY" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bFZ" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) "bGa" = ( /obj/structure/surface/table/almayer, /obj/item/device/flashlight/lamp, @@ -29760,43 +23275,20 @@ icon_state = "spiralplate" }, /area/corsat/omega/offices) -"bGc" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bGd" = ( -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bGe" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 8; - health = 80 - }, -/obj/item/device/flashlight/lamp, -/turf/open/floor/corsat{ - icon_state = "bluegrey" +"bGb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/area/corsat/gamma/hangar/flightcontrol) -"bGf" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 8; - health = 80 +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 }, -/obj/item/clipboard, -/obj/item/tool/pen/blue, /turf/open/floor/corsat{ - icon_state = "bluegrey" + dir = 1; + icon_state = "yellow" }, -/area/corsat/gamma/hangar/flightcontrol) +/area/corsat/gamma/hangar) "bGg" = ( /obj/structure/surface/table/almayer, /obj/item/folder/black_random, @@ -29807,108 +23299,25 @@ icon_state = "spiralplate" }, /area/corsat/omega/offices) -"bGh" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/storage/donut_box, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bGi" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 8; - health = 80 - }, -/obj/item/storage/fancy/cigarettes/lucky_strikes, -/turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) "bGj" = ( -/obj/structure/largecrate/random/barrel, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" + icon_state = "bluecorner" }, -/area/corsat/gamma/residential/maint) +/area/corsat/gamma/hallwaysouth) "bGn" = ( /obj/structure/largecrate/random/barrel, /turf/open/floor/corsat{ icon_state = "yellow" }, /area/corsat/gamma/residential/maint) -"bGp" = ( -/obj/structure/machinery/power/apc/hyper{ - pixel_y = -30; - start_charge = 0 - }, -/obj/structure/bed/sofa/vert/grey/bot, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/monorail) -"bGq" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "yellow" - }, -/area/corsat/gamma/hangar/monorail/control) -"bGr" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, -/obj/structure/closet/jcloset, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "yellow" - }, -/area/corsat/gamma/hangar/monorail/control) -"bGs" = ( -/obj/structure/surface/table/reinforced, -/obj/item/paper, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar/monorail/control) -"bGt" = ( -/obj/structure/janitorialcart, -/obj/item/tool/mop, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "yellow" - }, -/area/corsat/gamma/hangar/monorail/control) "bGu" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/bed/chair/comfy, /turf/open/floor/corsat{ dir = 1; - icon_state = "darkgreen" - }, -/area/corsat/sigma/hangar/monorail) -"bGy" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "Monorail Control"; - req_access_txt = "101" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "darkgreencorner" }, -/area/corsat/sigma/hangar/monorail/control) +/area/corsat/sigma/hangar/arrivals) "bGB" = ( /obj/structure/machinery/light{ dir = 4 @@ -29928,104 +23337,12 @@ icon_state = "darkgreen" }, /area/corsat/sigma/hangar/arrivals) -"bGH" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 - }, +"bGP" = ( +/obj/structure/prop/dam/crane, /turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/office) -"bGI" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/shuttle/dropship/flight/lz1{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" - }, -/area/corsat/landing/console) -"bGJ" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/office) -"bGL" = ( -/obj/structure/flora/pottedplant, -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/office) -"bGM" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/office) -"bGN" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/office) -"bGO" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/cameras{ - dir = 8; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/office) -"bGP" = ( -/obj/structure/prop/dam/crane, -/turf/open/floor/corsat{ - icon_state = "yellow" + icon_state = "yellow" }, /area/corsat/sigma/south/robotics) -"bGQ" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/corsat{ - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/foyer) -"bGR" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreen" - }, -/area/corsat/gamma/foyer) -"bGT" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreen" - }, -/area/corsat/gamma/foyer) "bGW" = ( /obj/structure/pipes/standard/simple/visible{ dir = 5 @@ -30043,41 +23360,17 @@ }, /area/corsat/gamma/canteen) "bHa" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor{ - dir = 8; - icon_state = "carpet9-4" - }, -/area/corsat/gamma/administration) -"bHb" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor{ - dir = 8; - icon_state = "carpet5-1" +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "7" }, -/area/corsat/gamma/administration) -"bHc" = ( -/obj/structure/machinery/computer/prisoner, /turf/open/floor/corsat{ - dir = 1; - icon_state = "red" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/security) +/area/corsat/gamma/sigmaremote/teleporter) "bHd" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purple" - }, -/area/corsat/gamma/residential/researcher) +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/hangar/arrivals) "bHe" = ( /obj/structure/surface/table, /obj/item/book, @@ -30085,7 +23378,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "bHf" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -30094,14 +23387,6 @@ icon_state = "plate" }, /area/corsat/gamma/foyer) -"bHg" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hallwaysouth) "bHi" = ( /obj/structure/machinery/light{ dir = 8 @@ -30131,7 +23416,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/foyer) "bHl" = ( /obj/structure/platform{ dir = 1 @@ -30140,7 +23425,7 @@ dir = 1; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "bHy" = ( /obj/structure/surface/table/almayer, /obj/item/ashtray/plastic, @@ -30187,10 +23472,15 @@ }, /area/corsat/sigma/hangar/arrivals) "bHR" = ( -/obj/structure/surface/table/woodentable, -/obj/item/reagent_container/food/drinks/cans/beer, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced/colony{ + dir = 1; + name = "Security Cells" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/security/cells) "bIa" = ( /obj/structure/surface/table/almayer, /obj/item/paper_bin, @@ -30199,21 +23489,19 @@ icon_state = "spiralplate" }, /area/corsat/sigma/hangar/office) -"bIe" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/hangar/arrivals) "bIk" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/corsat{ icon_state = "darkgreen" }, /area/corsat/sigma/hangar/arrivals) +"bIH" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "bluegrey" + }, +/area/corsat/sigma/south/offices) "bIU" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/cameras{ @@ -30233,11 +23521,16 @@ }, /area/corsat/sigma/south/offices) "bJa" = ( -/obj/structure/machinery/conveyor_switch, +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/item/storage/fancy/cigarettes/lucky_strikes, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "bluegrey" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "bJc" = ( /obj/structure/machinery/conveyor_switch, /turf/open/floor/corsat{ @@ -30275,9 +23568,12 @@ }, /area/corsat/omega/security) "bJj" = ( -/obj/vehicle/powerloader, +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/corsat{ - icon_state = "cargo" + dir = 4; + icon_state = "brown" }, /area/corsat/gamma/cargo) "bJk" = ( @@ -30312,7 +23608,6 @@ }, /area/corsat/theta/airlock/west) "bJu" = ( -/obj/structure/machinery/light, /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/station_alert{ dir = 1 @@ -30328,25 +23623,17 @@ dir = 5; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bJx" = ( /obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/guestpass, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/hangar/cargo) -"bJA" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/cameras{ - network = list("gamma") +/obj/structure/machinery/computer/secure_data{ + dir = 8 }, /turf/open/floor/corsat{ - dir = 5; - icon_state = "blue" + dir = 6; + icon_state = "red" }, -/area/corsat/gamma/airlock/control) +/area/corsat/gamma/hangar/security) "bJB" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/atmos_alert, @@ -30363,28 +23650,12 @@ icon_state = "blue" }, /area/corsat/sigma/airlock/control) -"bJD" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) "bJE" = ( /obj/structure/machinery/floodlight{ name = "Floodlight" }, /turf/open/mars, /area/corsat/sigma/biodome) -"bJF" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/control) "bJG" = ( /obj/structure/bed/chair/office/light{ dir = 1 @@ -30402,14 +23673,6 @@ icon_state = "red" }, /area/corsat/theta/airlock/control) -"bJI" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) "bJJ" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -30426,37 +23689,12 @@ icon_state = "squares" }, /area/corsat/omega/security) -"bJL" = ( -/obj/structure/bed/chair/office/light, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/control) "bJM" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/sigma/airlock/control) -"bJN" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/station_alert{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) -"bJO" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/atmos_alert{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) "bJP" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/cameras{ @@ -30546,15 +23784,13 @@ id = "SigmaBioAtmos"; name = "Access Shutter" }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/sigma/airlock/control) "bJZ" = ( /obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/corsat{ dir = 1; icon_state = "blue" @@ -30577,6 +23813,8 @@ /area/corsat/sigma/airlock/control) "bKb" = ( /obj/structure/closet/secure_closet/security, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/corsat{ dir = 1; icon_state = "red" @@ -30616,27 +23854,6 @@ icon_state = "blue" }, /area/corsat/sigma/airlock/control) -"bKg" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) -"bKh" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) -"bKi" = ( -/obj/structure/surface/table/reinforced, -/obj/item/paper_bin, -/obj/item/tool/pen/red, -/turf/open/floor/corsat{ - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) "bKj" = ( /obj/structure/surface/table/reinforced, /obj/item/paper_bin, @@ -30672,16 +23889,6 @@ icon_state = "blue" }, /area/corsat/sigma/airlock/control) -"bKn" = ( -/obj/structure/surface/table/almayer, -/obj/item/clipboard, -/obj/item/paper, -/obj/item/tool/pen/red, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) "bKo" = ( /obj/structure/bed/chair/office/light{ dir = 1 @@ -30699,21 +23906,6 @@ icon_state = "blue" }, /area/corsat/sigma/airlock/control) -"bKq" = ( -/obj/structure/bed/chair/office/light, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) -"bKr" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/emails{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) "bKs" = ( /obj/structure/surface/table/reinforced, /obj/item/device/flashlight/lamp, @@ -30756,13 +23948,6 @@ icon_state = "blue" }, /area/corsat/theta/airlock/control) -"bKy" = ( -/obj/structure/machinery/computer3, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) "bKz" = ( /obj/structure/machinery/computer3, /turf/open/floor/corsat{ @@ -30851,16 +24036,6 @@ icon_state = "whitetan" }, /area/corsat/sigma/dorms) -"bKK" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/static_comms/net_two, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/sigma/dorms) "bKL" = ( /obj/structure/bed/chair{ dir = 1 @@ -30879,60 +24054,22 @@ icon_state = "whitetancorner" }, /area/corsat/sigma/dorms) -"bKN" = ( -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "bluegrey" - }, -/area/corsat/gamma/administration) -"bKQ" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/sigma/hangar/monorail/control) -"bKR" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/hangar/monorail/control) -"bKS" = ( -/obj/structure/surface/table/reinforced, -/obj/item/paper, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/sigma/hangar/monorail/control) -"bKT" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/surface/rack, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/sigma/hangar/monorail/control) "bKU" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "yellowcorner" + icon_state = "yellow" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/north/engineering) "bKX" = ( /obj/structure/machinery/light, /turf/open/floor/corsat{ dir = 4; - icon_state = "yellow" + icon_state = "darkgreen" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) "bKY" = ( /obj/structure/closet/jcloset, /turf/open/floor/corsat{ @@ -30940,60 +24077,6 @@ icon_state = "yellow" }, /area/corsat/omega/maint) -"bKZ" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - name = "Monorail Control"; - req_access_txt = "101" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/monorail/control) -"bLc" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/corsat/gamma/hangar/monorail) -"bLd" = ( -/obj/structure/surface/table/reinforced, -/obj/item/folder/black_random, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/sigma/hangar/monorail/control) -"bLg" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/station_alert, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "red" - }, -/area/corsat/sigma/hangar/monorail/control) -"bLh" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/cameras{ - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/sigma/hangar/monorail/control) -"bLi" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/hangar/monorail/control) "bLk" = ( /obj/structure/surface/rack, /obj/item/circuitboard/airlock, @@ -31010,39 +24093,6 @@ icon_state = "yellowcorner" }, /area/corsat/omega/maint) -"bLm" = ( -/obj/structure/closet/jcloset, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/sigma/hangar/monorail/control) -"bLn" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/shuttle_control/monorail{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/sigma/hangar/monorail/control) -"bLq" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/closet/jcloset, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/sigma/hangar/monorail/control) -"bLr" = ( -/obj/structure/surface/table/reinforced, -/obj/item/storage/fancy/cigarettes/lucky_strikes, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "red" - }, -/area/corsat/sigma/hangar/monorail/control) "bLs" = ( /obj/structure/closet/secure_closet/engineering_welding{ req_access_txt = "102" @@ -31052,22 +24102,6 @@ icon_state = "yellow" }, /area/corsat/omega/maint) -"bLu" = ( -/obj/structure/janitorialcart, -/obj/item/tool/mop, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/sigma/hangar/monorail/control) -"bLw" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/office) "bLx" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -31075,7 +24109,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bLy" = ( /obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ req_access_txt = "102" @@ -31100,14 +24134,14 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bLB" = ( /obj/structure/closet/wardrobe/engineering_yellow, /turf/open/floor/corsat{ dir = 4; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bLC" = ( /obj/structure/janitorialcart, /obj/item/tool/mop, @@ -31324,7 +24358,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bMv" = ( /obj/structure/surface/table/almayer, /obj/item/device/assembly/timer, @@ -31332,7 +24366,7 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bMw" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/emails{ @@ -31342,62 +24376,7 @@ dir = 9; icon_state = "yellow" }, -/area/corsat/gamma/engineering/lobby) -"bMA" = ( -/obj/structure/machinery/light, -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/communications{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bMB" = ( -/obj/structure/machinery/light, -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bMC" = ( -/obj/structure/surface/table/almayer, -/obj/item/clipboard, -/obj/item/paper, -/obj/item/tool/pen/blue, -/obj/structure/machinery/camera/autoname{ - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bMD" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 8; - health = 80 - }, -/obj/item/ashtray/bronze, -/turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"bME" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 8; - health = 80 - }, -/obj/item/paper, -/turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) +/area/corsat/sigma/north/engineering/lobby) "bMI" = ( /obj/structure/surface/table/almayer, /obj/item/paper_bin, @@ -31408,6 +24387,16 @@ icon_state = "spiralplate" }, /area/corsat/omega/offices) +"bML" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/gamma/security) "bMM" = ( /obj/structure/flora/pottedplant, /turf/open/floor/corsat{ @@ -31426,6 +24415,7 @@ /area/corsat/omega/offices) "bMO" = ( /obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/corsat{ dir = 1; icon_state = "bluegrey" @@ -31782,13 +24772,13 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bNN" = ( /obj/structure/machinery/photocopier, /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering/lobby) +/area/corsat/sigma/north/engineering/lobby) "bNO" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 2; @@ -31799,7 +24789,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bNP" = ( /obj/structure/machinery/vending/snack, /turf/open/floor/corsat{ @@ -31813,7 +24803,7 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bNR" = ( /obj/structure/surface/rack, /obj/item/circuitboard/apc, @@ -31833,7 +24823,7 @@ dir = 5; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bNT" = ( /obj/structure/bed/chair{ dir = 8 @@ -31842,28 +24832,28 @@ dir = 4; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bNW" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/corsat{ dir = 10; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bNX" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/corsat{ dir = 6; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bNY" = ( /obj/structure/surface/table/almayer, /turf/open/floor/corsat{ dir = 10; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bNZ" = ( /obj/structure/surface/table/almayer, /obj/item/tool/extinguisher, @@ -31871,7 +24861,7 @@ dir = 6; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bOa" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/station_alert, @@ -31887,26 +24877,22 @@ /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bOc" = ( -/obj/structure/surface/table/almayer, -/obj/item/ashtray/plastic, -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("gamma") +/obj/structure/machinery/light{ + dir = 8 }, -/obj/item/pamphlet/skill/powerloader, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/corsat{ + dir = 10; icon_state = "brown" }, /area/corsat/gamma/cargo) "bOd" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/lighter/random, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/bed/chair{ + dir = 4 + }, /turf/open/floor/corsat{ - icon_state = "brown" + icon_state = "squares" }, /area/corsat/gamma/cargo) "bOe" = ( @@ -31948,17 +24934,6 @@ icon_state = "brown" }, /area/corsat/sigma/cargo) -"bOj" = ( -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 2; - id = "Viro"; - name = "Virology Lockdown" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "bOl" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/corsat{ @@ -32091,6 +25066,7 @@ /obj/structure/machinery/light, /obj/structure/surface/table/almayer, /obj/item/trash/popcorn, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/corsat{ icon_state = "brown" }, @@ -32113,25 +25089,23 @@ }, /area/corsat/gamma/residential/maint) "bOH" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, -/obj/structure/surface/table/almayer, -/obj/item/paper_bin, /turf/open/floor/corsat{ - dir = 9; + dir = 4; icon_state = "brown" }, -/area/corsat/gamma/cargo/lobby) +/area/corsat/gamma/cargo) "bOI" = ( -/obj/structure/filingcabinet/filingcabinet, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, /turf/open/floor/corsat{ - dir = 1; - icon_state = "brown" + icon_state = "spiralplate" }, -/area/corsat/gamma/cargo/lobby) +/area/corsat/gamma/hangar/flightcontrol) "bOJ" = ( /obj/structure/machinery/light{ dir = 8 @@ -32173,96 +25147,52 @@ icon_state = "yellow" }, /area/corsat/omega/maint) -"bOQ" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/cargo) "bOR" = ( -/obj/structure/surface/table/almayer, -/obj/item/ashtray/bronze, +/obj/structure/bed/chair/office/light{ + dir = 1 + }, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "whitetancorner" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/residential/academy) "bOS" = ( -/obj/structure/surface/rack, -/obj/item/device/flashlight, -/obj/item/tool/crowbar, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "redcorner" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/area/corsat/gamma/hangar/cargo) -"bOT" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/toolbox, /turf/open/floor/corsat{ - dir = 10; - icon_state = "red" + icon_state = "squares" }, -/area/corsat/gamma/hangar/cargo) -"bOU" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/corsat{ - icon_state = "plate" +/area/corsat/gamma/residential/maint) +"bOT" = ( +/obj/structure/machinery/light{ + dir = 8 }, -/area/corsat/gamma/rnr) -"bOV" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "blue" +/obj/structure/machinery/disposal, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/area/corsat/gamma/hangar/arrivals) -"bOW" = ( -/obj/structure/closet/emcloset, /turf/open/floor/corsat{ dir = 8; - icon_state = "blue" + icon_state = "bluegrey" }, -/area/corsat/gamma/hangar/arrivals) -"bOX" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/corsat{ +/area/corsat/gamma/hangar/flightcontrol) +"bOU" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) -"bOY" = ( -/obj/structure/machinery/light{ - dir = 1 + name = "Class Room"; + req_one_access = null }, -/obj/structure/closet/emcloset, /turf/open/floor/corsat{ dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) -"bOZ" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) -"bPa" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" + icon_state = "tan" }, -/area/corsat/gamma/hangar/checkpoint) +/area/corsat/gamma/residential/academy) "bPb" = ( /obj/structure/closet/firecloset, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "bPe" = ( /obj/structure/surface/table/almayer, /obj/item/robot_parts/robot_component/radio, @@ -32288,15 +25218,6 @@ icon_state = "yellow" }, /area/corsat/gamma/residential/maint) -"bPh" = ( -/obj/structure/surface/rack, -/obj/item/tool/wet_sign, -/obj/item/tool/wet_sign, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "yellow" - }, -/area/corsat/sigma/hangar/monorail/control) "bPi" = ( /obj/structure/surface/table, /obj/item/corncob, @@ -32314,7 +25235,7 @@ dir = 8; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bPk" = ( /obj/structure/machinery/light{ dir = 1 @@ -32342,7 +25263,7 @@ dir = 8; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bPn" = ( /obj/structure/surface/table/almayer, /obj/item/paper_bin, @@ -32373,6 +25294,7 @@ "bPr" = ( /obj/structure/closet/secure_closet/quartermaster, /obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/corsat{ dir = 5; icon_state = "brown" @@ -32384,14 +25306,6 @@ icon_state = "plate" }, /area/corsat/sigma/cargo) -"bPt" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "bPv" = ( /obj/structure/machinery/photocopier, /turf/open/floor/corsat{ @@ -32478,6 +25392,7 @@ "bPJ" = ( /obj/structure/machinery/light, /obj/structure/closet/secure_closet/cargotech, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/corsat{ icon_state = "brown" }, @@ -32490,6 +25405,7 @@ /area/corsat/sigma/cargo) "bPL" = ( /obj/structure/closet/secure_closet/cargotech, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/corsat{ dir = 6; icon_state = "brown" @@ -32516,12 +25432,15 @@ }, /area/corsat/sigma/north) "bPQ" = ( -/obj/structure/machinery/computer/general_air_control, +/obj/structure/machinery/computer/general_air_control{ + dir = 4; + pixel_x = -12 + }, /turf/open/floor/corsat{ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bPR" = ( /obj/structure/machinery/power/apc/hyper{ dir = 1; @@ -32532,7 +25451,7 @@ dir = 4; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bPS" = ( /obj/structure/machinery/light{ dir = 1 @@ -32542,7 +25461,7 @@ dir = 5; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bPV" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ name = "Atmospherics"; @@ -32554,13 +25473,13 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bPW" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bPX" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -32568,7 +25487,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bPY" = ( /obj/structure/surface/rack, /obj/item/reagent_container/glass/bucket, @@ -32583,7 +25502,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bQa" = ( /obj/structure/machinery/light{ dir = 8 @@ -32633,7 +25552,7 @@ dir = 4; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bQf" = ( /obj/structure/closet/crate, /obj/item/stack/sheet/glass{ @@ -32646,7 +25565,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bQg" = ( /obj/structure/closet/crate, /obj/item/stack/sheet/wood{ @@ -32659,7 +25578,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bQh" = ( /obj/structure/surface/rack, /obj/item/device/lightreplacer, @@ -32668,7 +25587,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bQi" = ( /obj/structure/surface/rack, /obj/item/device/assembly/signaller, @@ -32681,7 +25600,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bQj" = ( /obj/structure/surface/rack, /obj/item/cell, @@ -32690,7 +25609,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bQk" = ( /obj/structure/surface/table/reinforced, /obj/item/device/camera, @@ -32705,7 +25624,7 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bQm" = ( /obj/structure/surface/table/almayer, /obj/item/paper_bin, @@ -32713,13 +25632,13 @@ dir = 10; icon_state = "yellow" }, -/area/corsat/gamma/engineering/lobby) +/area/corsat/sigma/north/engineering/lobby) "bQn" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering/lobby) +/area/corsat/sigma/north/engineering/lobby) "bQo" = ( /obj/structure/janitorialcart, /obj/item/tool/mop, @@ -32736,7 +25655,7 @@ /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bQq" = ( /obj/structure/closet/crate, /obj/item/stack/sheet/metal{ @@ -32747,14 +25666,14 @@ /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bQr" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/toolbox, /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bQs" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/toolbox, @@ -32762,7 +25681,7 @@ dir = 6; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bQt" = ( /obj/structure/machinery/portable_atmospherics/canister/air, /turf/open/floor/corsat, @@ -32796,10 +25715,10 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bQy" = ( /turf/open/floor/corsat, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "bQA" = ( /obj/structure/machinery/light, /obj/structure/surface/rack, @@ -32817,7 +25736,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bQC" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/toolbox, @@ -32833,7 +25752,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bQF" = ( /turf/open/floor/corsat{ icon_state = "yellow" @@ -32845,7 +25764,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bQH" = ( /obj/structure/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/corsat, @@ -32859,7 +25778,7 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bQK" = ( /obj/item/tool/wet_sign, /obj/structure/pipes/standard/simple/hidden/green{ @@ -32877,15 +25796,16 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bQM" = ( /obj/structure/surface/table/almayer, /obj/effect/spawner/random/tool, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bQN" = ( /obj/structure/window/framed/corsat, /turf/open/floor/plating, @@ -32903,14 +25823,14 @@ /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bQQ" = ( /obj/structure/machinery/portable_atmospherics/powered/pump, /turf/open/floor/corsat{ dir = 5; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "bQR" = ( /obj/structure/machinery/light{ dir = 4 @@ -32923,7 +25843,7 @@ /area/corsat/omega/maint) "bQS" = ( /obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/emails, +/obj/structure/machinery/computer/objective, /turf/open/floor/corsat{ dir = 1; icon_state = "blue" @@ -32932,6 +25852,7 @@ "bQT" = ( /obj/structure/surface/table/almayer, /obj/item/clothing/glasses/science, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ dir = 1; icon_state = "purplewhite" @@ -32947,7 +25868,7 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bQV" = ( /obj/structure/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/corsat, @@ -32963,7 +25884,7 @@ /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "bQY" = ( /obj/structure/surface/table/almayer, /obj/item/ashtray/plastic, @@ -33113,6 +26034,17 @@ icon_state = "red" }, /area/corsat/omega/security) +"bRs" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/faxmachine, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/gamma/security) "bRv" = ( /obj/structure/window/reinforced{ dir = 4; @@ -33153,6 +26085,7 @@ }, /obj/item/clothing/head/beret/sec/warden, /obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/corsat{ dir = 5; icon_state = "red" @@ -33210,12 +26143,6 @@ icon_state = "red" }, /area/corsat/omega/security) -"bRT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) "bRV" = ( /obj/structure/surface/table/almayer, /obj/item/storage/fancy/cigarettes/lucky_strikes, @@ -33227,6 +26154,7 @@ "bRW" = ( /obj/structure/surface/table/almayer, /obj/item/folder/black_random, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/corsat{ dir = 4; icon_state = "red" @@ -33494,6 +26422,7 @@ /obj/structure/machinery/light{ dir = 8 }, +/obj/item/weapon/gun/smg/mp5, /turf/open/floor/corsat{ dir = 8; icon_state = "red" @@ -33512,6 +26441,7 @@ "bTp" = ( /obj/structure/surface/table/almayer, /obj/item/storage/fancy/vials/random, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/corsat{ icon_state = "squares" }, @@ -33690,18 +26620,6 @@ icon_state = "retrosquareslight" }, /area/corsat/sigma/south/complex) -"bTO" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, -/obj/structure/closet/l3closet/scientist, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "bTQ" = ( /obj/structure/surface/table/reinforced, /obj/item/device/gripper, @@ -33710,15 +26628,11 @@ }, /area/corsat/sigma/south/complex) "bTU" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/surface/table/woodentable/fancy, /turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" + icon_state = "plate" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/security) "bTV" = ( /obj/structure/surface/table/reinforced, /obj/item/cell/hyper/empty, @@ -33871,6 +26785,7 @@ /obj/structure/surface/table/almayer, /obj/item/paper, /obj/item/explosive/grenade/custom/antiweed, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ icon_state = "purplewhite" }, @@ -33888,18 +26803,7 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) -"bUF" = ( -/obj/structure/machinery/portable_atmospherics/canister/empty/phoron, -/obj/structure/pipes/vents/pump/siphon/on{ - dir = 8; - id_tag = "mix_sigma_out" - }, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/atmos) "bUI" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2; @@ -34053,13 +26957,6 @@ icon_state = "yellow" }, /area/corsat/sigma/airlock/control) -"bVh" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/airlock/control) "bVm" = ( /obj/structure/pipes/standard/simple/hidden/universal{ dir = 4 @@ -34068,32 +26965,6 @@ icon_state = "squares" }, /area/corsat/sigma/airlock/control) -"bVn" = ( -/obj/item/device/binoculars, -/obj/structure/surface/table/almayer, -/obj/structure/machinery/door_control{ - id = "GammaControl"; - name = "Observation Shutters"; - pixel_y = 5; - use_power = 0 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) -"bVs" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, -/obj/structure/closet/wardrobe/atmospherics_yellow, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) "bVv" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/atmos_alert, @@ -34151,16 +27022,6 @@ }, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"bVG" = ( -/obj/structure/machinery/door_control{ - id = "GammaBioAtmos"; - name = "Access Shutters"; - pixel_y = -24 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) "bVH" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -34182,9 +27043,6 @@ }, /area/corsat/theta/airlock/control) "bVL" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, /turf/open/floor/corsat{ dir = 8; icon_state = "yellowcorner" @@ -34194,7 +27052,6 @@ /obj/structure/machinery/light{ dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "yellowcorner" }, @@ -34283,6 +27140,7 @@ /area/corsat/theta/airlock/control) "bWd" = ( /obj/structure/closet/secure_closet/security, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/corsat{ dir = 5; icon_state = "red" @@ -34344,18 +27202,19 @@ /area/corsat/theta/airlock/control) "bWk" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/emails, +/obj/structure/machinery/computer/objective, /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/theta/airlock/control) "bWl" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "retrosquares" }, -/area/corsat/gamma/airlock/control) +/area/corsat/gamma/hallwaymain) "bWm" = ( /obj/structure/bed/chair/office/light{ dir = 1 @@ -34474,9 +27333,6 @@ /obj/structure/machinery/light{ dir = 1 }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, /turf/open/floor/corsat{ dir = 4; icon_state = "yellowcorner" @@ -34510,15 +27366,6 @@ icon_state = "yellow" }, /area/corsat/sigma/airlock/control) -"bWG" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "redcorner" - }, -/area/corsat/gamma/airlock/control) "bWH" = ( /obj/structure/surface/table/almayer, /obj/effect/spawner/random/technology_scanner, @@ -34527,15 +27374,6 @@ icon_state = "yellow" }, /area/corsat/sigma/airlock/control) -"bWI" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/emails{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/control) "bWJ" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/toolbox, @@ -34578,16 +27416,6 @@ icon_state = "yellow" }, /area/corsat/sigma/airlock/control) -"bWO" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/airlock/control) "bWQ" = ( /obj/structure/machinery/computer/general_air_control/large_tank_control{ name = "CO2 Control" @@ -34627,25 +27455,6 @@ icon_state = "yellow" }, /area/corsat/theta/airlock/control) -"bWV" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/control) -"bWW" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/door_control{ - id = "GammaEastD"; - name = "Entrance Airlock Control"; - pixel_x = 5; - use_power = 0 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/control) "bWX" = ( /obj/structure/surface/table/almayer, /obj/effect/spawner/random/technology_scanner, @@ -34701,13 +27510,6 @@ icon_state = "plate" }, /area/corsat/sigma/airlock/control) -"bXh" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/southeast) "bXl" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -34756,6 +27558,7 @@ /area/corsat/sigma/airlock/control) "bXs" = ( /obj/structure/closet/secure_closet/security, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/corsat{ dir = 8; icon_state = "red" @@ -34878,106 +27681,8 @@ }, /area/corsat/theta/airlock/control) "bXN" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) -"bXO" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) -"bXQ" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) -"bXW" = ( -/obj/structure/surface/table/almayer, -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/control) -"bXY" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "yellowcorner" - }, -/area/corsat/gamma/airlock/control) -"bXZ" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/machinery/disposal, -/obj/effect/landmark/nightmare{ - insert_tag = "lockdown-gamma-control" - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"bYa" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 2; - name = "Gamma Dome Control"; - req_one_access_txt = "102" - }, -/obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) -"bYb" = ( -/obj/structure/surface/table/almayer, -/obj/item/folder/black_random, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/control) -"bYd" = ( -/obj/structure/pipes/vents/pump/siphon/on{ - id_tag = "nit_gamma_out" - }, -/turf/open/floor/corsat, -/area/corsat/inaccessible) -"bYf" = ( -/obj/structure/machinery/computer/general_air_control/large_tank_control{ - name = "Mixed Air Control" - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"bYh" = ( -/obj/structure/closet/wardrobe/atmospherics_yellow, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"bYl" = ( -/obj/structure/machinery/computer/general_air_control/large_tank_control{ - name = "Nitrogen Control Console" - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) +/turf/closed/wall/r_wall/biodome, +/area/corsat/sigma/north/engineering) "bYm" = ( /obj/structure/pipes/unary/outlet_injector{ dir = 4; @@ -34985,33 +27690,6 @@ }, /turf/open/floor/corsat, /area/corsat/inaccessible) -"bYo" = ( -/obj/structure/pipes/trinary/mixer{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"bYp" = ( -/obj/structure/pipes/standard/simple/visible{ - dir = 4 - }, -/obj/structure/machinery/meter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"bYq" = ( -/obj/structure/pipes/standard/simple/hidden/universal{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) "bYr" = ( /obj/structure/machinery/light{ dir = 8 @@ -35021,190 +27699,24 @@ icon_state = "purple" }, /area/corsat/omega/hallways) -"bYs" = ( -/obj/structure/surface/table/almayer, -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/corsat/gamma/airlock/control) -"bYt" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/toolbox, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"bYu" = ( -/obj/structure/surface/rack, -/obj/item/tank/air, -/obj/item/tank/air, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/corsat/gamma/airlock/control) -"bYv" = ( -/obj/structure/surface/table/almayer, -/obj/effect/spawner/random/technology_scanner, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"bYw" = ( -/obj/structure/pipes/vents/pump/siphon/on{ - dir = 4; - id_tag = "mix_gamma_out" - }, -/turf/open/floor/corsat, -/area/corsat/inaccessible) "bYx" = ( -/obj/structure/pipes/binary/pump/high_power/on{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"bYy" = ( -/obj/structure/pipes/standard/simple/visible{ - dir = 4 - }, -/obj/structure/machinery/meter, -/turf/open/floor/corsat{ - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"bYz" = ( -/obj/structure/pipes/standard/simple/hidden/universal{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"bYA" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "yellowcorner" - }, -/area/corsat/gamma/airlock/control) -"bYC" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "Maintainence"; - req_one_access = null - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) -"bYD" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/station_alert{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"bYE" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2; - name = "Maintainance"; - req_one_access = null - }, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - id = "GammaBioAtmos"; - name = "Access Shutter" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) -"bYF" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/atmos_alert{ - dir = 8 +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced/colony{ + name = "Security Hub" }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"bYI" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 + dir = 1; + icon_state = "red" }, -/turf/open/ice, -/area/corsat/gamma/biodome) +/area/corsat/gamma/security) "bYJ" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "Maintainence"; - req_one_access = null - }, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 4; - id = "GammaBioAtmos"; - name = "Access Shutter" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) -"bYK" = ( -/obj/structure/pipes/binary/pump/on{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "yellowcorner" - }, -/area/corsat/gamma/airlock/control) -"bYL" = ( -/obj/structure/pipes/standard/simple/visible{ - dir = 10 - }, -/obj/structure/machinery/meter, -/turf/open/floor/corsat{ - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"bYM" = ( -/obj/structure/machinery/computer/general_air_control/large_tank_control{ - name = "Waste Tank Control" +/obj/structure/bed/chair{ + dir = 1 }, +/obj/effect/landmark/hunter_secondary, /turf/open/floor/corsat{ - dir = 6; - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"bYN" = ( -/obj/structure/pipes/unary/outlet_injector{ - dir = 1; - name = "Waste Air Injector" + icon_state = "plate" }, -/turf/open/floor/corsat, -/area/corsat/inaccessible) -"bYP" = ( -/obj/structure/machinery/light, -/obj/structure/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/corsat, -/area/corsat/inaccessible) +/area/corsat/sigma/south) "bYQ" = ( /obj/structure/pipes/unary/outlet_injector{ dir = 8; @@ -35298,6 +27810,7 @@ /obj/item/clipboard, /obj/item/paper, /obj/item/tool/pen/red, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/corsat{ dir = 10; icon_state = "blue" @@ -35369,6 +27882,7 @@ /area/corsat/omega/control) "bZl" = ( /obj/structure/surface/table/reinforced, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/corsat{ dir = 6; icon_state = "blue" @@ -35407,6 +27921,7 @@ /area/corsat/omega/control) "bZr" = ( /obj/structure/surface/table/reinforced, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/corsat{ dir = 10; icon_state = "red" @@ -35436,77 +27951,6 @@ icon_state = "whitetan" }, /area/corsat/sigma/dorms) -"bZy" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/cameras{ - network = list("gamma") - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/cargo) -"bZz" = ( -/obj/structure/machinery/light, -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/guestpass{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/hangar/cargo) -"bZD" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) -"bZE" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/biodome/complex) -"bZF" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/biodome/complex) -"bZI" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "Toxins Lab"; - req_one_access_txt = "103" - }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - dir = 2; - id = "Toxins"; - name = "Toxins Lockdown" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/toxins) -"bZK" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, -/obj/structure/closet/wardrobe/toxins_white, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "bZN" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/corsat{ @@ -35519,7 +27963,7 @@ /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/hallways) "bZW" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -35636,6 +28080,9 @@ icon_state = "retrosquareslight" }, /area/corsat/theta/biodome/hydroeast) +"cas" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/residential/showers) "cau" = ( /obj/structure/machinery/power/apc/high{ dir = 8; @@ -35666,7 +28113,7 @@ /turf/open/floor/corsat{ icon_state = "green" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "caG" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -35706,6 +28153,7 @@ name = "specimen control cabinet"; req_access_txt = "103" }, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/corsat{ dir = 1; icon_state = "red" @@ -35729,16 +28177,11 @@ }, /area/corsat/theta/airlock/control) "caU" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2; - name = "Maintainance"; - req_one_access = null - }, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 4; + icon_state = "yellow" }, -/area/corsat/theta/airlock/control) +/area/corsat/gamma/residential/generator) "caV" = ( /obj/structure/machinery/door_control{ id = "ThetaBioAtmos"; @@ -35815,14 +28258,14 @@ }, /area/corsat/gamma/medbay) "cbS" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "5" }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreen" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/rnr) +/area/corsat/sigma/south/complex/teleporter) "cbV" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -35834,22 +28277,40 @@ dir = 4; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "cbW" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/dirtgrassborder/north, /area/corsat/theta/biodome) "cce" = ( -/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + icon_state = "squares" }, -/area/corsat/gamma/residential/showers) +/area/corsat/gamma/residential/north) "ccq" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/corsat/theta/biodome) +"ccB" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/gamma/foyer) +"cdN" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "12" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/gamma/sigmaremote/teleporter/residential) "cec" = ( /turf/open/floor/corsat{ dir = 1; @@ -35862,7 +28323,7 @@ dir = 4; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "ces" = ( /obj/structure/surface/table/almayer, /obj/structure/window/reinforced{ @@ -35884,14 +28345,6 @@ icon_state = "retrosquares" }, /area/corsat/theta/airlock/east) -"ceE" = ( -/obj/structure/surface/table/reinforced, -/obj/item/clipboard, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) "ceR" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /obj/structure/pipes/standard/manifold/hidden/green, @@ -35921,9 +28374,12 @@ }, /area/corsat/sigma/south/offices) "cfO" = ( +/obj/structure/machinery/light{ + dir = 4 + }, /turf/open/floor/corsat{ dir = 4; - icon_state = "brown" + icon_state = "yellowcorner" }, /area/corsat/gamma/foyer) "cfZ" = ( @@ -35949,7 +28405,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "cgt" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/corsat{ @@ -36007,32 +28463,40 @@ icon_state = "whitebluefull" }, /area/corsat/gamma/residential/showers) -"cjg" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - dir = 1; - name = "\improper Dressing room" +"cjr" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/structure/barricade/handrail{ + dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + icon_state = "squares" }, -/area/corsat/gamma/residential/showers) +/area/corsat/gamma/hallwaysouth) "cjs" = ( /turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "cjy" = ( /turf/open/floor/corsat{ icon_state = "purplewhitecorner" }, /area/corsat/omega/containment) -"ckt" = ( -/obj/structure/filingcabinet/filingcabinet, +"cjY" = ( +/obj/effect/landmark/corpsespawner/pmc, /turf/open/floor/corsat{ - dir = 4; - icon_state = "red" + icon_state = "squares" + }, +/area/corsat/omega/checkpoint) +"ckd" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "14" }, -/area/corsat/gamma/airlock/control) +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/sigma/south/complex/teleporter) "cku" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -36041,41 +28505,17 @@ icon_state = "retrosquareslight" }, /area/corsat/omega/complex) -"ckz" = ( -/turf/open/floor/corsat{ - icon_state = "redcorner" - }, -/area/corsat/gamma/hangar/checkpoint) "ckY" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "retrosquares" }, /area/corsat/sigma/hangar/arrivals) -"clg" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "redcorner" - }, -/area/corsat/sigma/hangar/security) "clp" = ( /turf/open/floor/corsat{ icon_state = "bluegreycorner" }, /area/corsat/omega/offices) -"clI" = ( -/turf/open/floor/corsat{ - dir = 10; - icon_state = "darkgreen" - }, -/area/corsat/gamma/rnr) -"clN" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/airlock/south) "cmk" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -36084,18 +28524,6 @@ icon_state = "retrosquares" }, /area/corsat/gamma/hallwaysouth) -"cms" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("gamma") - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/complex) "cmy" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ @@ -36126,12 +28554,13 @@ icon_state = "purplewhite" }, /area/corsat/omega/complex) -"cnC" = ( -/obj/effect/landmark/survivor_spawner, +"cnK" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "retrosquareslight" }, -/area/corsat/gamma/residential/east) +/area/corsat/sigma/south/complex) "cog" = ( /obj/structure/surface/table/almayer, /turf/open/floor/corsat{ @@ -36161,7 +28590,7 @@ dir = 8; icon_state = "darkgreencorner" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) "cpS" = ( /obj/item/bodybag, /turf/open/floor/corsat{ @@ -36175,6 +28604,11 @@ icon_state = "rasputin15" }, /area/prison/hangar_storage/research/shuttle) +"cqo" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/comms/gamma_cargo) "cqv" = ( /obj/structure/computerframe, /turf/open/floor/corsat{ @@ -36188,13 +28622,6 @@ icon_state = "asteroidfloor" }, /area/corsat/sigma/biodome/gunrange) -"cqT" = ( -/obj/effect/landmark/corpsespawner/wysec, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/south/security) "cru" = ( /turf/open/floor/plating{ dir = 10; @@ -36229,40 +28656,20 @@ icon_state = "squareswood" }, /area/corsat/gamma/rnr/library) -"csk" = ( -/obj/structure/surface/table/almayer, -/obj/structure/window/reinforced{ - dir = 8; - health = 80 - }, -/turf/open/floor/corsat{ - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"cst" = ( -/obj/structure/toilet, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/residential/lavatory) "csE" = ( /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/inaccessible) "csI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/bed/chair/office/light{ + dir = 8 }, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 1; + icon_state = "bluegrey" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/hangar/flightcontrol) "csM" = ( /obj/structure/surface/table/almayer, /obj/item/phone, @@ -36270,12 +28677,6 @@ icon_state = "bluegreycorner" }, /area/corsat/sigma/southeast/datalab) -"cth" = ( -/obj/effect/decal/cleanable/blood/xtracks, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/omega/airlocknorth) "ctA" = ( /obj/structure/machinery/camera/autoname{ dir = 4; @@ -36285,7 +28686,7 @@ dir = 8; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "cuo" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -36303,15 +28704,16 @@ dir = 8; icon_state = "darkgreencorner" }, -/area/corsat/gamma/hallwaysouth) -"cuO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/area/corsat/gamma/foyer) +"cux" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "3" }, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/sigmaremote/teleporter/residential) "cvi" = ( /obj/structure/closet/crate/science, /turf/open/floor/corsat, @@ -36324,14 +28726,10 @@ }, /area/corsat/gamma/residential/showers) "cvr" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" - }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "white" + icon_state = "gamma" }, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/cargo) "cvO" = ( /obj/structure/flora/jungle/plantbot1, /obj/structure/pipes/standard/simple/hidden/green{ @@ -36345,12 +28743,13 @@ icon_state = "tcomms" }, /area/corsat/sigma/southeast/datalab) -"cwp" = ( -/obj/structure/machinery/portable_atmospherics/canister/empty/phoron, +"cwe" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/residential/academy) "cwr" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -36380,21 +28779,23 @@ icon_state = "plate" }, /area/corsat/sigma/hangar/security) -"cxE" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "brown" +"cxM" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" }, -/area/corsat/gamma/foyer) +/area/corsat/sigma/biodome) "cxO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/obj/item/device/flashlight/lamp, +/obj/structure/pipes/vents/pump{ + dir = 1 }, +/obj/structure/surface/table/woodentable/fancy, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + icon_state = "squares" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/security) "cyK" = ( /obj/structure/machinery/light{ dir = 8 @@ -36419,12 +28820,6 @@ icon_state = "yellow" }, /area/corsat/omega/control) -"czh" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/security) "cAg" = ( /obj/structure/closet/firecloset, /turf/open/floor/corsat{ @@ -36433,18 +28828,14 @@ }, /area/corsat/sigma/hangar) "cAV" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/corsat{ - icon_state = "purplewhitecorner" +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "19" }, -/area/corsat/gamma/sigmaremote) -"cAW" = ( -/obj/structure/closet/secure_closet/security, /turf/open/floor/corsat{ - dir = 4; - icon_state = "red" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/airlock/control) +/area/corsat/gamma/sigmaremote/teleporter/residential) "cAX" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -36491,23 +28882,14 @@ }, /area/corsat/sigma/biodome) "cFe" = ( -/obj/structure/bed/chair/office/light{ +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) -"cGb" = ( -/obj/structure/sink{ dir = 4; - pixel_x = 11 - }, -/turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "red" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/security) "cGi" = ( /turf/open/floor/corsat{ icon_state = "squares" @@ -36517,33 +28899,19 @@ /obj/structure/sign/safety/airlock, /turf/closed/wall/r_wall/biodome, /area/corsat/sigma/hangar/arrivals) -"cGO" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluecorner" - }, -/area/corsat/gamma/hangar/arrivals) "cIs" = ( /turf/open/floor/corsat{ dir = 10; icon_state = "red" }, /area/corsat/theta/airlock/west/id) -"cIB" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) "cJS" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "cJU" = ( /obj/structure/platform{ density = 0; @@ -36564,26 +28932,14 @@ icon_state = "squares" }, /area/corsat/sigma/southeast/datalab) -"cKa" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" - }, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/residential) "cKi" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/obj/structure/machinery/light{ - dir = 1 +/turf/open/floor/corsat{ + icon_state = "red" }, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) +/area/corsat/gamma/security/cells) "cKv" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" @@ -36594,25 +28950,42 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) +"cKz" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) +"cKG" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "17" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/gamma/sigmaremote/teleporter/residential) +"cKY" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat{ + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) "cLh" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/corsat{ icon_state = "lightplate" }, /area/corsat/sigma/south/complex) -"cLF" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/toxins) "cLZ" = ( /obj/structure/machinery/light, /turf/open/floor/corsat{ icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "cMa" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /obj/structure/pipes/standard/simple/hidden/green, @@ -36638,13 +29011,6 @@ icon_state = "tcomms" }, /area/corsat/sigma/southeast/telecomm) -"cMy" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/airlock/control) "cNG" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 1; @@ -36669,38 +29035,22 @@ icon_state = "brown" }, /area/corsat/sigma/cargo) -"cOv" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/hangar/flightcontrol) "cOU" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "redcorner" }, /area/corsat/omega/hangar) -"cPi" = ( -/obj/structure/monorail{ - dir = 8 - }, -/turf/open/space/transit/east/shuttlespace_ew10, -/area/space) -"cPC" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "redcorner" - }, -/area/corsat/gamma/hangar/checkpoint) -"cPR" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, +"cPg" = ( +/obj/structure/window/framed/corsat/security, +/turf/open/floor/plating, +/area/corsat/gamma/security/cells) +"cPK" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/green, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + icon_state = "squares" }, -/area/corsat/sigma/dorms) +/area/corsat/gamma/security) "cPT" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -36710,20 +29060,6 @@ icon_state = "browncorner" }, /area/corsat/omega/hallways) -"cQs" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/rnr) -"cQv" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/control) "cQR" = ( /obj/structure/machinery/camera/autoname{ network = list("gamma") @@ -36733,7 +29069,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "cRn" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -36741,16 +29077,22 @@ icon_state = "tan" }, /area/corsat/gamma/residential/researcher) -"cRx" = ( -/obj/item/cell/crap, -/turf/open/floor/corsat, -/area/corsat/gamma/cargo/disposal) +"cRJ" = ( +/obj/structure/window/framed/corsat/hull/research, +/turf/open/floor/plating, +/area/corsat/gamma/residential/academy) "cSi" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/mars{ icon_state = "mars_dirt_9" }, /area/corsat/sigma/biodome) +"cSz" = ( +/obj/structure/prop/mech/parts/durand_left_leg, +/turf/open/floor/corsat{ + icon_state = "arrow_east" + }, +/area/corsat/sigma/south/robotics) "cSI" = ( /turf/open/floor/corsat{ dir = 1; @@ -36766,13 +29108,17 @@ }, /area/corsat/gamma/medbay/lobby) "cTs" = ( -/obj/structure/stairs{ - dir = 4 +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, /turf/open/floor/corsat{ - icon_state = "whitetan" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "cUc" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -36785,14 +29131,14 @@ icon_state = "bluegrey" }, /area/corsat/omega/offices) -"cUT" = ( -/obj/effect/decal/cleanable/blood/xeno, -/obj/effect/landmark/corpsespawner/wysec, +"cUr" = ( +/obj/structure/surface/table, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/corsat{ dir = 1; - icon_state = "red" + icon_state = "tan" }, -/area/corsat/sigma/hangar/security) +/area/corsat/gamma/canteen) "cVq" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/camera/autoname{ @@ -36813,87 +29159,52 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/wood, /area/corsat/gamma/rnr/library) -"cWa" = ( -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/sigmaremote) "cWf" = ( /turf/open/floor/corsat{ - dir = 4; - icon_state = "browncorner" + icon_state = "arrow_east" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "cWu" = ( /turf/open/floor/corsat{ - icon_state = "darkgreen" + icon_state = "white" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/residential/north) "cWI" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "darkgreen" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/hallwaymain) "cWX" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "whitecorner" }, /area/corsat/sigma/south) -"cXm" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) "cXt" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" }, +/area/corsat/sigma/north) +"cXv" = ( /turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" + dir = 4; + icon_state = "whitecorner" }, -/area/corsat/gamma/rnr/bar) +/area/corsat/gamma/hangar/arrivals) "cXH" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/wood, /area/corsat/sigma/cafe) -"cYj" = ( -/obj/effect/decal/cleanable/blood/splatter, +"cYV" = ( +/obj/structure/surface/table/reinforced, +/obj/item/device/camera, /turf/open/floor/corsat{ icon_state = "retrosquareslight" }, -/area/corsat/gamma/medbay/lobby) -"cYL" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/secure_data{ - req_access_txt = "201" - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/airlock/control) -"cYU" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "whitecorner" - }, -/area/corsat/gamma/residential) +/area/corsat/gamma/sigmaremote/residential) "cZu" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/mars, @@ -36921,15 +29232,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) -"daO" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/hand_labeler, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/residential/academy) "daR" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -36937,46 +29240,25 @@ }, /area/corsat/sigma/southeast/datalab) "dbn" = ( -/obj/structure/surface/table, -/obj/structure/platform{ - dir = 4; - layer = 2 +/obj/structure/bookcase{ + icon_state = "book-5" }, -/obj/item/paper, -/obj/item/tool/pen/blue, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) -"dbr" = ( -/obj/effect/decal/cleanable/blood/xtracks, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" + dir = 9; + icon_state = "whitetan" }, -/area/corsat/omega/containment) -"dbV" = ( +/area/corsat/gamma/residential/academy) +"dbY" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/corsat{ - icon_state = "squares" + dir = 4 }, -/area/corsat/gamma/airlock/control) -"dbY" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced/colony{ + name = "Security Hub" }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) -"dcr" = ( -/turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "retrosquares" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/security) "dct" = ( /turf/open/floor/corsat, /area/corsat/gamma/airlock/south/id) @@ -36990,14 +29272,13 @@ }, /area/corsat/gamma/airlock/south/id) "dcK" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, +/obj/effect/landmark/corpsespawner/wysec, +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - dir = 8; - icon_state = "whitetancorner" + icon_state = "plate" }, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/security) "dcU" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -37019,11 +29300,14 @@ dir = 8; icon_state = "whitecorner" }, -/area/corsat/gamma/residential/east) -"dem" = ( +/area/corsat/gamma/residential/north) +"deu" = ( /obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/robotics) "dex" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/camera/autoname{ @@ -37050,10 +29334,9 @@ }, /area/corsat/sigma/airlock/control) "deR" = ( -/turf/open/floor/corsat{ - icon_state = "yellow" - }, -/area/corsat/gamma/hallwaysouth) +/obj/structure/window/framed/corsat/hull/research, +/turf/open/floor/plating, +/area/corsat/gamma/sigmaremote/residential) "dfg" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -37061,36 +29344,21 @@ /turf/open/floor/wood, /area/corsat/sigma/dorms) "dfB" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/library) -"dfT" = ( -/obj/item/reagent_container/glass/bucket/janibucket, -/obj/item/tool/mop, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/complex) -"dfV" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/glass/beaker, +/obj/item/storage/toolbox/mechanical, +/obj/structure/surface/rack, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + dir = 4; + icon_state = "red" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/security) "dgp" = ( -/obj/structure/pipes/standard/manifold/hidden/green, +/obj/structure/machinery/computer/secure_data, +/obj/structure/surface/table/almayer, /turf/open/floor/corsat{ - dir = 8; - icon_state = "whitetancorner" + dir = 9; + icon_state = "red" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/security) "dgq" = ( /turf/open/floor/corsat{ dir = 9; @@ -37098,16 +29366,22 @@ }, /area/corsat/omega/offices) "dgx" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/camera/autoname{ - dir = 8; +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ network = list("gamma") }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "whitetan" + dir = 1; + icon_state = "redcorner" + }, +/area/corsat/gamma/security) +"dgD" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/camera, +/turf/open/floor/corsat{ + icon_state = "plate" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/security) "dgJ" = ( /obj/structure/machinery/door_control{ id = "RemoteGateO"; @@ -37121,28 +29395,14 @@ icon_state = "plating" }, /area/corsat/gamma/sigmaremote) -"dhG" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/medbay) "dhN" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/residential/showers) -"dio" = ( -/obj/structure/pipes/vents/pump, +/obj/structure/surface/table/almayer, +/obj/item/ashtray/bronze, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 4; + icon_state = "red" }, -/area/corsat/gamma/hangar/monorail/control) +/area/corsat/gamma/security) "diw" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/mars_cave{ @@ -37162,23 +29422,17 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "diP" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "whitetancorner" }, /area/corsat/gamma/residential/researcher) -"djC" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/southeast/datalab) "djF" = ( -/turf/open/floor/corsat, -/area/corsat/gamma/residential/researcher) +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/hangar/arrivals) "djM" = ( /turf/open/floor/corsat{ dir = 1; @@ -37193,28 +29447,6 @@ icon_state = "purplewhite" }, /area/corsat/omega/complex) -"dky" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/foyer) -"dkK" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/hangar/arrivals) -"dlz" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/reagent_analyzer, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/toxins) "dlO" = ( /obj/structure/barricade/handrail{ dir = 4 @@ -37244,6 +29476,14 @@ icon_state = "redcorner" }, /area/corsat/sigma/hangar/checkpoint) +"dmz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/foyer) "dmD" = ( /obj/structure/machinery/door_control{ id = "SigmaGate"; @@ -37264,12 +29504,6 @@ icon_state = "plate" }, /area/corsat/theta/airlock/east) -"dmK" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/sigma/cargo) "dmP" = ( /obj/structure/pipes/standard/manifold/fourway/hidden/green, /turf/open/floor/corsat{ @@ -37285,6 +29519,11 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) +"dnt" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) "dnZ" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -37293,34 +29532,12 @@ icon_state = "purple" }, /area/corsat/omega/hallways) -"dos" = ( -/obj/structure/surface/table/almayer, -/obj/item/folder/black_random, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/toxins) -"dqi" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) -"dqt" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - name = "Teachers' Office"; - req_one_access = null - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +"doS" = ( +/obj/effect/alien/weeds/node, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + icon_state = "purple" }, -/area/corsat/gamma/residential/west) +/area/corsat/omega/hallways) "dqu" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -37330,6 +29547,9 @@ icon_state = "whitetancorner" }, /area/corsat/sigma/dorms) +"dqC" = ( +/turf/closed/wall/biodome, +/area/corsat/gamma/foyer) "dqQ" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -37338,24 +29558,28 @@ icon_state = "squares" }, /area/corsat/sigma/south/robotics) -"dqR" = ( -/obj/structure/closet/firecloset, +"dqZ" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/station_alert{ + dir = 8 + }, /turf/open/floor/corsat{ + dir = 4; icon_state = "purplewhite" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/sigmaremote/residential) +"drh" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hangar/arrivals) "drp" = ( /obj/docking_port/stationary/marine_dropship/lz1{ name = "LZ1: Gamma Landing Zone" }, /turf/open/floor/plating, /area/corsat/gamma/hangar) -"drv" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/gm/river/desert/shallow{ - name = "pool" - }, -/area/corsat/gamma/residential/showers) "drC" = ( /obj/structure/bed/chair{ dir = 4 @@ -37365,19 +29589,6 @@ icon_state = "whitetancorner" }, /area/corsat/sigma/dorms) -"drE" = ( -/obj/structure/machinery/power/reactor/colony{ - desc = "A high-tech thermoelectric generator fueled by a superheated uranium rod."; - name = "\improper G-17 Thermoelectric Generator" - }, -/obj/structure/cable/yellow{ - d2 = 4; - icon_state = "0-4" - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/engineering/core) "drW" = ( /turf/open/floor/corsat{ dir = 8; @@ -37405,19 +29616,6 @@ icon_state = "squares" }, /area/corsat/sigma/south/security) -"dsF" = ( -/obj/structure/toilet{ - dir = 1 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/residential/lavatory) "dta" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -37438,26 +29636,12 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/south/engineering) -"dtl" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"dtU" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) -"dug" = ( -/obj/effect/decal/cleanable/blood/splatter, +"dtQ" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/hangar/arrivals) +/area/corsat/omega/biodome) "dui" = ( /turf/open/floor/corsat{ dir = 10; @@ -37471,7 +29655,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "duC" = ( /obj/structure/platform{ dir = 1; @@ -37506,7 +29690,7 @@ /turf/open/floor/corsat{ icon_state = "whitecorner" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "dvp" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -37525,22 +29709,13 @@ icon_state = "squares" }, /area/corsat/sigma/cargo) -"dvE" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplecorner" - }, -/area/corsat/gamma/residential) -"dvI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/floor/corsat{ - icon_state = "squares" +"dvU" = ( +/obj/structure/bed/nest, +/obj/effect/landmark/corpsespawner/pmc, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" }, -/area/corsat/gamma/hangar) +/area/corsat/sigma/biodome) "dwa" = ( /obj/structure/bed/chair{ dir = 8 @@ -37552,12 +29727,6 @@ icon_state = "purplecorner" }, /area/corsat/theta/biodome/complex) -"dwl" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/hangar) "dwr" = ( /turf/open/floor/corsat{ icon_state = "sigma" @@ -37591,12 +29760,6 @@ icon_state = "squares" }, /area/corsat/omega/control) -"dwW" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/auto_turf/snow/layer2, -/area/corsat/gamma/biodome) "dxx" = ( /obj/structure/surface/table/reinforced, /obj/item/device/assembly/signaller, @@ -37605,44 +29768,28 @@ }, /area/corsat/sigma/south/complex) "dxy" = ( -/turf/open/gm/river/desert/shallow{ - name = "pool" - }, -/area/corsat/gamma/residential/showers) +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential/generator) "dxB" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/sigma/south/robotics) -"dxS" = ( -/obj/structure/machinery/door/poddoor/almayer{ - id = "GammaCargo"; - name = "Gamma Cargo Bay"; - use_power = 0 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/cargo) -"dyd" = ( -/obj/structure/machinery/light, -/obj/structure/closet/firecloset, +"dxQ" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "purplewhite" + dir = 4; + icon_state = "whitetan" }, -/area/corsat/gamma/biodome/complex) -"dyK" = ( -/obj/structure/pipes/vents/pump, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) +/area/corsat/gamma/residential/researcher) "dyU" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" + icon_state = "retrosquares" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) "dyY" = ( /obj/structure/pipes/vents/pump{ dir = 8; @@ -37675,10 +29822,14 @@ /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) "dzX" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "25" + }, /turf/open/floor/corsat{ - icon_state = "browncorner" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/foyer) +/area/corsat/gamma/sigmaremote/teleporter/residential) "dzZ" = ( /obj/structure/machinery/camera/autoname{ network = list("omega") @@ -37758,15 +29909,12 @@ icon_state = "plate" }, /area/corsat/omega/airlocknorth/id) -"dDt" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, +"dDr" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreen" + icon_state = "squares" }, -/area/corsat/gamma/foyer) +/area/corsat/sigma/checkpoint) "dEe" = ( /obj/structure/machinery/power/apc/hyper{ dir = 1; @@ -37775,6 +29923,19 @@ }, /turf/open/floor/corsat, /area/corsat/gamma/sigmaremote) +"dEH" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/southeast/datalab) +"dES" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + icon_state = "darkgreen" + }, +/area/corsat/gamma/foyer) "dET" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -37783,12 +29944,6 @@ icon_state = "plate" }, /area/corsat/omega/hallways) -"dFb" = ( -/obj/structure/machinery/floodlight{ - name = "Floodlight" - }, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) "dFe" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -37824,23 +29979,6 @@ icon_state = "retrosquareslight" }, /area/corsat/omega/complex) -"dHG" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) -"dIa" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/corsat/sigma/biodome) "dIo" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -37854,6 +29992,16 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) +"dJr" = ( +/obj/structure/machinery/vending/cigarette/colony, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/gamma/security) "dJR" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/ashtray/bronze, @@ -37876,10 +30024,6 @@ icon_state = "redcorner" }, /area/corsat/omega/hangar/security) -"dKn" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/wood, -/area/corsat/sigma/cafe) "dKv" = ( /obj/structure/window/reinforced{ dir = 4; @@ -37889,45 +30033,37 @@ icon_state = "squares" }, /area/corsat/sigma/southeast/datalab) -"dKE" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/monorail) "dLL" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) -"dLX" = ( -/obj/structure/surface/rack, -/obj/item/storage/firstaid/rad, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/residential/academy) "dMo" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/sigma/south/robotics) -"dMH" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" +"dMP" = ( +/obj/structure/flora/jungle/vines/heavy, +/obj/structure/tunnel{ + id = "hole3" }, -/area/corsat/gamma/administration) +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) "dMR" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/omega/airlocknorth) +"dMT" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/hangar/security) "dNa" = ( /obj/structure/pipes/vents/pump, /turf/open/floor{ @@ -37942,15 +30078,23 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "dNd" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/obj/item/storage/belt/gun/m4a3/vp78{ + desc = "The M276 is the standard load-bearing equipment of the TGMC. It consists of a modular belt with various clips. This version has a holster assembly that allows one to carry the VP78 comfortably secure. It also contains side pouches that can store XX magazines."; + name = "M276 pattern VP78 holster rig" + }, +/obj/structure/closet/secure_closet/detective{ + name = "Head of Security's Cabinet" }, +/obj/item/device/flash, +/obj/item/device/hailer, +/obj/item/device/megaphone, /turf/open/floor/corsat{ - icon_state = "officesquares" + dir = 8; + icon_state = "red" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/security) "dNs" = ( /obj/structure/surface/rack, /obj/item/tool/weldpack, @@ -37983,14 +30127,9 @@ /turf/open/gm/dirtgrassborder/south, /area/corsat/theta/biodome) "dOq" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) +/obj/structure/window/framed/corsat, +/turf/open/floor/plating, +/area/corsat/gamma/security) "dOu" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -38014,67 +30153,33 @@ icon_state = "whitetancorner" }, /area/corsat/gamma/canteen) -"dOF" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/corsat/sigma/biodome/gunrange) -"dPH" = ( -/obj/structure/bed/nest, -/obj/effect/landmark/corpsespawner/pmc, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/omega/biodome) "dPK" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "dPV" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "blue" }, /area/corsat/omega/control) -"dQc" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/administration) "dQp" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "red" }, /area/corsat/omega/airlocknorth/id) -"dQJ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/hangar) -"dQL" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +"dQD" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 }, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + icon_state = "retrosquares" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/sigma/north) "dQQ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -38090,44 +30195,38 @@ }, /area/corsat/sigma/hangar) "dRz" = ( -/turf/open/floor/corsat{ - icon_state = "squares" +/obj/structure/window/reinforced{ + dir = 8 }, -/area/corsat/gamma/airlock/south) -"dRI" = ( -/turf/open/floor/corsat{ +/obj/structure/window/reinforced{ dir = 4; - icon_state = "bluegreycorner" + health = 80 }, -/area/corsat/gamma/hangar/flightcontrol) -"dSc" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/obj/structure/window/reinforced{ + layer = 3.8 }, -/obj/item/fuel_cell, -/obj/structure/surface/rack, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/gamma/foyer) +"dSa" = ( +/obj/effect/landmark/xeno_spawn, +/obj/effect/alien/weeds/node, /turf/open/floor/corsat{ - dir = 1; - icon_state = "yellow" - }, -/area/corsat/gamma/engineering/core) -"dSi" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 + icon_state = "plate" }, +/area/corsat/omega/biodome) +"dSv" = ( /turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/cargo) -"dSM" = ( -/obj/structure/machinery/light{ - dir = 8 + dir = 9; + icon_state = "white" }, +/area/corsat/gamma/hallwaymain) +"dSP" = ( +/obj/effect/landmark/hunter_primary, /turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreen" + icon_state = "officesquares" }, -/area/corsat/gamma/foyer) +/area/corsat/sigma/southeast/dataoffice) "dTb" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -38144,12 +30243,6 @@ icon_state = "purplewhite" }, /area/corsat/omega/complex) -"dUj" = ( -/obj/docking_port/stationary/marine_dropship/lz2{ - name = "LZ2: Sigma Landing Zone" - }, -/turf/open/floor/plating, -/area/corsat/sigma/hangar) "dUn" = ( /obj/structure/machinery/camera/autoname{ network = list("gamma") @@ -38159,6 +30252,24 @@ icon_state = "whitetan" }, /area/corsat/gamma/canteen) +"dUO" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "6" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/sigma/south/complex/teleporter) +"dUZ" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "16" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/sigma/south/complex/teleporter) "dVM" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ name = "Engineering"; @@ -38170,47 +30281,17 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) -"dVN" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) -"dVQ" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/canteen) -"dWc" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/surface/table/almayer, -/obj/item/paper_bin, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" +/area/corsat/sigma/north/engineering) +"dWv" = ( +/obj/structure/noticeboard{ + pixel_y = 30 }, -/area/corsat/gamma/biodome/complex) -"dWk" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ dir = 1; - icon_state = "whitecorner" - }, -/area/corsat/gamma/residential) -"dWJ" = ( -/obj/structure/bed/nest, -/obj/effect/landmark/corpsespawner/scientist, -/turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "whitetan" }, -/area/corsat/omega/biodome) +/area/corsat/gamma/residential/academy) "dWY" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -38219,33 +30300,18 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/south/engineering) -"dXm" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/landmark/corpsespawner/scientist, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/residential) -"dXp" = ( -/obj/effect/spawner/gibspawner/human, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/prison/hangar_storage/research/shuttle) "dXq" = ( -/obj/structure/surface/table/almayer, -/obj/item/folder/black_random, /turf/open/floor/corsat{ - dir = 10; - icon_state = "purplewhite" + dir = 8; + icon_state = "redcorner" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/security) "dXy" = ( /turf/open/floor/corsat{ dir = 6; icon_state = "yellow" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "dXO" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -38275,18 +30341,12 @@ icon_state = "squares" }, /area/corsat/sigma/airlock/control) -"dYB" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/bed/chair/office/light{ - dir = 8 - }, +"dYu" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" + icon_state = "squares" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/sigma/southeast/generator) "dYJ" = ( /obj/structure/machinery/camera/autoname{ network = list("gamma") @@ -38295,13 +30355,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"dYM" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/arrivals) +/area/corsat/sigma/north/engineering) "dZe" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/cameras{ @@ -38313,14 +30367,6 @@ icon_state = "red" }, /area/corsat/omega/security) -"dZu" = ( -/obj/structure/surface/rack, -/obj/item/device/lightreplacer, -/obj/item/storage/box/lights, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/residential) "dZH" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -38331,7 +30377,7 @@ "dZW" = ( /obj/structure/machinery/disposal, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "eaL" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -38340,44 +30386,19 @@ icon_state = "retrosquares" }, /area/corsat/gamma/hallwaysouth) -"eaN" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/wood, -/area/corsat/sigma/dorms) "ebq" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/sigma/airlock/control) -"eby" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/residential) -"ebE" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/south) "ebH" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ dir = 4; icon_state = "whitecorner" }, -/area/corsat/gamma/residential/east) -"ebK" = ( -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/residential/north) "ect" = ( /obj/structure/bed/chair/office/light{ dir = 1 @@ -38389,14 +30410,6 @@ icon_state = "retrosquareslight" }, /area/corsat/omega/complex) -"ecA" = ( -/obj/structure/machinery/light, -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "ecX" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -38414,66 +30427,58 @@ icon_state = "plate" }, /area/corsat/sigma/south) +"edJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/almayer/research/containment/corner_var1{ + dir = 4 + }, +/area/corsat/gamma/sigmaremote/residential) "edN" = ( /obj/structure/flora/pottedplant, /turf/open/floor/corsat{ icon_state = "bluegrey" }, /area/corsat/omega/offices) -"edO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/hangar) -"edP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, +"eeL" = ( +/obj/structure/flora/pottedplant, /turf/open/floor/corsat{ - icon_state = "retrosquares" + dir = 8; + icon_state = "bluegrey" }, -/area/corsat/gamma/foyer) -"eeG" = ( -/obj/effect/landmark/xeno_spawn, -/obj/effect/landmark/queen_spawn, +/area/corsat/gamma/hangar/flightcontrol) +"eeN" = ( +/obj/structure/machinery/disposal, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 4; + icon_state = "red" }, -/area/corsat/omega/biodome) -"eeL" = ( -/obj/structure/machinery/light{ - dir = 8 +/area/corsat/gamma/security) +"efy" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "browncorner" + dir = 1; + icon_state = "whitetancorner" }, -/area/corsat/gamma/cargo) -"eeN" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer3/laptop/secure_data, +/area/corsat/comms/sigma_residential) +"efH" = ( +/obj/effect/landmark/survivor_spawner, /turf/open/floor/corsat{ - dir = 1; - icon_state = "whitetan" + dir = 4; + icon_state = "purplewhitecorner" }, -/area/corsat/gamma/residential/west) +/area/corsat/sigma/south/complex) "efN" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "redcorner" }, /area/corsat/theta/airlock/west) -"egd" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) "egq" = ( /obj/structure/machinery/camera/autoname{ dir = 4; @@ -38483,6 +30488,12 @@ icon_state = "squares" }, /area/corsat/sigma/south/engineering) +"egB" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/comms/sigma_cargo) "egJ" = ( /turf/open/floor/corsat{ dir = 8; @@ -38506,6 +30517,15 @@ dir = 1 }, /area/corsat/sigma/south/complex) +"ehf" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "red" + }, +/area/corsat/gamma/security) "ehg" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /obj/structure/pipes/vents/pump, @@ -38518,13 +30538,6 @@ icon_state = "bluegrey" }, /area/corsat/omega/offices) -"ehy" = ( -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/hangar/flightcontrol) "ehC" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -38533,30 +30546,12 @@ icon_state = "mars_dirt_4" }, /area/corsat/sigma/biodome) -"ehN" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/flightcontrol) "ehS" = ( +/obj/structure/cargo_container/hd/right/alt, /turf/open/floor/corsat{ - icon_state = "white" - }, -/area/corsat/gamma/residential/researcher) -"ehU" = ( -/obj/structure/surface/table, -/obj/item/paper, -/obj/item/tool/pen/blue, -/obj/structure/machinery/camera/autoname{ - dir = 4; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "whitetan" + icon_state = "cargo" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/cargo) "eii" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -38579,7 +30574,7 @@ dir = 8; icon_state = "darkgreen" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/foyer) "eiR" = ( /turf/open/floor/corsat{ dir = 8; @@ -38602,11 +30597,10 @@ }, /area/corsat/omega/airlocknorth/id) "ejk" = ( -/obj/structure/cargo_container/hd/mid/alt, /turf/open/floor/corsat{ - icon_state = "cargo" + icon_state = "red" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/security) "ejl" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -38653,6 +30647,15 @@ icon_state = "redcorner" }, /area/corsat/sigma/south/security) +"ekR" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "20" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/gamma/sigmaremote/teleporter/residential) "elt" = ( /obj/structure/machinery/camera/autoname{ network = list("omega") @@ -38663,13 +30666,6 @@ icon_state = "red" }, /area/corsat/gamma/airlock/south/id) -"elG" = ( -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/omega/biodome) "elR" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /obj/structure/pipes/standard/simple/hidden/green{ @@ -38704,15 +30700,13 @@ icon_state = "plate" }, /area/corsat/theta/biodome/hydroeast) -"emC" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, +"end" = ( +/obj/structure/surface/table/reinforced, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ icon_state = "retrosquareslight" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/sigmaremote/residential) "enf" = ( /obj/structure/machinery/light, /turf/open/floor/corsat{ @@ -38720,6 +30714,14 @@ icon_state = "purplewhitecorner" }, /area/corsat/omega/complex) +"enp" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) "enu" = ( /turf/open/floor/corsat{ dir = 6; @@ -38732,12 +30734,19 @@ icon_state = "mars_cave_2" }, /area/corsat/sigma/biodome) +"eoi" = ( +/obj/effect/landmark/corpsespawner/engineer, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) "eon" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "eoE" = ( /turf/open/floor/corsat{ dir = 10; @@ -38782,16 +30791,12 @@ icon_state = "red" }, /area/corsat/omega/security) -"epq" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +"eps" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "yellow" }, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) -"epI" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/airlock/south/id) +/area/corsat/gamma/residential/generator) "epN" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -38822,55 +30827,37 @@ /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"eqt" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/arcade) -"equ" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "yellowcorner" - }, -/area/corsat/gamma/airlock/control) "eqz" = ( /turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "eqF" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 +/obj/structure/bed/chair/office/light{ + dir = 4 }, /turf/open/floor/corsat{ - icon_state = "white" + dir = 1; + icon_state = "bluegrey" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hangar/flightcontrol) "eqK" = ( /turf/open/floor/corsat{ icon_state = "gamma" }, /area/corsat/gamma/foyer) -"eqM" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hallwaysouth) "erb" = ( /turf/open/floor/corsat{ icon_state = "brown" }, /area/corsat/omega/cargo) "erc" = ( -/obj/structure/bed/chair/office/dark, -/obj/structure/pipes/vents/pump{ - dir = 8 +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("gamma") }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/researcher) +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/gamma/security) "erh" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -38880,13 +30867,12 @@ icon_state = "redcorner" }, /area/corsat/theta/airlock/control) -"ero" = ( -/obj/effect/alien/weeds/node, +"erC" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" + icon_state = "squares" }, -/area/corsat/omega/complex) +/area/corsat/theta/biodome/complex) "erP" = ( /obj/structure/platform{ dir = 1; @@ -38901,13 +30887,7 @@ dir = 9; icon_state = "white" }, -/area/corsat/gamma/residential/east) -"ese" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/residential/north) "esg" = ( /obj/structure/surface/table/reinforced, /obj/item/ashtray/plastic, @@ -38937,13 +30917,6 @@ icon_state = "green" }, /area/corsat/gamma/medbay/morgue) -"etb" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/theta/biodome/complex) "etp" = ( /obj/effect/landmark/corpsespawner/pmc, /turf/open/floor/corsat{ @@ -38968,12 +30941,6 @@ icon_state = "yellow" }, /area/corsat/sigma/southeast/generator) -"eun" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/complex) "euV" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -38985,7 +30952,7 @@ "evq" = ( /obj/item/stack/sheet/wood, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "evv" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -38995,25 +30962,15 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/south/robotics) -"ewM" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 1; - name = "CORSAT Academy"; - req_one_access = null - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) -"ewN" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"evY" = ( +/obj/structure/machinery/light{ dir = 4 }, /turf/open/floor/corsat{ - icon_state = "retrosquares" + dir = 5; + icon_state = "yellow" }, -/area/corsat/gamma/hangar/monorail) +/area/corsat/gamma/residential/generator) "ewP" = ( /turf/open/floor/corsat{ icon_state = "redcorner" @@ -39028,17 +30985,22 @@ }, /area/corsat/gamma/sigmaremote) "ewW" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/closed/wall/r_wall/biodome, -/area/corsat/omega/offices) -"exb" = ( -/obj/structure/surface/table/woodentable, -/obj/structure/machinery/computer/emails{ - dir = 1 +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8; + health = 250 }, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/wood, -/area/corsat/gamma/residential/researcher) +/obj/item/ashtray/bronze, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/gamma/hangar/flightcontrol) +"ewX" = ( +/obj/effect/landmark/corpsespawner/pmc, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" + }, +/area/prison/hangar_storage/research/shuttle) "exf" = ( /obj/structure/machinery/computer3/server/rack, /turf/open/floor/almayer{ @@ -39081,17 +31043,6 @@ icon_state = "warnplate" }, /area/corsat/omega/hangar) -"eyA" = ( -/obj/structure/bed{ - icon_state = "psychbed" - }, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/wood, -/area/corsat/gamma/residential/researcher) -"eyK" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat, -/area/corsat/gamma/freezer) "ezs" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -39106,13 +31057,6 @@ icon_state = "retrosquareslight" }, /area/corsat/theta/biodome/hydrowest) -"ezJ" = ( -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "ezQ" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -39125,6 +31069,14 @@ /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/dirt, /area/corsat/theta/biodome) +"eAc" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hangar/arrivals) "eAD" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -39132,14 +31084,12 @@ /turf/open/gm/coast/south, /area/corsat/theta/biodome) "eBl" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, +/obj/structure/machinery/recharge_station, /turf/open/floor/corsat{ dir = 4; - icon_state = "white" + icon_state = "yellow" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/hangar) "eBx" = ( /obj/structure/surface/table/almayer, /obj/effect/spawner/random/tool, @@ -39148,24 +31098,13 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) -"eCr" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) -"eDd" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, +/area/corsat/gamma/atmos) +"eCn" = ( +/obj/effect/landmark/yautja_teleport, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + icon_state = "squares" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/omega/maint) "eDe" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ @@ -39225,6 +31164,10 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/southeast/generator) +"eFc" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat, +/area/corsat/gamma/security) "eGx" = ( /turf/open/floor/corsat{ dir = 4; @@ -39247,12 +31190,6 @@ icon_state = "tan" }, /area/corsat/gamma/canteen) -"eHn" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/residential) "eIq" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -39269,41 +31206,19 @@ icon_state = "green" }, /area/corsat/gamma/hallwaysouth) -"eJz" = ( -/obj/effect/landmark/corpsespawner/wysec, -/obj/effect/decal/cleanable/blood/splatter, +"eKw" = ( +/obj/effect/landmark/survivor_spawner, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/sigma/checkpoint) -"eKm" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("gamma") - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/residential) -"eKJ" = ( -/obj/structure/sink{ - pixel_y = 24 - }, +/area/corsat/sigma/north/engineering) +"eKL" = ( +/obj/structure/surface/rack, /turf/open/floor/corsat{ dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"eKL" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor{ - dir = 8; - icon_state = "carpet13-5" + icon_state = "yellow" }, -/area/corsat/gamma/administration) +/area/corsat/sigma/north/engineering/core) "eKV" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ @@ -39312,38 +31227,54 @@ }, /area/corsat/sigma/south/complex) "eLc" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/obj/structure/machinery/light{ - dir = 4 +/obj/structure/bed/chair{ + dir = 1 }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "whitetan" + icon_state = "red" + }, +/area/corsat/gamma/security) +"eLk" = ( +/obj/structure/bed/chair{ + dir = 1 }, -/area/corsat/gamma/residential/west) -"eLP" = ( -/obj/effect/decal/cleanable/blood/xtracks, /turf/open/floor/corsat{ - icon_state = "retrosquares" + dir = 6; + icon_state = "red" }, -/area/corsat/omega/hallways) +/area/corsat/gamma/security) "eLR" = ( -/obj/structure/stairs{ - dir = 4 +/obj/structure/closet/secure_closet/security_empty{ + icon_broken = "hossecurebroken"; + icon_closed = "hossecure"; + icon_locked = "hossecure1"; + icon_off = "hossecureoff"; + icon_opened = "hossecureopen"; + icon_state = "hossecure1"; + name = "Head of Security's Locker" }, +/obj/item/storage/belt/security/MP/full, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/device/binoculars, +/obj/item/device/flashlight, /turf/open/floor/corsat{ - dir = 1; - icon_state = "whitetan" + dir = 10; + icon_state = "red" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/security) "eMu" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/machinery/computer/emails{ + dir = 1 + }, /turf/open/floor/corsat{ - icon_state = "retrosquares" + icon_state = "bluegrey" }, -/area/corsat/gamma/rnr/bar) +/area/corsat/gamma/hangar/flightcontrol) "eMB" = ( /obj/structure/flora/jungle/planttop1, /obj/structure/pipes/standard/simple/hidden/green{ @@ -39358,20 +31289,6 @@ }, /turf/open/floor/corsat, /area/corsat/gamma/sigmaremote) -"eMM" = ( -/obj/effect/alien/weeds/node, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/omega/biodome) -"eNm" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) "eNn" = ( /obj/effect/decal/warning_stripes{ icon_state = "NW-out" @@ -39394,12 +31311,6 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"eOe" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/auto_turf/snow/layer2, -/area/corsat/gamma/biodome) "eOI" = ( /turf/open/floor/corsat{ dir = 8; @@ -39419,12 +31330,6 @@ /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/gm/dirtgrassborder/north, /area/corsat/theta/biodome) -"ePL" = ( -/obj/structure/closet/l3closet/general, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/virology) "eQR" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -39433,21 +31338,6 @@ icon_state = "retrosquares" }, /area/corsat/sigma/dorms) -"eRg" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"eRi" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/toxins) "eRE" = ( /obj/structure/filingcabinet/filingcabinet, /obj/structure/machinery/camera/autoname{ @@ -39459,43 +31349,12 @@ icon_state = "red" }, /area/corsat/theta/airlock/west/id) -"eRX" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/south/robotics) -"eSg" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/hangar/monorail) -"eSC" = ( -/obj/structure/machinery/light, -/obj/structure/bed, -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "eSY" = ( /obj/structure/largecrate/random/barrel, /turf/open/floor/corsat{ icon_state = "brown" }, /area/corsat/sigma/cargo) -"eTf" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/landmark/corpsespawner/scientist, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) "eTg" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -39516,7 +31375,7 @@ /turf/open/floor/corsat{ icon_state = "whitecorner" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "eTR" = ( /turf/open/floor/corsat{ dir = 4; @@ -39529,7 +31388,7 @@ dir = 4; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "eUf" = ( /turf/open/floor/corsat{ dir = 1; @@ -39567,7 +31426,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/hallways) "eVe" = ( /turf/open/floor/corsat{ dir = 1; @@ -39582,15 +31441,23 @@ }, /area/corsat/omega/offices) "eVI" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/emails{ - dir = 8 +/obj/structure/machinery/door_control{ + id = "ThetaIDEC"; + name = "Privacy Shutters"; + pixel_y = -24; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "GammaSecC"; + name = "Security Shutters"; + pixel_x = 10; + pixel_y = -24; + use_power = 0 }, /turf/open/floor/corsat{ - dir = 5; - icon_state = "purplewhite" + icon_state = "red" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/security) "eVQ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -39605,12 +31472,6 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) -"eXi" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/arrivals) "eXO" = ( /obj/structure/surface/table/reinforced, /obj/item/device/camera, @@ -39637,16 +31498,14 @@ }, /area/corsat/gamma/sigmaremote) "eYe" = ( -/obj/structure/bedsheetbin, -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("gamma") +/obj/structure/machinery/light{ + dir = 8 }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + dir = 9; + icon_state = "purplewhite" }, -/area/corsat/gamma/residential/laundry) +/area/corsat/gamma/sigmaremote/residential) "eYr" = ( /obj/structure/surface/rack, /obj/item/storage/briefcase, @@ -39682,7 +31541,7 @@ dir = 4; icon_state = "whitetancorner" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "eZv" = ( /obj/structure/closet/jcloset, /turf/open/floor/corsat{ @@ -39694,31 +31553,21 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirtgrassborder/south, /area/corsat/theta/biodome) -"fax" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/closet/l3closet/scientist, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) -"faF" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" - }, +"faa" = ( +/obj/structure/surface/table/reinforced, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/corsat{ - dir = 5; - icon_state = "purplewhite" + dir = 1; + icon_state = "red" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/sigma/checkpoint) "faT" = ( +/obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ dir = 1; - icon_state = "browncorner" + icon_state = "bluegrey" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "fbe" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -39727,12 +31576,35 @@ icon_state = "mars_cave_2" }, /area/corsat/sigma/biodome) +"fbr" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/pipes/standard/manifold/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) "fbs" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/sigma/south/robotics) +"fby" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "11" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/gamma/sigmaremote/teleporter/residential) +"fbV" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/gamma/hangar/arrivals) "fcd" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -39750,28 +31622,31 @@ }, /area/corsat/omega/offices) "fdc" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/corsat, -/area/corsat/gamma/residential/researcher) +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential/north) "fdf" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "bluecorner" }, /area/corsat/omega/hallways) -"fdh" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 +"fdI" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "squares" }, -/turf/open/floor/wood, -/area/corsat/gamma/biodome/complex) +/area/corsat/sigma/south/robotics) "feg" = ( -/obj/structure/closet/crate/science, -/obj/item/storage/fancy/vials/random, +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "5" + }, /turf/open/floor/corsat{ - icon_state = "cargo" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/sigmaremote/teleporter) "fey" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" @@ -39785,33 +31660,6 @@ icon_state = "brown" }, /area/corsat/sigma/cargo) -"feC" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/wood, -/area/corsat/sigma/dorms) -"feD" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/freezer) -"feQ" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) -"feZ" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/corsat/sigma/south/robotics) "ffa" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -39820,7 +31668,7 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "ffc" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -39840,7 +31688,7 @@ dir = 1; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "ffC" = ( /obj/structure/machinery/light{ dir = 1 @@ -39917,13 +31765,11 @@ icon_state = "carpet15-15" }, /area/corsat/omega/offices) -"fid" = ( -/obj/structure/machinery/chem_master, +"fhQ" = ( /turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhitecorner" + icon_state = "red" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/security) "fie" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ @@ -39986,7 +31832,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/hallways) "flo" = ( /obj/structure/window/reinforced{ dir = 8 @@ -39999,27 +31845,20 @@ /turf/open/gm/grass/grass1/weedable, /area/corsat/gamma/foyer) "flt" = ( -/obj/vehicle/train/cargo/trolley, -/obj/item/pamphlet/skill/powerloader, +/obj/structure/machinery/camera/autoname{ + network = list("sigma") + }, /turf/open/floor/corsat{ - icon_state = "cargo" + dir = 4; + icon_state = "darkgreencorner" }, -/area/corsat/gamma/cargo) +/area/corsat/sigma/hangar/arrivals) "flB" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, /turf/open/gm/dirt, /area/corsat/theta/biodome) -"flQ" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/arcade) "fmd" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ name = "Engineering"; @@ -40034,14 +31873,14 @@ }, /area/corsat/sigma/south/engineering) "fmk" = ( -/obj/structure/noticeboard{ - pixel_y = 30 - }, +/obj/item/paper_bin, +/obj/item/tool/pen, +/obj/item/tool/stamp/hos, +/obj/structure/surface/table/woodentable/fancy, /turf/open/floor/corsat{ - dir = 9; - icon_state = "whitetan" + icon_state = "red" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/security) "fmq" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -40057,38 +31896,14 @@ }, /area/corsat/theta/biodome/hydrowest) "fmC" = ( -/obj/structure/pipes/vents/pump, -/obj/structure/surface/table/reinforced, -/obj/item/device/assembly/voice, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) -"fmF" = ( -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/hangar) -"fmM" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("gamma") - }, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) -"fmR" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/item/tool/pen/blue, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 8; + icon_state = "bluegrey" }, -/area/corsat/theta/biodome/complex) +/area/corsat/gamma/hangar/flightcontrol) "fmZ" = ( /turf/open/floor/corsat{ dir = 8; @@ -40114,6 +31929,14 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) +"fnJ" = ( +/obj/structure/surface/table/reinforced, +/obj/item/paper, +/obj/item/tool/pen/red, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote/residential) "fog" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -40122,20 +31945,21 @@ icon_state = "squares" }, /area/corsat/sigma/checkpoint) -"foQ" = ( -/obj/structure/tunnel{ - id = "hole2" +"foT" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/floor/corsat{ + icon_state = "squares" }, -/turf/open/ice, -/area/corsat/gamma/biodome) -"fps" = ( -/obj/structure/machinery/atm{ - pixel_y = -30 +/area/corsat/sigma/south/robotics) +"fpv" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "25" }, /turf/open/floor/corsat{ - icon_state = "darkgreen" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/foyer) +/area/corsat/sigma/south/complex/teleporter) "fpI" = ( /obj/structure/flora/jungle/vines/light_1, /obj/structure/pipes/standard/simple/hidden/green{ @@ -40151,13 +31975,6 @@ icon_state = "retrosquares" }, /area/corsat/gamma/foyer) -"fqj" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "fqk" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -40168,14 +31985,13 @@ }, /area/corsat/theta/biodome/hydrowest) "fqp" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/obj/structure/pipes/vents/pump{ - dir = 8 +/obj/item/clothing/head/beret/sec/warden, +/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/corsat{ + icon_state = "red" }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/security) "frk" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -40191,36 +32007,12 @@ icon_state = "squares" }, /area/corsat/omega/hangar/office) -"fsn" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "yellow" - }, -/area/corsat/sigma/south/robotics) -"fsr" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/landmark/corpsespawner/pmc, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hallwaysouth) -"fst" = ( -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/floor/almayer{ - dir = 5; - icon_state = "plating" - }, -/area/corsat/gamma/sigmaremote) "fsu" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "redcorner" }, /area/corsat/omega/hallways) -"fsx" = ( -/turf/open/auto_turf/snow/layer4, -/area/corsat/gamma/biodome) "fsL" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -40228,13 +32020,13 @@ /turf/open/floor/wood, /area/corsat/gamma/rnr/library) "fsP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, +/obj/structure/surface/table/reinforced, +/obj/item/device/binoculars, /turf/open/floor/corsat{ - icon_state = "retrosquares" + dir = 4; + icon_state = "purplewhite" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/sigmaremote/residential) "fsS" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -40243,14 +32035,6 @@ icon_state = "retrosquareslight" }, /area/corsat/theta/biodome/complex) -"ftj" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/box/syringes, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "ftx" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -40259,7 +32043,13 @@ dir = 8; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) +"ftP" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/hangar/arrivals) "ftX" = ( /obj/structure/bed/chair{ dir = 1 @@ -40280,7 +32070,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/hallways) "fuG" = ( /obj/structure/machinery/light{ dir = 4 @@ -40290,7 +32080,7 @@ dir = 4; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "fuK" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -40300,6 +32090,12 @@ icon_state = "redcorner" }, /area/corsat/omega/airlocknorth/id) +"fvp" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/airlocknorth) "fwq" = ( /obj/structure/flora/jungle/vines/light_1, /obj/structure/pipes/standard/simple/hidden/green, @@ -40310,10 +32106,16 @@ icon_state = "red" }, /area/corsat/omega/hangar/security) +"fwY" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/generator) "fxf" = ( /obj/structure/window/framed/corsat, /turf/open/floor/plating, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "fxn" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -40333,30 +32135,12 @@ icon_state = "redcorner" }, /area/corsat/omega/airlocknorth/id) -"fyq" = ( -/obj/structure/largecrate/random/barrel, -/turf/open/floor/corsat{ - icon_state = "brown" - }, -/area/corsat/gamma/cargo) "fyy" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering/atmos) -"fyC" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/hangar/office) -"fyM" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/sigma/southeast/datalab) +/area/corsat/gamma/atmos) "fyO" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/mars_cave{ @@ -40384,15 +32168,6 @@ icon_state = "red" }, /area/corsat/sigma/hangar/security) -"fzy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/theta/biodome/complex) "fzV" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ name = "ID Checkpoint"; @@ -40424,16 +32199,7 @@ dir = 8; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) -"fCx" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "bluegrey" - }, -/area/corsat/gamma/administration) +/area/corsat/gamma/residential/academy) "fCK" = ( /obj/structure/barricade/handrail{ layer = 3 @@ -40442,7 +32208,7 @@ /obj/effect/landmark/crap_item, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "fCN" = ( /obj/item/storage/box/masks, /obj/structure/surface/table/almayer, @@ -40458,12 +32224,6 @@ icon_state = "squares" }, /area/corsat/sigma/hangar/security) -"fDY" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/residential/east) "fEl" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/corsat{ @@ -40480,20 +32240,13 @@ /turf/open/floor/corsat{ icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) -"fEP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +/area/corsat/gamma/residential/academy) +"fEV" = ( +/obj/structure/machinery/disposal, /turf/open/floor/corsat{ - icon_state = "retrosquares" + icon_state = "white" }, -/area/corsat/gamma/hangar/arrivals) -"fFa" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/wood, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/residential/north) "fFh" = ( /turf/open/floor/corsat{ icon_state = "plate" @@ -40508,36 +32261,18 @@ }, /area/corsat/sigma/south/engineering) "fGJ" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - dir = 1; - name = "Teleportation Chamber"; - req_one_access_txt = "103" - }, -/turf/open/floor/almayer{ - dir = 5; - icon_state = "plating" - }, -/area/corsat/gamma/sigmaremote) -"fGM" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/emails, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) -"fGO" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/bed/chair{ +/obj/structure/window/reinforced{ dir = 4 }, +/obj/item/device/flashlight/lamp, /turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhitecorner" + icon_state = "spiralplate" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/hangar/flightcontrol) +"fGO" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/north/engineering) "fGP" = ( /obj/structure/bed/chair{ dir = 1 @@ -40547,20 +32282,12 @@ }, /area/corsat/sigma/cargo) "fGS" = ( -/obj/structure/barricade/handrail{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "gamma" - }, -/area/corsat/gamma/hallwaysouth) -"fGU" = ( -/obj/effect/landmark/survivor_spawner, +/obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhitecorner" + dir = 6; + icon_state = "red" }, -/area/corsat/sigma/south/complex) +/area/corsat/gamma/security) "fGV" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -40615,34 +32342,49 @@ icon_state = "bluecorner" }, /area/corsat/sigma/southeast) -"fJm" = ( -/obj/structure/closet/crate/trashcart, -/turf/open/floor/corsat, -/area/corsat/gamma/cargo/disposal) -"fJx" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/box/beakers, +"fJM" = ( +/obj/structure/bed/nest, +/obj/effect/landmark/corpsespawner/engineer, /turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" + icon_state = "plate" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/omega/biodome) "fJZ" = ( /obj/structure/surface/table/almayer, /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/sigma/hangar) +"fKk" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/north/engineering/core) "fKw" = ( +/obj/structure/machinery/light{ + dir = 8 + }, /obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat, -/area/corsat/gamma/sigmaremote) -"fLm" = ( /turf/open/floor/corsat{ - dir = 1; - icon_state = "purple" + icon_state = "squares" + }, +/area/corsat/gamma/hangar) +"fLk" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"fLr" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "darkgreen" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/foyer) "fLz" = ( /obj/structure/surface/table/almayer, /turf/open/floor/corsat{ @@ -40650,16 +32392,13 @@ }, /area/corsat/gamma/kitchen) "fMi" = ( -/obj/structure/machinery/light{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/pipes/vents/pump{ - dir = 8 - }, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "arrow_east" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "fMn" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -40668,13 +32407,6 @@ icon_state = "squares" }, /area/corsat/sigma/south/engineering) -"fMv" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "fMN" = ( /turf/open/floor/corsat{ dir = 1; @@ -40693,13 +32425,6 @@ }, /turf/open/gm/dirtgrassborder/north, /area/corsat/theta/biodome) -"fOh" = ( -/obj/effect/landmark/corpsespawner/prisoner, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/sigma/south/security) "fPp" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/emails{ @@ -40713,12 +32438,6 @@ icon_state = "bluegrey" }, /area/corsat/omega/offices) -"fPK" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) "fQl" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -40737,17 +32456,6 @@ icon_state = "squares" }, /area/corsat/sigma/southeast/datalab) -"fQC" = ( -/obj/structure/machinery/door/poddoor/almayer/open{ - id = "GammaHangarH"; - name = "Hangar Lockdown"; - use_power = 0 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/hangar/cargo) "fRD" = ( /obj/structure/closet/emcloset, /turf/open/floor/corsat{ @@ -40760,23 +32468,15 @@ icon_state = "red" }, /area/corsat/sigma/airlock/control) -"fSo" = ( -/obj/structure/bed/stool, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) "fSr" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") +/obj/structure/machinery/light{ + dir = 4 }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "blue" + dir = 5; + icon_state = "yellow" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "fSA" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, @@ -40786,6 +32486,11 @@ icon_state = "darkgreencorner" }, /area/corsat/sigma/hangar/arrivals) +"fSQ" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hallwaymain) "fSU" = ( /turf/open/floor/corsat{ dir = 4; @@ -40811,13 +32516,11 @@ dir = 10; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"fTK" = ( -/obj/structure/prop/mech/parts/durand_left_leg, -/turf/open/floor/corsat{ - icon_state = "arrow_east" - }, -/area/corsat/sigma/south/robotics) +/area/corsat/sigma/north/engineering) +"fTH" = ( +/obj/structure/foamed_metal, +/turf/open/floor/plating, +/area/corsat/gamma/foyer) "fTT" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -40826,12 +32529,6 @@ icon_state = "squares" }, /area/corsat/omega/airlocknorth) -"fUj" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/sigmaremote) "fUp" = ( /obj/structure/machinery/light, /obj/structure/pipes/vents/pump{ @@ -40847,12 +32544,6 @@ icon_state = "red" }, /area/corsat/omega/security) -"fVl" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/ice, -/area/corsat/gamma/biodome) "fVm" = ( /obj/structure/surface/rack, /obj/structure/machinery/camera/autoname{ @@ -40878,7 +32569,7 @@ /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) "fWx" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -40893,12 +32584,6 @@ icon_state = "retrosquares" }, /area/corsat/sigma/south) -"fWM" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/ice, -/area/corsat/gamma/biodome) "fWN" = ( /turf/open/floor/corsat{ icon_state = "plate" @@ -40918,23 +32603,6 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/airlock/control) -"fXE" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, -/obj/effect/landmark/yautja_teleport, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/residential) -"fXJ" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/residential) "fXP" = ( /turf/open/floor/corsat{ icon_state = "redcorner" @@ -40953,13 +32621,15 @@ icon_state = "red" }, /area/corsat/omega/security) -"fZQ" = ( -/obj/structure/surface/table/almayer, -/obj/item/folder/black_random, +"fZT" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "10" + }, /turf/open/floor/corsat{ - icon_state = "bluegrey" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/hangar/flightcontrol) +/area/corsat/sigma/south/complex/teleporter) "fZW" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -40975,7 +32645,7 @@ }, /turf/open/floor/corsat{ dir = 1; - icon_state = "whitetan" + icon_state = "tan" }, /area/corsat/gamma/residential/researcher) "gak" = ( @@ -40986,27 +32656,6 @@ icon_state = "marked" }, /area/corsat/sigma/airlock/east) -"gaF" = ( -/turf/open/floor/corsat{ - dir = 5; - icon_state = "red" - }, -/area/corsat/gamma/security) -"gaO" = ( -/obj/effect/landmark/corpsespawner/pmc, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/south) -"gaP" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "gbd" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -41015,21 +32664,13 @@ icon_state = "plate" }, /area/corsat/omega/hangar/security) -"gbm" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "gbw" = ( +/obj/effect/landmark/static_comms/net_one, /turf/open/floor/corsat{ - dir = 4; - icon_state = "browncorner" + dir = 1; + icon_state = "bluegreycorner" }, -/area/corsat/gamma/cargo) +/area/corsat/comms/flight_control) "gbQ" = ( /turf/open/floor/corsat{ icon_state = "bluegrey" @@ -41058,7 +32699,7 @@ dir = 8; icon_state = "darkgreen" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "gcM" = ( /turf/open/floor/plating{ icon_state = "warnplate" @@ -41114,43 +32755,18 @@ icon_state = "squares" }, /area/corsat/sigma/hangar) -"gew" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/south) "geN" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/corsat/theta/biodome) -"geV" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/sigma/dorms) -"gft" = ( +"gff" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"gfC" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" + icon_state = "yellow" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/sigma/north/engineering) "gfL" = ( /obj/structure/machinery/camera/autoname{ dir = 4; @@ -41172,27 +32788,19 @@ icon_state = "cargo" }, /area/corsat/omega/cargo) -"ggh" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/hangar/monorail/control) "ggq" = ( /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/gamma/foyer) -"ggO" = ( +"ggv" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ - dir = 8; - icon_state = "red" + dir = 1; + icon_state = "purplewhite" }, -/area/corsat/gamma/security/cells) +/area/corsat/sigma/south/complex) "ggU" = ( /obj/structure/bed/chair{ dir = 8 @@ -41201,19 +32809,13 @@ icon_state = "plate" }, /area/corsat/gamma/hallwaysouth) -"ghu" = ( -/obj/effect/landmark/corpsespawner/wysec, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/security) "ghx" = ( /obj/structure/pipes/vents/pump{ dir = 1 }, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 1; + icon_state = "yellow" }, /area/corsat/gamma/residential/maint) "ghB" = ( @@ -41224,19 +32826,12 @@ /area/corsat/gamma/medbay) "ghJ" = ( /obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/corsat{ dir = 4; icon_state = "red" }, /area/corsat/sigma/hangar/security) -"gio" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "red" - }, -/area/corsat/gamma/airlock/control) "giX" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -41275,15 +32870,6 @@ /obj/structure/machinery/door/airlock/almayer/generic, /turf/open/floor/plating, /area/prison/hangar_storage/research/shuttle) -"gjw" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "gjX" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/r_wall/biodome/biodome_unmeltable, @@ -41294,20 +32880,6 @@ icon_state = "brown" }, /area/corsat/sigma/cargo) -"gki" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/monorail) -"gkx" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) "gkA" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -41323,14 +32895,13 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/sigma/hangar/monorail) -"gkH" = ( -/obj/structure/surface/table/reinforced, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhitecorner" +/area/corsat/sigma/hangar/arrivals) +"gkP" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "lockdown-highsec" }, -/area/corsat/gamma/sigmaremote) +/turf/closed/wall/r_wall/biodome, +/area/corsat/omega/checkpoint) "gkU" = ( /obj/structure/window/framed/corsat/security, /obj/structure/machinery/door/poddoor/shutters/almayer/open{ @@ -41344,19 +32915,29 @@ /obj/effect/landmark/monkey_spawn, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/corsat/theta/biodome) +"glv" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/southeast/datalab) "gne" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "brown" }, /area/corsat/omega/hallways) -"gnm" = ( -/obj/structure/closet/wardrobe/toxins_white, +"gnr" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/objective, /turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" + dir = 1; + icon_state = "squareswood" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/residential/lounge) "gnC" = ( /obj/structure/bed, /obj/item/bedsheet, @@ -41382,7 +32963,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "gnR" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /obj/structure/pipes/standard/simple/hidden/green{ @@ -41406,12 +32987,16 @@ icon_state = "lightplate" }, /area/corsat/sigma/south/complex) -"goV" = ( -/obj/effect/decal/cleanable/blood/splatter, +"gpg" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/static_comms/net_two, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/comms/sigma_residential) "gpn" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -41430,6 +33015,16 @@ icon_state = "squares" }, /area/corsat/sigma/south/engineering) +"gpO" = ( +/obj/structure/machinery/computer/teleporter_console/corsat{ + dir = 8 + }, +/obj/structure/surface/table/reinforced, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote/residential) "gpP" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/dirtgrassborder/north, @@ -41442,15 +33037,11 @@ }, /area/corsat/omega/hangar/office) "gqi" = ( -/obj/structure/bed/chair/office/light, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + dir = 10; + icon_state = "darkgreen" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/foyer) "gqo" = ( /obj/structure/closet/toolcloset, /obj/structure/machinery/camera/autoname{ @@ -41461,13 +33052,7 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"gqE" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar) +/area/corsat/sigma/north/engineering) "gqH" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -41522,16 +33107,11 @@ }, /area/corsat/omega/maint) "grg" = ( -/obj/structure/surface/table, -/obj/item/book, -/obj/structure/machinery/light{ - dir = 8 - }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "whitetan" + dir = 4; + icon_state = "yellowcorner" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/foyer) "grD" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /obj/structure/pipes/standard/simple/hidden/green, @@ -41542,7 +33122,7 @@ dir = 6; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "gsg" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -41556,14 +33136,6 @@ icon_state = "squareswood" }, /area/corsat/sigma/cafe) -"gtc" = ( -/obj/structure/barricade/handrail{ - layer = 3 - }, -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) "gth" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -41588,7 +33160,7 @@ /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/hallwaymain) "gtI" = ( /obj/structure/surface/table/almayer, /obj/item/storage/fancy/vials/random, @@ -41597,15 +33169,6 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"gtP" = ( -/obj/structure/machinery/camera/autoname{ - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purple" - }, -/area/corsat/gamma/residential) "gtX" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -41619,9 +33182,11 @@ }, /area/corsat/omega/hallways) "gui" = ( -/obj/structure/machinery/vending/coffee, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/biodome) "guq" = ( /obj/structure/surface/table/almayer, /obj/effect/spawner/random/toolbox, @@ -41632,7 +33197,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "guA" = ( /obj/structure/curtain/open/medical, /obj/structure/pipes/standard/simple/hidden/green{ @@ -41652,40 +33217,22 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay/lobby) -"guS" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "brown" - }, -/area/corsat/gamma/foyer) -"gvh" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/omega/hangar) "gvi" = ( /obj/structure/machinery/disposal, /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/gamma/hallwaysouth) -"gvl" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer/emails{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) "gvs" = ( /obj/structure/bed/chair/comfy/black, /turf/open/floor/wood, /area/corsat/theta/biodome/complex) +"gwP" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/gamma/hangar/flightcontrol) "gwV" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -41701,10 +33248,14 @@ }, /area/corsat/omega/hangar/office) "gwY" = ( -/obj/structure/machinery/disposal, -/obj/structure/machinery/light, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/gamma/security/armory) "gxb" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -41713,12 +33264,6 @@ icon_state = "squares" }, /area/corsat/sigma/south/robotics) -"gxp" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/virology) "gxu" = ( /obj/structure/surface/table/woodentable, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, @@ -41764,12 +33309,6 @@ icon_state = "yellow" }, /area/corsat/sigma/south/robotics) -"gze" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/hangar/monorail) "gzf" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ name = "Maintainence"; @@ -41777,21 +33316,6 @@ }, /turf/open/floor/corsat, /area/corsat/sigma/cargo) -"gzz" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/corsat{ - icon_state = "darkgreen" - }, -/area/corsat/gamma/foyer) -"gzB" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/flightcontrol) "gzL" = ( /turf/open/floor/corsat{ icon_state = "plate" @@ -41803,15 +33327,6 @@ icon_state = "lightplate" }, /area/corsat/gamma/medbay/morgue) -"gAt" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "white" - }, -/area/corsat/gamma/residential) "gAv" = ( /obj/structure/surface/table/reinforced, /obj/item/device/flashlight/lamp, @@ -41822,39 +33337,23 @@ icon_state = "plate" }, /area/corsat/omega/hangar/security) +"gAE" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/surface/table/reinforced, +/obj/item/folder/black_random, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote/residential) "gBh" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/wood, /area/corsat/sigma/dorms) -"gBx" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 1 - }, -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"gCo" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "white" - }, -/area/corsat/gamma/residential) -"gCN" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/sigma/southeast/dataoffice) "gCO" = ( /turf/open/floor/corsat{ icon_state = "green" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "gEf" = ( /obj/structure/machinery/light{ dir = 4 @@ -41866,12 +33365,6 @@ icon_state = "yellow" }, /area/corsat/sigma/south/robotics) -"gEm" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/checkpoint) "gEy" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /obj/structure/pipes/standard/simple/hidden/green{ @@ -41886,12 +33379,6 @@ }, /turf/open/gm/dirtgrassborder/east, /area/corsat/theta/biodome) -"gEV" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluecorner" - }, -/area/corsat/gamma/airlock/control) "gFh" = ( /obj/structure/flora/jungle/alienplant1, /obj/structure/pipes/standard/simple/hidden/green{ @@ -41899,6 +33386,16 @@ }, /turf/open/gm/dirt, /area/corsat/theta/biodome) +"gFA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) "gGb" = ( /obj/structure/surface/table, /obj/item/book, @@ -41906,7 +33403,7 @@ dir = 4; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "gGF" = ( /turf/open/floor/corsat{ icon_state = "greenwhitecorner" @@ -41945,7 +33442,7 @@ /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/hallwaymain) "gHg" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -41959,6 +33456,15 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay) +"gHK" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/hallways) "gIe" = ( /obj/structure/machinery/light{ dir = 4 @@ -41968,6 +33474,12 @@ icon_state = "purple" }, /area/corsat/omega/hallways) +"gIG" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_cave_18" + }, +/area/corsat/sigma/biodome) "gIT" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -41975,13 +33487,6 @@ icon_state = "bluegreycorner" }, /area/corsat/omega/offices) -"gJn" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreen" - }, -/area/corsat/gamma/foyer) "gJr" = ( /obj/structure/surface/table/almayer, /obj/structure/window/reinforced{ @@ -41992,13 +33497,6 @@ icon_state = "spiralplate" }, /area/corsat/omega/offices) -"gJz" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) "gJS" = ( /turf/open/floor/corsat{ dir = 1; @@ -42016,11 +33514,6 @@ icon_state = "whitebluefull" }, /area/corsat/gamma/residential/showers) -"gKu" = ( -/turf/open/floor/corsat{ - icon_state = "browncorner" - }, -/area/corsat/gamma/hallwaysouth) "gKQ" = ( /obj/structure/machinery/light{ dir = 1 @@ -42030,6 +33523,14 @@ icon_state = "tcomms" }, /area/corsat/gamma/sigmaremote) +"gLj" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) "gLs" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/inaccessible) @@ -42040,12 +33541,13 @@ }, /turf/open/gm/dirt, /area/corsat/theta/biodome) -"gLW" = ( +"gMa" = ( +/obj/effect/alien/weeds/node, /turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreencorner" + dir = 8; + icon_state = "purplewhite" }, -/area/corsat/gamma/hangar/arrivals) +/area/corsat/omega/complex) "gMC" = ( /obj/structure/bed/chair{ dir = 1 @@ -42054,15 +33556,22 @@ icon_state = "red" }, /area/corsat/sigma/hangar) -"gMY" = ( -/obj/structure/machinery/light{ - dir = 8 +"gME" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "browncorner" + }, +/area/corsat/gamma/cargo) +"gMS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 8; - icon_state = "redcorner" + dir = 4; + icon_state = "whitetancorner" }, -/area/corsat/gamma/hangar/security) +/area/corsat/sigma/dorms) "gNb" = ( /turf/open/floor/corsat{ icon_state = "purple" @@ -42093,14 +33602,13 @@ dir = 4; icon_state = "darkgreen" }, -/area/corsat/gamma/rnr) -"gOO" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/area/corsat/gamma/foyer) +"gOG" = ( +/obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhitecorner" + icon_state = "squares" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/cargo) "gOP" = ( /obj/structure/machinery/light, /obj/structure/surface/table/reinforced, @@ -42110,35 +33618,12 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) -"gOU" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/flashlight/lamp, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) -"gOZ" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/hangar/checkpoint) "gPd" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/omega/hangar) -"gPk" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/foyer) "gPo" = ( /obj/structure/platform{ dir = 4; @@ -42184,6 +33669,13 @@ icon_state = "spiralplate" }, /area/corsat/sigma/hangar/office) +"gPY" = ( +/obj/effect/landmark/xeno_spawn, +/obj/effect/landmark/queen_spawn, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/biodome) "gQj" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -42213,29 +33705,20 @@ }, /area/corsat/sigma/biodome) "gRm" = ( -/obj/structure/bed/stool{ - pixel_y = 15 - }, /turf/open/floor/corsat{ dir = 1; - icon_state = "squareswood" + icon_state = "redcorner" }, -/area/corsat/gamma/rnr/arcade) +/area/corsat/gamma/security) "gRB" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "yellow" }, /area/corsat/sigma/north) -"gRE" = ( -/obj/structure/closet/wardrobe/science_white, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "gRH" = ( /obj/structure/surface/table/reinforced, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ icon_state = "retrosquareslight" }, @@ -42265,13 +33748,6 @@ icon_state = "purplewhitecorner" }, /area/corsat/sigma/south/complex) -"gSC" = ( -/obj/structure/largecrate/random/barrel, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/corsat, -/area/corsat/gamma/cargo/disposal) "gSI" = ( /turf/open/floor/corsat{ dir = 8; @@ -42286,16 +33762,14 @@ icon_state = "floor5" }, /area/corsat/theta/biodome/complex) -"gTe" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" +"gTG" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null; + req_one_access_txt = "104;106" }, -/area/corsat/gamma/canteen) +/turf/open/floor/plating, +/area/corsat/gamma/security) "gUe" = ( /obj/structure/machinery/light{ dir = 1 @@ -42374,17 +33848,12 @@ }, /area/corsat/sigma/south/robotics) "gWS" = ( -/obj/structure/surface/table, -/obj/structure/platform{ - dir = 4; - layer = 2 - }, -/obj/structure/machinery/computer3/laptop/secure_data, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" +/obj/structure/closet/cabinet, +/obj/structure/machinery/light{ + dir = 1 }, -/area/corsat/gamma/residential/west) +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) "gWU" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor{ @@ -42397,7 +33866,7 @@ dir = 8; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "gXv" = ( /obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ req_access_txt = "102" @@ -42406,6 +33875,13 @@ icon_state = "plate" }, /area/corsat/sigma/south/robotics) +"gXB" = ( +/obj/structure/prop/almayer/computers/sensor_computer3, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote/residential) "gXG" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -42447,12 +33923,6 @@ icon_state = "plate" }, /area/corsat/omega/maint) -"gYr" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) "gYA" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -42495,23 +33965,21 @@ /area/corsat/sigma/south) "gZw" = ( /obj/effect/landmark/corpsespawner/chef, -/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ icon_state = "sterileplate" }, /area/corsat/gamma/kitchen) "gZB" = ( -/obj/structure/machinery/photocopier, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "GammaHangarH"; + name = "Hangar Lockdown"; + use_power = 0 + }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "purplewhite" + icon_state = "marked" }, -/area/corsat/gamma/sigmaremote) -"gZF" = ( -/obj/structure/bed, -/obj/item/bedsheet/brown, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/wood, -/area/corsat/sigma/dorms) +/area/corsat/gamma/hangar) "gZH" = ( /obj/structure/surface/table/almayer, /obj/item/tool/screwdriver, @@ -42557,13 +34025,6 @@ icon_state = "whitebluefull" }, /area/corsat/gamma/residential/showers) -"hbu" = ( -/obj/structure/surface/rack, -/obj/item/storage/box/beakers, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/toxins) "hbB" = ( /obj/structure/surface/table/almayer, /obj/effect/spawner/random/tech_supply, @@ -42596,6 +34057,12 @@ icon_state = "squares" }, /area/corsat/sigma/north) +"hcK" = ( +/obj/structure/largecrate/hunter_games_guns/mediocre, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/sigma/cargo) "hcU" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -42603,7 +34070,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "hdB" = ( /obj/structure/flora/jungle/plantbot1, /obj/structure/pipes/standard/simple/hidden/green, @@ -42621,12 +34088,6 @@ icon_state = "retrosquares" }, /area/corsat/omega/hallways) -"heb" = ( -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/toxins) "hed" = ( /obj/structure/sign/safety/storage, /turf/closed/wall/r_wall/biodome, @@ -42650,10 +34111,9 @@ /area/corsat/sigma/biodome) "heo" = ( /turf/open/floor/corsat{ - dir = 1; - icon_state = "yellow" + icon_state = "arrow_north" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "hep" = ( /obj/structure/machinery/light{ dir = 1 @@ -42663,6 +34123,19 @@ icon_state = "red" }, /area/corsat/omega/security) +"heH" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("sigma") + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/generator) +"heI" = ( +/obj/structure/window/framed/corsat/research, +/turf/open/floor/plating, +/area/corsat/gamma/rnr/library) "heL" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /obj/structure/pipes/standard/simple/hidden/green{ @@ -42670,6 +34143,13 @@ }, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/corsat/theta/biodome) +"hfh" = ( +/obj/structure/bed/chair/office/dark, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) "hfG" = ( /obj/structure/bed/chair{ dir = 1 @@ -42682,21 +34162,15 @@ icon_state = "plate" }, /area/corsat/sigma/north) +"hfY" = ( +/turf/open/space/basic, +/area/corsat/gamma/residential/researcher) "hgB" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "redcorner" }, /area/corsat/omega/airlocknorth/id) -"hhb" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/monorail) "hhj" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/corsat{ @@ -42733,6 +34207,14 @@ icon_state = "retrosquares" }, /area/corsat/sigma/north) +"hik" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/theta/biodome/complex) "hiw" = ( /obj/structure/bed/chair/comfy/black{ dir = 1 @@ -42761,6 +34243,15 @@ icon_state = "plate" }, /area/corsat/gamma/hallwaysouth) +"hjV" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/weapon/gun/pistol/mod88, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "squareswood" + }, +/area/corsat/gamma/residential/lounge) "hkn" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -42780,13 +34271,6 @@ icon_state = "brown" }, /area/corsat/omega/cargo) -"hle" = ( -/obj/structure/surface/rack, -/obj/item/stack/sheet/mineral/phoron/medium_stack, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/toxins) "hlf" = ( /obj/vehicle/train/cargo/trolley, /turf/open/floor/almayer{ @@ -42833,11 +34317,9 @@ }, /area/corsat/sigma/hangar/arrivals) "hnx" = ( -/obj/structure/surface/table, -/turf/open/floor/corsat{ - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) +/obj/structure/foamed_metal, +/turf/open/floor/plating, +/area/corsat/gamma/residential/researcher) "hnR" = ( /obj/structure/flora/jungle/plantbot1, /obj/structure/pipes/standard/simple/hidden/green, @@ -42860,6 +34342,10 @@ icon_state = "bluegrey" }, /area/corsat/sigma/south/offices) +"hot" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) "hoC" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -42872,7 +34358,7 @@ dir = 8; icon_state = "darkgreen" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/foyer) "hpC" = ( /obj/structure/closet/secure_closet{ name = "secure evidence locker"; @@ -42884,14 +34370,14 @@ }, /area/corsat/omega/security) "hpM" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/bed/chair/office/dark{ + dir = 1 }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" +/obj/structure/pipes/vents/pump{ + dir = 8 }, -/area/corsat/gamma/rnr) +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) "hqa" = ( /obj/structure/machinery/light, /obj/structure/bed/sofa/vert/grey/top, @@ -42899,15 +34385,14 @@ icon_state = "darkgreen" }, /area/corsat/sigma/hangar/arrivals) -"hqd" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin, -/obj/item/tool/pen/red, +"hqj" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, /turf/open/floor/corsat{ - dir = 5; - icon_state = "red" + icon_state = "lightplate" }, -/area/corsat/gamma/airlock/control) +/area/corsat/gamma/sigmaremote/residential) "hqv" = ( /obj/structure/surface/table/almayer, /obj/effect/spawner/random/tech_supply, @@ -42917,11 +34402,8 @@ }, /area/corsat/sigma/south/robotics) "hqA" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "brown" - }, -/area/corsat/gamma/cargo) +/turf/closed/wall/biodome, +/area/corsat/gamma/hangar/flightcontrol) "hqU" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -42938,41 +34420,42 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) +"hsl" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "darkgreen" + }, +/area/corsat/gamma/foyer) "hsq" = ( /obj/structure/pipes/vents/pump{ dir = 4 }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/residential/showers) -"hsr" = ( -/obj/effect/landmark/hunter_secondary, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/hallwaymain) "hsD" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/airlock/south) -"hsJ" = ( -/obj/structure/surface/table, -/obj/item/paper, -/obj/structure/platform{ - dir = 4; - layer = 2 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, -/obj/item/tool/pen/blue, /turf/open/floor/corsat{ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/researcher) +"hsJ" = ( +/obj/structure/bed{ + icon_state = "psychbed" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) "hsM" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/door_control{ @@ -42987,19 +34470,19 @@ icon_state = "bluegreycorner" }, /area/corsat/sigma/hangar/office) -"hta" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/checkpoint) "hte" = ( -/obj/structure/machinery/vending/coffee, +/obj/structure/bookcase/manuals/research_and_development, +/obj/item/device/camera, +/turf/open/floor/wood, +/area/corsat/gamma/residential/researcher) +"htl" = ( +/obj/structure/surface/table, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/corsat{ - dir = 5; - icon_state = "whitetan" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "htv" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -43013,7 +34496,7 @@ dir = 8; icon_state = "white" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) "huc" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -43041,25 +34524,7 @@ icon_state = "tan" }, /area/corsat/gamma/residential/researcher) -"huu" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/ice, -/area/corsat/gamma/biodome) -"huv" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/camera/autoname{ - dir = 4; - network = list("gamma") - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar) "huK" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, /turf/open/floor/corsat{ icon_state = "yellowcorner" }, @@ -43072,15 +34537,11 @@ }, /area/corsat/gamma/medbay/morgue) "huQ" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 8 - }, -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") +/turf/open/floor/corsat{ + dir = 1; + icon_state = "redcorner" }, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) +/area/corsat/gamma/security/cells) "hva" = ( /turf/open/floor/corsat{ icon_state = "squares" @@ -43094,14 +34555,16 @@ dir = 6; icon_state = "white" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "hvl" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, /turf/open/floor/corsat{ dir = 1; - icon_state = "whitetan" + icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/researcher) "hvn" = ( /obj/effect/landmark/monkey_spawn, /turf/open/floor/corsat{ @@ -43123,7 +34586,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/hallways) "hvT" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -43131,25 +34594,14 @@ /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/hallwaymain) "hvZ" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/wood, /area/corsat/sigma/dorms) -"hwe" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/omega/biodome) "hws" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/hangar/monorail) +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/security/armory) "hwI" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -43168,24 +34620,14 @@ icon_state = "plate" }, /area/corsat/sigma/north) -"hwW" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) "hxc" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/effect/decal/warning_stripes{ + icon_state = "W" }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 }, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/sigmaremote/residential) "hxl" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -43203,21 +34645,11 @@ }, /area/corsat/sigma/hangar/office) "hyf" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) -"hyG" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/light, /turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhitecorner" + icon_state = "white" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/residential/north) "hyY" = ( /obj/structure/surface/table/reinforced, /obj/item/device/binoculars, @@ -43226,19 +34658,9 @@ }, /area/corsat/sigma/south/complex) "hze" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, -/turf/open/ice, -/area/corsat/gamma/biodome) -"hzk" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "greenwhite" - }, -/area/corsat/gamma/medbay/surgery) +/obj/effect/landmark/corpsespawner/wy/manager, +/turf/open/floor/wood, +/area/corsat/gamma/residential/lounge) "hzm" = ( /obj/structure/barricade/handrail{ dir = 4 @@ -43250,14 +34672,29 @@ layer = 3 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"hzM" = ( -/obj/effect/landmark/lv624/xeno_tunnel, +/area/corsat/gamma/residential/north) +"hzq" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" + dir = 1; + icon_state = "whitetan" }, -/area/corsat/sigma/southeast/datamaint) +/area/corsat/gamma/residential/researcher) +"hzu" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/hallways) +"hzT" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/security) "hzU" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -43279,7 +34716,7 @@ /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "hBp" = ( /obj/structure/machinery/medical_pod/sleeper{ flags_atom = 18 @@ -43287,23 +34724,21 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/residential/east) -"hBq" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, +/area/corsat/gamma/residential/north) +"hBr" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" + dir = 8; + icon_state = "bluegrey" }, -/area/corsat/gamma/biodome/toxins) -"hBA" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" +/area/corsat/sigma/south/offices) +"hBw" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" }, -/area/corsat/gamma/medbay) +/area/corsat/sigma/biodome/scrapyard) "hBF" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -43324,17 +34759,15 @@ /turf/open/floor/plating, /area/corsat/gamma/hangar) "hCm" = ( -/obj/structure/cargo_container/wy/left, -/turf/open/floor/corsat{ - icon_state = "cargo" - }, -/area/corsat/gamma/cargo) +/obj/structure/foamed_metal, +/turf/open/floor/plating, +/area/corsat/gamma/hangar) "hCt" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "whitecorner" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "hCG" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/atmos_alert{ @@ -43344,7 +34777,7 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "hCJ" = ( /obj/structure/machinery/door/airlock/almayer/generic{ dir = 1; @@ -43359,21 +34792,14 @@ }, /area/corsat/sigma/biodome/gunrange) "hCY" = ( -/obj/structure/safe, -/obj/item/stack/sheet/mineral/diamond{ - amount = 5 - }, -/obj/item/stack/sheet/mineral/uranium{ - amount = 5 +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "14" }, -/turf/open/floor/wood, -/area/corsat/gamma/administration) -"hDl" = ( -/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "retrosquares" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/hangar/monorail) +/area/corsat/gamma/sigmaremote/teleporter) "hDE" = ( /turf/open/floor/corsat{ dir = 8; @@ -43381,8 +34807,15 @@ }, /area/corsat/gamma/medbay/morgue) "hDF" = ( -/turf/open/floor/corsat, -/area/corsat/gamma/cargo/disposal) +/obj/structure/largecrate/random/barrel, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) "hDO" = ( /obj/structure/flora/jungle/vines/light_1, /obj/structure/pipes/standard/simple/hidden/green{ @@ -43390,6 +34823,14 @@ }, /turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, /area/corsat/theta/biodome) +"hDR" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) "hDX" = ( /turf/open/floor/corsat{ dir = 8; @@ -43400,35 +34841,31 @@ /obj/structure/closet/cabinet, /obj/item/device/camera, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"hEi" = ( -/obj/structure/machinery/photocopier, +/area/corsat/gamma/residential/north) +"hEf" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" + icon_state = "retrosquares" + }, +/area/corsat/sigma/north) +"hEn" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/floor/corsat{ + icon_state = "squares" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/sigma/north/engineering) "hEt" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/sigma/airlock/east) -"hEH" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" - }, -/area/corsat/sigma/south/robotics) "hFc" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, +/obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ - icon_state = "purplewhite" + icon_state = "officesquares" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/hangar/flightcontrol) "hFh" = ( /obj/structure/window/framed/corsat/security, /obj/structure/machinery/door/poddoor/shutters/almayer/open{ @@ -43439,27 +34876,8 @@ /turf/open/floor/plating, /area/corsat/omega/security) "hFm" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) -"hFo" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/hangar/security) -"hFR" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" - }, -/area/corsat/sigma/hangar/monorail/control) -"hFW" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "blue" - }, -/area/corsat/gamma/hangar) +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/security) "hGd" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 1; @@ -43475,22 +34893,6 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/corsat/theta/biodome) -"hGg" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/residential) -"hHg" = ( -/obj/item/reagent_container/spray/cleaner, -/obj/structure/surface/rack, -/obj/item/reagent_container/spray/cleaner, -/obj/item/reagent_container/spray/cleaner, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/virology) "hHn" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ name = "Airlock Control"; @@ -43506,14 +34908,6 @@ icon_state = "redcorner" }, /area/corsat/omega/hangar) -"hHy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/ice, -/area/corsat/gamma/biodome) "hHA" = ( /obj/effect/landmark/monkey_spawn, /turf/open/floor/almayer/research/containment/floor2{ @@ -43539,9 +34933,9 @@ /area/corsat/omega/hangar/security) "hId" = ( /turf/open/floor/corsat{ - icon_state = "whitecorner" + icon_state = "white" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) "hIh" = ( /obj/structure/closet/secure_closet/security_empty, /obj/item/storage/belt/security/MP/full, @@ -43555,57 +34949,36 @@ icon_state = "red" }, /area/corsat/omega/hangar/security) -"hIo" = ( -/obj/effect/landmark/static_comms/net_one, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegreycorner" +"hIY" = ( +/obj/structure/bed/nest, +/obj/effect/landmark/corpsespawner/engineer, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" }, -/area/corsat/gamma/hangar/flightcontrol) +/area/corsat/sigma/biodome) "hJw" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/dirtgrassborder/east, /area/corsat/theta/biodome) -"hJG" = ( -/obj/effect/decal/cleanable/blood/splatter, +"hJE" = ( +/obj/structure/bed, +/obj/structure/window/reinforced, /turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreen" + dir = 9; + icon_state = "red" }, -/area/corsat/gamma/hangar/arrivals) +/area/corsat/gamma/security/cells) "hJI" = ( /turf/open/floor/corsat{ icon_state = "purplewhitecorner" }, /area/corsat/omega/complex) -"hKc" = ( -/obj/effect/landmark/corpsespawner/engineer, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/engineering/core) -"hKi" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "white" - }, -/area/corsat/gamma/residential/east) "hKt" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 }, /turf/open/floor/wood, /area/corsat/sigma/dorms) -"hKA" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/wood, -/area/corsat/gamma/administration) "hKD" = ( /obj/structure/bed/chair{ dir = 4 @@ -43613,7 +34986,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/foyer) "hKH" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /obj/effect/landmark/monkey_spawn, @@ -43632,15 +35005,16 @@ }, /area/corsat/gamma/kitchen) "hLL" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 +/turf/open/floor/corsat{ + icon_state = "officesquares" }, -/obj/structure/window/reinforced, +/area/corsat/gamma/hangar) +"hLQ" = ( +/obj/effect/landmark/hunter_primary, /turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" + icon_state = "plate" }, -/area/corsat/gamma/administration) +/area/corsat/sigma/cargo) "hMo" = ( /obj/structure/flora/pottedplant, /turf/open/floor/corsat{ @@ -43648,66 +35022,34 @@ icon_state = "bluegrey" }, /area/corsat/sigma/south/offices) -"hMx" = ( -/obj/structure/toilet{ - dir = 1 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/landmark/corpsespawner/scientist, +"hMv" = ( /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + dir = 8; + icon_state = "bluegrey" }, -/area/corsat/gamma/residential/lavatory) -"hMR" = ( +/area/corsat/comms/sigma_biodome) +"hMJ" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 + dir = 5 }, /turf/open/floor/corsat{ - icon_state = "retrosquares" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/hangar/monorail) -"hNh" = ( -/obj/item/tool/wet_sign, +/area/corsat/gamma/residential/researcher) +"hNb" = ( +/obj/structure/bed, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 8; + icon_state = "red" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/security/cells) "hNA" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "purplewhitecorner" }, /area/corsat/theta/biodome/hydrowest) -"hNI" = ( -/obj/structure/flora/jungle/vines/heavy, -/obj/structure/tunnel{ - id = "hole3" - }, -/turf/open/gm/grass/grass1/weedable, -/area/corsat/theta/biodome) -"hNL" = ( -/obj/structure/machinery/power/reactor/colony{ - desc = "A high-tech thermoelectric generator fueled by a superheated uranium rod."; - name = "\improper G-17 Thermoelectric Generator" - }, -/obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; - icon_state = "0-8"; - layer = 2.1 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/engineering/core) -"hOb" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/closed/wall/r_wall/biodome, -/area/corsat/gamma/airlock/south) "hOw" = ( /obj/structure/bed/chair/office/light{ dir = 1 @@ -43717,15 +35059,10 @@ }, /area/corsat/omega/hangar/office) "hOU" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2; - name = "Maintenance Closet"; - req_one_access = null - }, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "arrow_south" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/hangar) "hOV" = ( /obj/structure/machinery/light, /obj/structure/reagent_dispensers/water_cooler, @@ -43741,16 +35078,6 @@ icon_state = "squares" }, /area/corsat/sigma/south) -"hPi" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) "hPr" = ( /obj/item/storage/box/gloves, /obj/structure/surface/table/almayer, @@ -43787,13 +35114,11 @@ }, /area/corsat/sigma/south/complex) "hQb" = ( -/obj/effect/decal/cleanable/cobweb{ - dir = 8 - }, +/obj/structure/cargo_container/hd/mid/alt, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "cargo" }, -/area/corsat/emergency_access) +/area/corsat/gamma/cargo) "hQf" = ( /obj/structure/machinery/light{ dir = 1 @@ -43809,21 +35134,14 @@ icon_state = "blue" }, /area/corsat/omega/hallways) -"hRb" = ( -/obj/structure/surface/table/reinforced, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/airlock/control) "hRI" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 }, /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) "hRK" = ( /obj/structure/machinery/camera/autoname{ dir = 4; @@ -43833,38 +35151,22 @@ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"hRQ" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar) +/area/corsat/sigma/north/engineering) "hSo" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "redcorner" }, /area/corsat/omega/checkpoint) -"hSr" = ( -/obj/structure/bed/chair, -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/sigma/hangar/checkpoint) -"hSv" = ( -/obj/structure/machinery/door/window/brigdoor/eastleft{ - dir = 2; - name = "Research Desk" +"hSI" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Control Room"; + req_access_txt = "103" }, /turf/open/floor/corsat{ icon_state = "retrosquareslight" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/sigmaremote/residential) "hSQ" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/cameras{ @@ -43874,40 +35176,10 @@ dir = 5; icon_state = "red" }, -/area/corsat/gamma/airlock/south) -"hST" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/omega/complex) +/area/corsat/omega/hallways) "hTd" = ( -/obj/structure/showcase, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) -"hTe" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/sigma/hangar/office) +/turf/closed/wall/solaris/rock, +/area/corsat/sigma/biodome) "hTr" = ( /obj/structure/platform{ dir = 1; @@ -43923,16 +35195,11 @@ }, /area/corsat/gamma/hallwaysouth) "hTI" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2; - name = "Maintenance Closet"; - req_one_access = null - }, -/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/cargo_container/trijent/right, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "cargo" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/cargo) "hUR" = ( /obj/structure/machinery/door/window/southleft, /obj/structure/machinery/door/window/northleft, @@ -43942,14 +35209,14 @@ }, /area/corsat/theta/biodome/complex) "hUS" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "purplewhite" + dir = 4; + icon_state = "blue" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/hallwaysouth) "hUY" = ( /turf/open/floor/corsat{ dir = 9; @@ -43978,24 +35245,12 @@ icon_state = "marked" }, /area/corsat/theta/airlock/west) -"hVR" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/omega/containment) "hWg" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "blue" }, /area/corsat/sigma/southeast) -"hWx" = ( -/obj/structure/machinery/camera/autoname{ - network = list("gamma") - }, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) "hWW" = ( /obj/structure/surface/table/almayer, /obj/item/storage/box/monkeycubes, @@ -44004,6 +35259,12 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) +"hXu" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/security) "hXH" = ( /turf/open/floor/corsat{ dir = 4; @@ -44018,16 +35279,6 @@ icon_state = "plate" }, /area/corsat/sigma/south) -"hYs" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/hangar/security) "hYI" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -44035,12 +35286,6 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/southeast/datamaint) -"hYU" = ( -/obj/effect/landmark/static_comms/net_one, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/foyer) "hYZ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -44049,22 +35294,21 @@ icon_state = "squares" }, /area/corsat/sigma/south/security) -"hZu" = ( +"hZD" = ( +/obj/structure/largecrate/hunter_games_ammo/mediocre, /turf/open/floor/corsat{ - icon_state = "redcorner" + icon_state = "cargo" }, -/area/corsat/gamma/security) +/area/corsat/gamma/cargo) "hZO" = ( -/obj/structure/surface/rack, -/obj/item/reagent_container/syringe/antiviral, -/obj/item/reagent_container/syringe/antiviral, -/obj/item/reagent_container/glass/beaker/vial, -/obj/item/reagent_container/glass/beaker/vial, -/obj/item/reagent_container/glass/beaker/vial, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, /turf/open/floor/corsat{ - icon_state = "lightplate" + dir = 5; + icon_state = "darkgreen" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/foyer) "hZU" = ( /obj/structure/machinery/botany{ name = "hydroponics tray" @@ -44077,13 +35321,6 @@ icon_state = "plate" }, /area/corsat/gamma/hydroponics) -"iav" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "redcorner" - }, -/area/corsat/sigma/south/security) "ibe" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -44092,31 +35329,12 @@ icon_state = "squares" }, /area/corsat/sigma/cargo) -"ibz" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 4 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) "ick" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "purplecorner" }, /area/corsat/omega/hallways) -"ict" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/monorail/control) "icZ" = ( /obj/structure/machinery/light, /obj/structure/surface/table/reinforced, @@ -44127,14 +35345,34 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) +"ide" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/south) "idf" = ( -/obj/structure/machinery/light, -/obj/structure/surface/table/reinforced, -/obj/item/tank/air, +/obj/structure/pipes/vents/pump{ + dir = 8 + }, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/hangar/arrivals) +"idw" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") + }, /turf/open/floor/corsat{ - icon_state = "purplewhite" + dir = 10; + icon_state = "whitebluefull" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/residential/laundry) +"idL" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/foyer) "idU" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/dirt, @@ -44153,21 +35391,15 @@ }, /turf/open/floor/plating, /area/corsat/gamma/hangar) -"ieU" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) "ieZ" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer3/laptop/secure_data, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/surface/table/woodentable, /turf/open/floor/corsat{ - icon_state = "whitetan" + icon_state = "plate" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/foyer) "ifh" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -44177,12 +35409,6 @@ icon_state = "whitetancorner" }, /area/corsat/gamma/residential/researcher) -"ifj" = ( -/obj/structure/window/reinforced, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/administration) "ifx" = ( /obj/structure/surface/table/reinforced, /obj/item/device/flashlight/lamp, @@ -44198,17 +35424,20 @@ icon_state = "plate" }, /area/corsat/sigma/airlock/east) -"ifX" = ( -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/airlock/south/id) -"igg" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +"ifT" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/power/apc/hyper{ + dir = 8; + pixel_x = -24; + start_charge = 0 }, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + icon_state = "squares" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/comms/sigma_cargo) +"ifX" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/airlock/south/id) "iho" = ( /turf/open/floor/corsat{ dir = 4; @@ -44222,7 +35451,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "ihL" = ( /obj/structure/window/reinforced{ dir = 8; @@ -44264,37 +35493,28 @@ dir = 9; icon_state = "red" }, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/hallways) "iiX" = ( /turf/open/floor/corsat{ icon_state = "red" }, /area/corsat/sigma/airlock/east/id) -"iiY" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/office) "ijA" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/turf/open/floor/corsat{ + dir = 8; + icon_state = "green" }, -/turf/open/floor/wood, -/area/corsat/gamma/administration) -"ijV" = ( -/obj/structure/machinery/light{ +/area/corsat/gamma/foyer) +"ikt" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/surface/table/almayer, -/obj/item/clipboard, -/obj/item/paper, -/obj/item/tool/pen/blue, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" + dir = 1; + icon_state = "whitetan" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/sigma/dorms) "ikv" = ( /turf/open/floor/corsat{ dir = 8; @@ -44310,14 +35530,6 @@ icon_state = "squares" }, /area/corsat/sigma/hangar/security) -"ikQ" = ( -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat, -/area/corsat/gamma/sigmaremote) "ill" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -44344,12 +35556,6 @@ icon_state = "rasputin15" }, /area/prison/hangar_storage/research/shuttle) -"ilr" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "ilF" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -44364,23 +35570,12 @@ icon_state = "redcorner" }, /area/corsat/theta/airlock/west/id) -"ilZ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/camera/autoname{ - network = list("gamma") - }, +"imc" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 1; - icon_state = "whitetan" + icon_state = "retrosquares" }, -/area/corsat/gamma/residential/west) -"ims" = ( -/obj/structure/bed/nest, -/obj/effect/landmark/corpsespawner/scientist, -/turf/open/ice, -/area/corsat/gamma/biodome) +/area/corsat/sigma/hangar/checkpoint) "imz" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, @@ -44426,16 +35621,12 @@ icon_state = "browncorner" }, /area/corsat/omega/cargo) -"ioh" = ( -/obj/structure/bed/chair/comfy/beige{ - dir = 1 - }, -/obj/effect/landmark/hunter_secondary, -/turf/open/floor{ - dir = 8; - icon_state = "carpet13-5" +"ioP" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "plate" }, -/area/corsat/gamma/residential/lounge) +/area/corsat/sigma/dorms) "ipE" = ( /obj/structure/closet/radiation, /turf/open/floor/corsat{ @@ -44479,15 +35670,6 @@ icon_state = "arrow_south" }, /area/corsat/sigma/hangar) -"irP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/medbay/lobby) "ish" = ( /obj/structure/machinery/camera/autoname{ network = list("omega") @@ -44497,6 +35679,14 @@ icon_state = "red" }, /area/corsat/omega/hallways) +"isD" = ( +/obj/effect/landmark/corpsespawner/engineer, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellow" + }, +/area/corsat/sigma/south/engineering) "isS" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ name = "Laboratory"; @@ -44517,21 +35707,6 @@ icon_state = "whitetancorner" }, /area/corsat/sigma/dorms) -"itb" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/corsat{ - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/virology) -"ito" = ( -/obj/structure/janitorialcart, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/complex) "its" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ @@ -44549,15 +35724,6 @@ icon_state = "red" }, /area/corsat/omega/airlocknorth) -"iul" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/hangar) "iuz" = ( /obj/structure/closet/emcloset, /turf/open/floor/corsat{ @@ -44565,45 +35731,19 @@ icon_state = "redcorner" }, /area/corsat/sigma/hangar) -"iuD" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/sigma/south/complex) -"ivy" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("gamma") - }, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/security) "ivW" = ( -/obj/structure/bed/chair/comfy/black, /turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/airlock/north/id) -"iwx" = ( -/obj/structure/bed/sofa/vert/grey/bot, -/turf/open/floor/corsat{ - icon_state = "plate" + dir = 10; + icon_state = "brown" }, -/area/corsat/gamma/hangar/monorail) +/area/corsat/gamma/cargo) "iwB" = ( -/obj/structure/bed/chair{ - dir = 4 - }, +/obj/effect/landmark/crap_item, +/obj/structure/surface/table/woodentable, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitetan" + icon_state = "plate" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/foyer) "iwU" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -44612,7 +35752,13 @@ dir = 4; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) +"iwV" = ( +/obj/effect/landmark/corpsespawner/pmc, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/hallways) "ixd" = ( /obj/structure/surface/table/almayer, /turf/open/floor/corsat{ @@ -44620,20 +35766,15 @@ icon_state = "bluegrey" }, /area/corsat/sigma/southeast/datalab) -"ixm" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/toxins) "ixZ" = ( -/obj/structure/pipes/standard/manifold/hidden/green, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/emails{ + dir = 8 + }, /turf/open/floor/corsat{ - icon_state = "officesquares" + icon_state = "retrosquareslight" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/sigmaremote) "iyp" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -44648,21 +35789,6 @@ icon_state = "red" }, /area/corsat/sigma/hangar/security) -"iys" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/control) -"iyA" = ( -/obj/structure/bookcase{ - icon_state = "book-5" - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/biodome/complex) "izl" = ( /obj/structure/closet/secure_closet/guncabinet{ name = "riot cabinet"; @@ -44690,6 +35816,15 @@ icon_state = "bluecorner" }, /area/corsat/sigma/airlock/control) +"izH" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "18" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/sigma/south/complex/teleporter) "iAy" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -44709,19 +35844,6 @@ icon_state = "whitebluefull" }, /area/corsat/sigma/laundry) -"iAI" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) -"iAO" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "iBg" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /obj/structure/pipes/standard/simple/hidden/green{ @@ -44729,22 +35851,10 @@ }, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"iBo" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/north) -"iBs" = ( -/obj/structure/surface/table/woodentable, -/obj/item/ashtray/plastic, -/obj/item/trash/cigbutt, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/wood, -/area/corsat/sigma/dorms) +"iBu" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/space/basic, +/area/corsat/gamma/hangar/arrivals) "iBO" = ( /obj/structure/pipes/vents/pump{ dir = 8; @@ -44770,7 +35880,7 @@ dir = 4; icon_state = "darkgreen" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/foyer) "iCA" = ( /obj/structure/machinery/botany{ name = "hydroponics tray" @@ -44782,6 +35892,13 @@ icon_state = "plate" }, /area/corsat/gamma/hydroponics) +"iCB" = ( +/obj/structure/closet/secure_closet/security, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/gamma/security) "iCN" = ( /obj/structure/surface/table/almayer, /obj/item/circuitboard/machine/clonepod, @@ -44790,6 +35907,15 @@ icon_state = "yellow" }, /area/corsat/sigma/south/engineering) +"iCO" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "8" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/gamma/sigmaremote/teleporter) "iCP" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -44810,24 +35936,24 @@ }, /area/corsat/omega/hangar) "iDH" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/barricade/handrail{ dir = 4 }, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/foyer) "iDV" = ( -/obj/structure/bed/chair{ - dir = 8 - }, /obj/structure/barricade/handrail{ dir = 4 }, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "gamma" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "iEg" = ( /obj/structure/machinery/light{ dir = 1 @@ -44837,13 +35963,6 @@ icon_state = "redcorner" }, /area/corsat/sigma/hangar/security) -"iEF" = ( -/obj/effect/landmark/corpsespawner/doctor, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/medbay) "iEH" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/pipes/vents/pump{ @@ -44862,11 +35981,21 @@ }, /area/corsat/omega/offices) "iEY" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + network = list("gamma") + }, /turf/open/floor/corsat{ - dir = 6; - icon_state = "brown" + icon_state = "squares" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/security) +"iFb" = ( +/obj/structure/surface/table/woodentable, +/obj/item/ashtray/plastic, +/obj/item/trash/cigbutt, +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) "iFy" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -44911,7 +36040,7 @@ /area/corsat/omega/hallways) "iIf" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - name = "Research Hallway"; + name = "Residential Hallway"; req_one_access = null }, /obj/structure/pipes/standard/simple/hidden/green{ @@ -44922,26 +36051,26 @@ icon_state = "tan" }, /area/corsat/gamma/residential/researcher) -"iIu" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "whitetancorner" - }, -/area/corsat/gamma/residential/west) "iIK" = ( -/obj/structure/bed/sofa/vert/white/bot, +/obj/structure/barricade/handrail{ + layer = 3 + }, +/obj/structure/barricade/handrail{ + dir = 4 + }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + icon_state = "plate" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/foyer) "iIU" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/corsat{ icon_state = "officesquares" }, /area/corsat/omega/offices) +"iJq" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/canteen) "iJv" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -44951,19 +36080,25 @@ }, /area/corsat/sigma/southeast) "iJz" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 +/obj/structure/machinery/light{ + dir = 8 }, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 8; + icon_state = "bluegrey" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/comms/flight_control) "iJB" = ( -/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/power/apc{ + dir = 8; + start_charge = 0 + }, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 8; + icon_state = "white" }, -/area/corsat/sigma/hangar/checkpoint) +/area/corsat/gamma/residential/north) "iKn" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" @@ -44973,6 +36108,12 @@ icon_state = "white" }, /area/corsat/sigma/dorms) +"iKy" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "darkgreen" + }, +/area/corsat/gamma/foyer) "iLj" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -44981,6 +36122,9 @@ icon_state = "officesquares" }, /area/corsat/sigma/hangar/office) +"iLo" = ( +/turf/open/space/basic, +/area/corsat/gamma/foyer) "iLv" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -44990,19 +36134,6 @@ icon_state = "asteroidfloor" }, /area/corsat/sigma/biodome) -"iLw" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "red" - }, -/area/corsat/gamma/hangar/cargo) -"iLN" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) "iLZ" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -45011,19 +36142,36 @@ icon_state = "officesquares" }, /area/corsat/omega/offices) -"iMM" = ( -/turf/open/floor/corsat{ - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/administration) "iNk" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/gm/dirtgrassborder/east, /area/corsat/theta/biodome) "iNl" = ( -/obj/structure/machinery/constructable_frame, -/turf/open/floor/corsat, -/area/corsat/gamma/cargo/disposal) +/turf/open/floor/corsat{ + icon_state = "bluegrey" + }, +/area/corsat/gamma/hangar/flightcontrol) +"iNs" = ( +/obj/structure/tunnel{ + id = "hole1" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/biodome) +"iNK" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "NorthTeleGate"; + name = "Gate Shutters"; + use_power = 0 + }, +/obj/structure/machinery/light, +/turf/open/floor/corsat{ + dir = 6; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote/residential) "iNR" = ( /obj/structure/machinery/light{ dir = 1 @@ -45071,18 +36219,9 @@ icon_state = "spiralplate" }, /area/corsat/omega/offices) -"iOR" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" - }, -/area/corsat/gamma/hangar/checkpoint) -"iOW" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) +"iOX" = ( +/turf/open/floor/corsat, +/area/corsat/gamma/security) "iPn" = ( /obj/structure/platform{ density = 0; @@ -45092,42 +36231,41 @@ dir = 4; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "iPo" = ( /obj/structure/machinery/constructable_frame{ icon_state = "box_1" }, /turf/open/floor/corsat, /area/corsat/sigma/south/robotics) -"iQh" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"iQc" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor{ + dir = 8; + icon_state = "carpet15-15" }, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) +/area/corsat/omega/offices) "iQi" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "green" }, /area/corsat/gamma/medbay/morgue) -"iQs" = ( +"iQq" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 10 }, -/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "retrosquares" }, -/area/corsat/sigma/south/robotics) +/area/corsat/sigma/hangar/arrivals) "iQE" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, +/obj/structure/cargo_container/wy/right, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "cargo" }, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/cargo) "iQH" = ( /obj/structure/flora/jungle/vines/light_1, /obj/structure/flora/bush/ausbushes/var3/fullgrass, @@ -45140,15 +36278,6 @@ icon_state = "yellow" }, /area/corsat/sigma/south/robotics) -"iQQ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/residential/showers) "iQY" = ( /obj/structure/barricade/handrail{ dir = 8 @@ -45158,6 +36287,18 @@ icon_state = "plate" }, /area/corsat/gamma/hallwaysouth) +"iRf" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"iRj" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/generator) "iRw" = ( /obj/structure/bed/chair, /turf/open/floor/corsat{ @@ -45165,6 +36306,29 @@ icon_state = "blue" }, /area/corsat/sigma/hangar) +"iRR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/complex) +"iSo" = ( +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/plating{ + dir = 8; + icon_state = "platingdmg3" + }, +/area/corsat/sigma/biodome/testgrounds) +"iSz" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/containment) "iSB" = ( /obj/structure/window/framed/corsat, /turf/open/floor/plating, @@ -45187,34 +36351,36 @@ }, /area/corsat/sigma/south/complex) "iTT" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 1; - req_access_txt = "101" - }, -/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/cargo_container/wy/left, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "cargo" }, -/area/corsat/gamma/airlock/north/id) +/area/corsat/gamma/cargo) "iTW" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/corsat/theta/biodome) +"iUt" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/omega/hallways) "iVp" = ( -/obj/structure/machinery/light, -/obj/structure/janitorialcart, -/obj/item/tool/mop, +/obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "retrosquares" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/foyer) "iVA" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" +/obj/structure/pipes/vents/pump{ + dir = 4 }, -/area/corsat/sigma/biodome/gunrange) +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/hallwaymain) "iWo" = ( /obj/structure/surface/table/almayer, /obj/item/paper, @@ -45228,21 +36394,21 @@ dir = 10; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) -"iWA" = ( -/obj/structure/surface/table/woodentable, -/obj/item/paper, -/obj/item/tool/pen, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/wood, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/residential/academy) +"iWF" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/academy) "iWH" = ( /obj/structure/machinery/disposal, /turf/open/floor/corsat{ dir = 10; icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "iWK" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -45250,7 +36416,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "iWO" = ( /obj/structure/surface/table, /obj/item/folder/blue, @@ -45258,7 +36424,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "iXU" = ( /turf/open/floor/corsat{ icon_state = "whitetancorner" @@ -45283,18 +36449,7 @@ /turf/open/floor/corsat{ icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering/core) -"iZu" = ( -/obj/structure/platform{ - dir = 1; - layer = 2.7 - }, -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "white" - }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/sigma/north/engineering/core) "iZv" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -45313,7 +36468,7 @@ req_one_access = null }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "iZZ" = ( /obj/structure/surface/table, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, @@ -45350,52 +36505,32 @@ dir = 5; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) -"jbN" = ( -/obj/structure/window/framed/corsat, -/turf/open/floor/plating, -/area/corsat/gamma/hangar/checkpoint) +/area/corsat/gamma/residential/academy) +"jbQ" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/academy) "jcl" = ( /obj/structure/machinery/light, /turf/open/floor/corsat{ icon_state = "yellow" }, /area/corsat/sigma/south/robotics) -"jcA" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/medbay/lobby) -"jdj" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/door_control{ - id = "GammaA"; - name = "Airlock Control"; - pixel_x = -5; - pixel_y = 6; - use_power = 0 - }, -/obj/item/device/flashlight/lamp{ - pixel_x = 8; - pixel_y = 3 - }, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) -"jdk" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/auto_turf/snow/layer2, -/area/corsat/gamma/biodome) "jdt" = ( /obj/structure/surface/table/woodentable, /obj/item/toy/deck/uno, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) +"jdU" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/theta/airlock/east) "jdV" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -45420,9 +36555,6 @@ icon_state = "bluecorner" }, /area/corsat/theta/airlock/control) -"jfP" = ( -/turf/closed/wall/biodome, -/area/corsat/gamma/rnr) "jfW" = ( /obj/structure/surface/rack, /obj/item/circuitboard/exosuit/main/max, @@ -45441,39 +36573,22 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay/surgery) -"jgG" = ( +"jgy" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 5 }, /turf/open/floor/corsat{ - icon_state = "marked" + icon_state = "retrosquares" }, -/area/corsat/omega/hangar/security) -"jgI" = ( +/area/corsat/gamma/foyer) +"jgG" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("sigma") - }, -/turf/open/floor/corsat{ - icon_state = "squares" + dir = 4 }, -/area/corsat/sigma/hangar/monorail/control) -"jgM" = ( /turf/open/floor/corsat{ - dir = 8; - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"jho" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin, -/turf/open/floor/corsat{ - icon_state = "lightplate" + icon_state = "marked" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/omega/hangar/security) "jhz" = ( /obj/structure/platform{ dir = 8 @@ -45496,18 +36611,6 @@ icon_state = "redcorner" }, /area/corsat/theta/airlock/control) -"jhO" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" - }, -/area/corsat/gamma/administration) -"jhR" = ( -/obj/effect/landmark/corpsespawner/pmc, -/turf/open/shuttle/dropship{ - icon_state = "floor8" - }, -/area/prison/hangar_storage/research/shuttle) "jja" = ( /turf/open/floor/corsat{ dir = 8; @@ -45521,6 +36624,12 @@ icon_state = "rasputin15" }, /area/prison/hangar_storage/research/shuttle) +"jjw" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south) "jjz" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -45543,20 +36652,27 @@ icon_state = "plate" }, /area/corsat/sigma/airlock/control) +"jjS" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/south/robotics) "jkb" = ( /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/gamma/sigmaremote) +"jkE" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/sigmaremote/residential) "jlp" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, /turf/open/floor/corsat{ - dir = 5; - icon_state = "whitetan" + dir = 6; + icon_state = "darkgreen" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/foyer) "jlL" = ( /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/gm/dirt, @@ -45573,26 +36689,12 @@ dir = 4; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "jmg" = ( /turf/open/floor/corsat{ icon_state = "red" }, /area/corsat/sigma/checkpoint) -"jmL" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/box/syringes, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) -"jmO" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "darkgreen" - }, -/area/corsat/gamma/foyer) "jmQ" = ( /obj/effect/decal/warning_stripes{ icon_state = "NE-out" @@ -45607,28 +36709,6 @@ }, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"jnb" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/control) -"jno" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreen" - }, -/area/corsat/sigma/hangar/monorail) -"jns" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) "jnt" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/door_control{ @@ -45662,16 +36742,6 @@ icon_state = "plate" }, /area/corsat/theta/airlock/control) -"jok" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/skills{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "jpn" = ( /obj/structure/surface/rack, /obj/item/toy/plush/farwa, @@ -45680,12 +36750,6 @@ icon_state = "red" }, /area/corsat/omega/hangar/security) -"jpB" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/arrivals) "jqo" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/r_wall/biodome, @@ -45694,25 +36758,22 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"jrQ" = ( -/obj/structure/bed/stool{ - pixel_y = 15 - }, -/obj/structure/machinery/light{ - dir = 8 +"jqR" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "14" }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/rnr/arcade) +/area/corsat/gamma/sigmaremote/teleporter/residential) "jsp" = ( /obj/structure/machinery/camera/autoname{ network = list("gamma") }, /obj/structure/machinery/vending/cola, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "jsq" = ( /obj/structure/bed/chair/office/light, /obj/structure/pipes/standard/simple/hidden/green{ @@ -45722,23 +36783,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) -"jsK" = ( -/obj/item/pamphlet/skill/powerloader, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "brown" - }, -/area/corsat/gamma/cargo) -"jtY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/gamma/residential/academy) "juf" = ( /obj/structure/closet/cabinet, /obj/structure/machinery/light{ @@ -45764,47 +36809,32 @@ }, /area/corsat/omega/security) "juq" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) -"juA" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/security) +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/medbay/morgue) "juI" = ( /turf/open/floor/corsat{ dir = 5; icon_state = "purplewhite" }, /area/corsat/gamma/sigmaremote) -"jvk" = ( -/obj/effect/landmark/hunter_primary, +"jvh" = ( +/obj/structure/bed/nest, +/obj/effect/landmark/corpsespawner/doctor, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + icon_state = "plate" }, -/area/corsat/gamma/canteen) +/area/corsat/omega/biodome) "jvC" = ( /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/sigma/dorms) -"jvG" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, +"jwf" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + icon_state = "cargo" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/cargo) "jwv" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/mars{ @@ -45825,36 +36855,15 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) -"jxA" = ( +"jyf" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/hangar/monorail) -"jxN" = ( -/obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ - icon_state = "retrosquares" + dir = 8; + icon_state = "darkgreen" }, /area/corsat/gamma/foyer) -"jxR" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) -"jyb" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/residential) "jyk" = ( /obj/structure/surface/rack, /obj/item/device/binoculars, @@ -45862,12 +36871,6 @@ icon_state = "rasputin15" }, /area/prison/hangar_storage/research/shuttle) -"jyK" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/shuttle{ - icon_state = "floor7" - }, -/area/corsat/gamma/hangar/monorail/railcart) "jyM" = ( /turf/open/floor/corsat{ dir = 8; @@ -45885,13 +36888,6 @@ icon_state = "squares" }, /area/corsat/gamma/hallwaysouth) -"jyX" = ( -/obj/structure/bed/nest, -/obj/effect/landmark/corpsespawner/engineer, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/omega/biodome) "jyZ" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -45901,12 +36897,12 @@ icon_state = "whitetan" }, /area/corsat/gamma/residential/researcher) -"jzn" = ( -/obj/structure/flora/pottedplant, +"jzF" = ( /turf/open/floor/corsat{ - icon_state = "lightplate" + dir = 8; + icon_state = "red" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/security) "jzM" = ( /obj/structure/machinery/light, /obj/structure/surface/table/almayer, @@ -45915,12 +36911,6 @@ icon_state = "spiralplate" }, /area/corsat/omega/offices) -"jAd" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/engineering) "jAq" = ( /obj/structure/bed/chair{ dir = 1 @@ -45946,7 +36936,7 @@ /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) "jAO" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -45963,16 +36953,6 @@ /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/wood, /area/corsat/theta/biodome/complex) -"jCO" = ( -/obj/structure/bed/chair/wood/normal{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) "jDp" = ( /obj/structure/barricade/handrail{ dir = 4 @@ -45985,37 +36965,26 @@ icon_state = "plate" }, /area/corsat/gamma/hallwaysouth) -"jDO" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/box/gloves, -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/biodome/virology) "jEI" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "bluecorner" }, /area/corsat/sigma/southeast) -"jEK" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +"jFi" = ( /turf/open/floor/corsat{ - dir = 8; - icon_state = "whitetancorner" - }, -/area/corsat/gamma/residential/west) -"jFF" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 + icon_state = "arrow_north" }, +/area/corsat/gamma/residential/generator) +"jFs" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 1; + icon_state = "redcorner" }, +/area/corsat/sigma/hangar/security) +"jFF" = ( +/turf/open/floor/corsat, /area/corsat/gamma/residential/researcher) "jFJ" = ( /turf/open/floor/corsat{ @@ -46023,12 +36992,6 @@ icon_state = "darkgreencorner" }, /area/corsat/sigma/hangar/arrivals) -"jFP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) "jGa" = ( /obj/structure/machinery/light{ dir = 8 @@ -46089,12 +37052,6 @@ icon_state = "bluecorner" }, /area/corsat/gamma/hallwaysouth) -"jHV" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreencorner" - }, -/area/corsat/sigma/hangar/monorail) "jIm" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/gm/dirt, @@ -46108,14 +37065,6 @@ icon_state = "brown" }, /area/corsat/omega/hallways) -"jJm" = ( -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/floor/plating{ - dir = 8; - icon_state = "platingdmg3" - }, -/area/corsat/sigma/biodome/testgrounds) "jJp" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -46145,11 +37094,6 @@ icon_state = "squareswood" }, /area/corsat/sigma/cafe) -"jJD" = ( -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/arrivals) "jJM" = ( /obj/structure/machinery/light{ dir = 1 @@ -46160,33 +37104,21 @@ icon_state = "greenwhitecorner" }, /area/corsat/gamma/medbay) -"jJN" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/corsat/gamma/hangar/monorail) "jJQ" = ( -/obj/structure/bed/chair/office/light{ +/obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + dir = 9; + icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "jKy" = ( /turf/open/floor/corsat{ dir = 9; icon_state = "purplewhite" }, /area/corsat/omega/complex) -"jLa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/auto_turf/snow/layer2, -/area/corsat/gamma/biodome) "jLT" = ( /obj/structure/bed/chair, /obj/structure/platform{ @@ -46197,12 +37129,6 @@ icon_state = "plate" }, /area/corsat/sigma/north) -"jLU" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) "jNU" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -46223,24 +37149,15 @@ dir = 10; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) -"jOw" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "white" +/area/corsat/gamma/residential/academy) +"jPa" = ( +/obj/structure/tunnel{ + id = "hole4" }, -/area/corsat/gamma/residential) -"jOE" = ( -/turf/open/floor/corsat{ - icon_state = "plate" +/turf/open/mars_cave{ + icon_state = "mars_cave_2" }, -/area/corsat/gamma/residential/researcher) +/area/corsat/sigma/biodome) "jPe" = ( /obj/structure/machinery/light{ dir = 8 @@ -46251,6 +37168,15 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) +"jPk" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "tcomms" + }, +/area/corsat/gamma/sigmaremote/residential) "jPL" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/sparker, @@ -46259,6 +37185,19 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) +"jPX" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/biodome) +"jQC" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hangar/arrivals) "jQL" = ( /obj/structure/closet/wardrobe, /obj/structure/machinery/camera/autoname{ @@ -46266,16 +37205,15 @@ network = list("gamma") }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + icon_state = "squares" }, -/area/corsat/gamma/residential/showers) +/area/corsat/gamma/hallwaymain) "jQT" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) "jRl" = ( /obj/structure/pipes/vents/pump, /turf/open/gm/dirt, @@ -46287,12 +37225,12 @@ "jRL" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/omega/hallways) -"jSm" = ( +"jSn" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 4; - icon_state = "blue" + icon_state = "spiralplate" }, -/area/corsat/gamma/residential) +/area/corsat/sigma/south/offices) "jTg" = ( /obj/structure/machinery/door_control{ id = "OmegaCargoN"; @@ -46318,35 +37256,39 @@ dir = 4; icon_state = "darkgreencorner" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/hallwaymain) +"jUh" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) "jUn" = ( /obj/structure/bed/nest, -/obj/effect/landmark/corpsespawner/pmc, +/obj/effect/landmark/corpsespawner/scientist, /turf/open/mars_cave{ - icon_state = "mars_cave_2" + icon_state = "mars_cave_12" }, /area/corsat/sigma/biodome) -"jUx" = ( -/obj/structure/window/reinforced, +"jUo" = ( +/obj/structure/flora/pottedplant/random, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/toxins) -"jUJ" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 + icon_state = "plate" }, -/obj/effect/alien/weeds/node, +/area/corsat/gamma/hangar/arrivals) +"jUA" = ( +/obj/effect/decal/cleanable/blood/xeno, /turf/open/floor/corsat{ - icon_state = "retrosquares" + icon_state = "retrosquareslight" }, -/area/corsat/omega/hallways) +/area/corsat/omega/complex) "jVn" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "whitetancorner" }, -/area/corsat/sigma/dorms) +/area/corsat/comms/sigma_residential) "jVW" = ( /turf/open/floor/corsat{ dir = 1; @@ -46361,15 +37303,6 @@ icon_state = "floor1" }, /area/corsat/theta/biodome/complex) -"jWw" = ( -/obj/structure/machinery/light, -/obj/structure/surface/table/almayer, -/obj/item/paper, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "jWy" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_10" @@ -46379,14 +37312,6 @@ icon_state = "whitetan" }, /area/corsat/gamma/residential/researcher) -"jWB" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/theta/biodome/complex) "jWE" = ( /turf/open/floor/corsat{ dir = 8; @@ -46408,15 +37333,18 @@ icon_state = "red" }, /area/corsat/sigma/hangar/id) -"jYc" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - name = "Maintainence"; - req_one_access = null +"jXM" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" }, +/area/corsat/gamma/residential/north) +"jYa" = ( /turf/open/floor/corsat{ - icon_state = "plate" + dir = 1; + icon_state = "purplewhitecorner" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/sigmaremote/residential) "jYs" = ( /obj/structure/bed/chair/comfy/black{ dir = 1 @@ -46451,27 +37379,12 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"jZk" = ( -/obj/structure/fence, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/auto_turf/snow/layer1, -/area/corsat/gamma/biodome) "jZA" = ( +/obj/structure/pipes/vents/pump, /turf/open/floor/corsat{ - dir = 1; - icon_state = "white" - }, -/area/corsat/gamma/residential/researcher) -"jZU" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" + icon_state = "squares" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/security/cells) "kad" = ( /turf/open/floor/corsat{ dir = 6; @@ -46486,7 +37399,7 @@ dir = 1; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "kap" = ( /turf/open/floor/corsat{ dir = 10; @@ -46502,7 +37415,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "kat" = ( /obj/structure/closet/radiation, /turf/open/floor/corsat{ @@ -46510,6 +37423,13 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) +"kbl" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" + }, +/area/corsat/omega/hallways) "kbm" = ( /obj/structure/surface/table, /obj/item/device/megaphone, @@ -46517,7 +37437,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "kbS" = ( /obj/structure/platform{ dir = 8 @@ -46538,23 +37458,16 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) -"kdl" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/station_alert{ +/area/corsat/gamma/atmos) +"kdy" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "bluegrey" - }, -/area/corsat/gamma/airlock/north) -"kdn" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + icon_state = "officesquares" }, -/area/corsat/gamma/medbay) +/area/corsat/sigma/south/offices) "kdA" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -46572,6 +37485,12 @@ icon_state = "squares" }, /area/corsat/sigma/south/robotics) +"kdO" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) "ker" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -46582,27 +37501,22 @@ /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/corsat/theta/biodome) -"kfc" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/complex) "kfJ" = ( -/obj/structure/machinery/light, +/obj/structure/surface/table, +/obj/structure/machinery/computer3/laptop/secure_data, /turf/open/floor/corsat{ - icon_state = "whitetancorner" + dir = 1; + icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "kfZ" = ( -/obj/structure/closet/jcloset, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hangar) "kgn" = ( /obj/structure/machinery/light{ dir = 8 @@ -46614,34 +37528,20 @@ }, /area/corsat/gamma/medbay) "kgD" = ( -/turf/open/floor/corsat{ - dir = 5; - icon_state = "brown" - }, -/area/corsat/gamma/cargo) -"kgO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/xtracks, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/foyer) -"kha" = ( -/obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ dir = 8; - icon_state = "redcorner" + icon_state = "bluegreycorner" }, -/area/corsat/gamma/security/cells) +/area/corsat/gamma/hangar/flightcontrol) "khv" = ( -/obj/structure/machinery/lapvend, +/obj/structure/bed/chair{ + dir = 8 + }, /turf/open/floor/corsat{ - dir = 8; + dir = 5; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "khD" = ( /turf/open/floor/corsat{ dir = 8; @@ -46655,67 +37555,33 @@ }, /area/corsat/omega/control) "kje" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/guestpass{ + dir = 8 }, /turf/open/floor/corsat{ - icon_state = "spiralplate" + icon_state = "redcorner" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/hangar/security) "kjm" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "\improper Laundry" }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "whitetancorner" + icon_state = "marked" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "kjC" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "whitecorner" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) "kjH" = ( /turf/open/floor/corsat{ icon_state = "yellow" }, /area/corsat/sigma/south/robotics) -"kjU" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "bluecorner" - }, -/area/corsat/gamma/airlock/control) -"kjZ" = ( -/obj/effect/landmark/yautja_teleport, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/omega/maint) -"kky" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/sigmaremote) -"kkI" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/cargo) -"kkK" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/rnr) "kkR" = ( /turf/open/floor/corsat{ dir = 6; @@ -46729,20 +37595,6 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay/morgue) -"klD" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/security/cells) -"klS" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) "kmf" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -46760,13 +37612,6 @@ icon_state = "whitetan" }, /area/corsat/sigma/dorms) -"kmC" = ( -/obj/structure/machinery/photocopier, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "kmI" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/blood/oil, @@ -46775,21 +37620,6 @@ icon_state = "asteroidfloor" }, /area/corsat/sigma/biodome/scrapyard) -"kmV" = ( -/obj/structure/surface/table/almayer, -/obj/item/folder/black_random, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) -"knx" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) "knD" = ( /turf/open/floor/corsat{ dir = 8; @@ -46805,10 +37635,10 @@ /area/corsat/sigma/hangar/security) "knS" = ( /turf/open/floor/corsat{ - dir = 10; - icon_state = "brown" + dir = 8; + icon_state = "purplewhite" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/sigmaremote/residential) "kof" = ( /obj/structure/machinery/computer/secure_data{ dir = 8 @@ -46835,21 +37665,16 @@ /turf/open/gm/dirtgrassborder/north, /area/corsat/theta/biodome) "koV" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/obj/structure/pipes/vents/pump, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + icon_state = "marked" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "koY" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "kps" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -46858,45 +37683,27 @@ icon_state = "mars_dirt_8" }, /area/corsat/sigma/biodome) -"kpD" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/residential/east) "kpS" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "brown" }, /area/corsat/omega/cargo) -"kqm" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/omega/control) -"kqp" = ( -/obj/structure/pipes/vents/pump, +"kpV" = ( +/obj/structure/prop/almayer/computers/sensor_computer2, /turf/open/floor/corsat{ dir = 1; icon_state = "purplewhite" }, -/area/corsat/gamma/biodome/toxins) -"kqs" = ( -/obj/structure/machinery/light{ +/area/corsat/gamma/sigmaremote/residential) +"kqm" = ( +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "white" + icon_state = "squares" }, -/area/corsat/gamma/residential) +/area/corsat/omega/control) "kqA" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/secure_data{ @@ -46906,13 +37713,12 @@ icon_state = "plate" }, /area/corsat/omega/airlocknorth/id) -"kqE" = ( -/obj/effect/landmark/corpsespawner/engineer, -/obj/effect/decal/cleanable/blood/splatter, +"kqH" = ( +/obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ - icon_state = "yellow" + icon_state = "retrosquares" }, -/area/corsat/sigma/south/robotics) +/area/corsat/gamma/hangar/arrivals) "kqZ" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -46921,7 +37727,7 @@ dir = 5; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "krn" = ( /obj/structure/platform{ dir = 1 @@ -46930,12 +37736,6 @@ icon_state = "floor1" }, /area/corsat/theta/biodome/complex) -"krK" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/airlock/control) "krR" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -46962,12 +37762,6 @@ icon_state = "plate" }, /area/corsat/sigma/south/engineering) -"ksH" = ( -/obj/effect/landmark/nightmare{ - insert_tag = "lockdown-highsec" - }, -/turf/closed/wall/r_wall/biodome, -/area/corsat/omega/checkpoint) "ksT" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -46975,7 +37769,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "ksX" = ( /obj/structure/bed/chair{ dir = 8 @@ -47026,31 +37820,24 @@ dir = 8 }, /area/corsat/inaccessible) -"kvm" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/foyer) "kvN" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("gamma") +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /turf/open/floor/corsat{ - icon_state = "darkgreen" + dir = 4; + icon_state = "whitetancorner" }, -/area/corsat/gamma/rnr) -"kwK" = ( +/area/corsat/gamma/residential/academy) +"kwj" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" }, -/area/corsat/gamma/residential) +/area/corsat/sigma/biodome) "kxc" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/door/airlock/almayer/command/colony{ @@ -47062,15 +37849,6 @@ icon_state = "retrosquares" }, /area/corsat/sigma/hangar/office) -"kxs" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "brown" - }, -/area/corsat/gamma/cargo) "kyb" = ( /obj/structure/surface/rack, /obj/item/storage/donut_box, @@ -47078,6 +37856,19 @@ icon_state = "cargo" }, /area/corsat/gamma/freezer) +"kyo" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"kyH" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/north) "kyQ" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/omega/maint) @@ -47109,26 +37900,13 @@ icon_state = "tan" }, /area/corsat/gamma/canteen) -"kAq" = ( -/obj/effect/landmark/corpsespawner/engineer, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/south/robotics) -"kAM" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplecorner" - }, -/area/corsat/gamma/biodome/complex) -"kBA" = ( -/obj/structure/machinery/disease2/diseaseanalyser, +"kAN" = ( +/obj/effect/alien/weeds/node, +/obj/effect/landmark/xeno_spawn, /turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" + icon_state = "plate" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/omega/biodome) "kBE" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -47136,7 +37914,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "kBN" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -47180,12 +37958,6 @@ icon_state = "redcorner" }, /area/corsat/omega/airlocknorth) -"kCH" = ( -/obj/structure/machinery/vending/snack, -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/biodome/virology) "kDt" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -47197,14 +37969,6 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirtgrassborder/west, /area/corsat/theta/biodome) -"kEj" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "kEq" = ( /turf/open/floor/corsat{ dir = 8; @@ -47219,12 +37983,6 @@ icon_state = "squares" }, /area/corsat/sigma/south/engineering) -"kFo" = ( -/obj/structure/surface/table/woodentable, -/obj/item/device/flashlight/lamp/green, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/wood, -/area/corsat/sigma/dorms) "kFq" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -47233,14 +37991,6 @@ dir = 8 }, /area/corsat/gamma/sigmaremote) -"kFE" = ( -/obj/structure/surface/rack, -/obj/item/storage/box/monkeycubes, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "kFZ" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, @@ -47256,21 +38006,24 @@ icon_state = "squares" }, /area/corsat/gamma/hallwaysouth) -"kGJ" = ( +"kGI" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 8; - icon_state = "green" + icon_state = "squares" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/sigma/southeast/datalab) "kGK" = ( -/obj/structure/surface/table, -/obj/item/book, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, /turf/open/floor/corsat{ dir = 1; - icon_state = "whitetan" + icon_state = "whitetancorner" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "kGP" = ( /turf/open/floor/corsat{ dir = 1; @@ -47278,24 +38031,19 @@ }, /area/corsat/omega/complex) "kGV" = ( -/obj/structure/surface/table, -/obj/item/paper_bin, +/obj/structure/surface/table/almayer, +/obj/item/paper, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + icon_state = "spiralplate" }, -/area/corsat/gamma/residential/west) -"kHe" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/wood, -/area/corsat/gamma/residential/lounge) -"kHk" = ( -/obj/effect/landmark/survivor_spawner, +/area/corsat/gamma/hangar/flightcontrol) +"kHd" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 4; + icon_state = "red" }, -/area/corsat/sigma/airlock/control) +/area/corsat/gamma/security) "kHP" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, @@ -47315,10 +38063,6 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/hydroeast) -"kIW" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) "kJa" = ( /obj/structure/bed/chair/office/dark{ dir = 4 @@ -47337,13 +38081,6 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/hydroeast) -"kJT" = ( -/obj/structure/closet/wardrobe/virology_white, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "kKs" = ( /obj/structure/machinery/power/apc/high{ dir = 4; @@ -47379,13 +38116,6 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"kLC" = ( -/obj/structure/surface/table/reinforced, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) "kMu" = ( /obj/structure/bed/chair{ dir = 1 @@ -47404,7 +38134,7 @@ dir = 1; icon_state = "whitecorner" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "kNB" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -47413,13 +38143,6 @@ icon_state = "retrosquareslight" }, /area/corsat/gamma/medbay/chemistry) -"kNQ" = ( -/obj/structure/bed/nest, -/obj/effect/landmark/corpsespawner/scientist, -/turf/open/mars_cave{ - icon_state = "mars_cave_12" - }, -/area/corsat/sigma/biodome) "kOc" = ( /obj/structure/flora/pottedplant, /turf/open/floor/corsat{ @@ -47431,7 +38154,7 @@ /turf/open/floor/corsat{ icon_state = "white" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "kOi" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/station_alert{ @@ -47440,7 +38163,7 @@ /turf/open/floor/corsat{ icon_state = "red" }, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/hallways) "kOv" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -47453,14 +38176,16 @@ dir = 8; icon_state = "whitecorner" }, -/area/corsat/gamma/residential/east) -"kOL" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/effect/decal/cleanable/cobweb, +/area/corsat/gamma/residential/north) +"kPc" = ( +/obj/structure/noticeboard{ + pixel_y = 30 + }, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 1; + icon_state = "tan" }, -/area/corsat/emergency_access) +/area/corsat/gamma/residential/academy) "kPl" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/corsat{ @@ -47475,27 +38200,14 @@ icon_state = "plate" }, /area/corsat/omega/security) -"kPC" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/monorail) -"kPH" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/airlock/control) "kPP" = ( /obj/structure/machinery/light{ dir = 8 }, /obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/objective{ + dir = 4 + }, /turf/open/floor/corsat{ icon_state = "lightplate" }, @@ -47509,13 +38221,6 @@ icon_state = "red" }, /area/corsat/sigma/hangar/security) -"kQb" = ( -/obj/structure/fence, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) "kQd" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -47523,13 +38228,22 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "kQe" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ icon_state = "bluegrey" }, /area/corsat/omega/offices) +"kQO" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 8; + start_charge = 0 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/comms/gamma_halls) "kQS" = ( /obj/structure/machinery/light{ dir = 8 @@ -47538,40 +38252,38 @@ icon_state = "floor5" }, /area/corsat/theta/biodome/complex) -"kRa" = ( -/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ - index = "9" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "corsat_teleporter_static" - }, -/area/corsat/gamma/sigmaremote/teleporter) "kRc" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/sigma/south/engineering) -"kRB" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, +"kRN" = ( /turf/open/floor/corsat{ - icon_state = "squares" + dir = 1; + icon_state = "purplewhite" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/sigmaremote/residential) "kRO" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "kSa" = ( /turf/open/floor/corsat{ icon_state = "greenwhitecorner" }, /area/corsat/gamma/medbay) +"kSs" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "12" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/sigma/south/complex/teleporter) "kSt" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_10" @@ -47589,19 +38301,16 @@ /obj/item/bananapeel{ name = "tactical banana peel" }, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ dir = 6; icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) "kSD" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/toxins) +/obj/effect/landmark/corpsespawner/wysec, +/turf/open/floor/corsat, +/area/corsat/gamma/security) "kSG" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" @@ -47609,38 +38318,40 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) "kSM" = ( /turf/open/floor/corsat{ dir = 10; icon_state = "yellow" }, /area/corsat/sigma/south/engineering) +"kST" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "4" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/gamma/sigmaremote/teleporter/residential) "kSY" = ( /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/gamma/airlock/south/id) -"kTg" = ( -/obj/structure/bed/chair{ - dir = 1 - }, +"kTd" = ( +/obj/structure/prop/almayer/computers/sensor_computer1, /turf/open/floor/corsat{ - dir = 10; - icon_state = "white" + dir = 5; + icon_state = "purplewhite" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/sigmaremote/residential) "kTx" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "purplecorner" }, /area/corsat/sigma/south) -"kUp" = ( -/turf/open/floor/corsat{ - icon_state = "white" - }, -/area/corsat/gamma/residential/east) "kUt" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/emails{ @@ -47651,42 +38362,29 @@ icon_state = "bluegrey" }, /area/corsat/omega/offices) -"kUV" = ( -/obj/structure/surface/table/woodentable, -/obj/item/toy/deck, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/arcade) -"kVn" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"kUv" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 }, -/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 1; - icon_state = "whitetan" - }, -/area/corsat/sigma/dorms) -"kVy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + icon_state = "retrosquareslight" }, -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/landmark/corpsespawner/engineer, +/area/corsat/gamma/sigmaremote/residential) +"kUV" = ( +/obj/effect/alien/weeds/node, /turf/open/floor/corsat{ - icon_state = "retrosquares" + icon_state = "retrosquareslight" }, -/area/corsat/gamma/residential) +/area/corsat/omega/complex) "kVT" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/pipes/vents/pump{ dir = 4 }, /turf/open/floor/corsat{ - icon_state = "whitetan" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "kVZ" = ( /turf/open/floor/corsat{ dir = 8; @@ -47702,6 +38400,15 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay/lobby) +"kWz" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/weapon/gun/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/foyer) "kWL" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -47716,12 +38423,13 @@ icon_state = "spiralplate" }, /area/corsat/sigma/hangar/office) -"kXj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +"kXh" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "plate" }, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) +/area/corsat/sigma/south/complex) "kXp" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ @@ -47729,15 +38437,22 @@ }, /area/corsat/omega/control) "kXz" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 }, -/obj/structure/machinery/disposal, /turf/open/floor/corsat{ - dir = 5; - icon_state = "purplewhite" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/residential/academy) +"kXD" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/gamma/hangar/arrivals) "kYn" = ( /obj/structure/surface/table/almayer, /obj/item/tool/pen, @@ -47745,13 +38460,12 @@ icon_state = "retrosquareslight" }, /area/corsat/omega/complex) -"kYC" = ( -/obj/structure/pipes/vents/pump, +"kZp" = ( /turf/open/floor/corsat{ dir = 1; - icon_state = "red" + icon_state = "yellow" }, -/area/corsat/gamma/foyer) +/area/corsat/gamma/residential/generator) "kZy" = ( /obj/structure/machinery/power/apc/hyper{ dir = 1; @@ -47779,14 +38493,6 @@ icon_state = "yellow" }, /area/corsat/omega/maint) -"lbC" = ( -/obj/structure/surface/rack, -/obj/item/storage/box/pillbottles, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "lbY" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ @@ -47802,14 +38508,7 @@ dir = 4; icon_state = "white" }, -/area/corsat/gamma/residential/east) -"lcF" = ( -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/residential/north) "lda" = ( /turf/open/floor/corsat{ dir = 4; @@ -47822,7 +38521,7 @@ dir = 1; icon_state = "whitecorner" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "ldy" = ( /turf/open/floor/corsat{ dir = 1; @@ -47834,7 +38533,14 @@ /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) +"ldK" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood/xtracks, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) "ldN" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -47881,20 +38587,10 @@ icon_state = "darkgreen" }, /area/corsat/sigma/hangar/arrivals) -"leM" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "white" - }, -/area/corsat/gamma/residential/east) "leP" = ( -/obj/structure/surface/table/reinforced, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/residential/academy) "leR" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -47930,11 +38626,19 @@ /area/corsat/gamma/medbay/morgue) "lfH" = ( /obj/structure/pipes/standard/manifold/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ icon_state = "retrosquareslight" }, /area/corsat/gamma/medbay/morgue) +"lgc" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/hangar) "lgo" = ( /obj/structure/window/reinforced{ dir = 8; @@ -47963,7 +38667,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "lgx" = ( /obj/structure/stairs{ dir = 8 @@ -47980,26 +38684,12 @@ dir = 8 }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + icon_state = "squares" }, -/area/corsat/gamma/residential/showers) +/area/corsat/gamma/hallwaymain) "lhl" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/administration) -"lhI" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "redcorner" - }, -/area/corsat/gamma/security/cells) +/turf/closed/wall/biodome, +/area/corsat/gamma/cargo) "lhL" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/recharger, @@ -48024,6 +38714,15 @@ icon_state = "retrosquareslight" }, /area/corsat/sigma/south/complex) +"lic" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "21" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/sigma/south/complex/teleporter) "lig" = ( /obj/structure/surface/table/almayer, /obj/item/storage/fancy/vials/random, @@ -48032,6 +38731,22 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) +"lik" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/platform{ + dir = 1 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "white" + }, +/area/corsat/sigma/south) +"liq" = ( +/turf/open/floor/corsat{ + dir = 5; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/researcher) "liQ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -48041,24 +38756,16 @@ }, /area/corsat/gamma/medbay/lobby) "ljw" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purple" - }, -/area/corsat/gamma/residential) -"lkd" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("gamma") - }, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) -"lki" = ( /obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/item/ashtray/bronze, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + icon_state = "bluegrey" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/hangar/flightcontrol) "lkk" = ( /turf/open/floor/almayer{ icon_state = "tcomms" @@ -48099,14 +38806,16 @@ icon_state = "cargo" }, /area/corsat/gamma/freezer) -"lla" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper_bin, -/obj/item/tool/pen/blue, +"lkH" = ( +/obj/structure/machinery/power/apc/high{ + dir = 4; + start_charge = 0 + }, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + dir = 4; + icon_state = "whitetan" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/residential/academy) "llr" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -48131,15 +38840,6 @@ icon_state = "lightplate" }, /area/corsat/theta/biodome/complex) -"lmD" = ( -/obj/structure/machinery/autodispenser{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "lmV" = ( /obj/structure/pipes/vents/pump, /turf/open/mars_cave{ @@ -48159,6 +38859,14 @@ /obj/structure/machinery/door_control{ id = "GammaSouthID"; name = "Security Shutters"; + pixel_x = 5; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "GammaSouthN"; + name = "Airlock Control"; + pixel_x = -5; + pixel_y = 6; use_power = 0 }, /turf/open/floor/corsat{ @@ -48172,10 +38880,6 @@ icon_state = "red" }, /area/corsat/sigma/hangar/security) -"lnQ" = ( -/obj/structure/window_frame/corsat, -/turf/open/floor/plating, -/area/corsat/gamma/biodome/complex) "lnW" = ( /obj/structure/surface/table/reinforced, /obj/item/phone, @@ -48194,14 +38898,6 @@ icon_state = "red" }, /area/corsat/gamma/airlock/south/id) -"lop" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "loF" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -48210,15 +38906,21 @@ }, /area/corsat/gamma/residential/researcher) "lps" = ( -/obj/structure/bed/chair/comfy, -/obj/structure/machinery/camera/autoname{ - network = list("sigma") - }, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/cargo) +"lpK" = ( +/obj/structure/stairs, /turf/open/floor/corsat{ dir = 1; - icon_state = "darkgreen" + icon_state = "tan" + }, +/area/corsat/gamma/residential/academy) +"lpV" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/corsat{ + icon_state = "squares" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/airlock/control) "lqm" = ( /obj/structure/pipes/vents/pump/on, /turf/open/floor/corsat{ @@ -48226,38 +38928,20 @@ icon_state = "purple" }, /area/corsat/omega/hallways) -"lqK" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/airlock/south) "lqR" = ( -/obj/structure/surface/table/gamblingtable, -/obj/item/toy/deck/uno, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" + icon_state = "squares" }, -/area/corsat/gamma/rnr/arcade) +/area/corsat/gamma/security) "lqX" = ( /obj/item/pamphlet/skill/powerloader, /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/sigma/cargo) -"lrQ" = ( -/obj/structure/machinery/door/poddoor/two_tile/four_tile/open{ - id = "GammaSouthS"; - name = "Gamma South Airlock" - }, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/airlock/south) "lsc" = ( /turf/open/floor/corsat{ dir = 4; @@ -48270,10 +38954,6 @@ icon_state = "lightplate" }, /area/corsat/theta/biodome/complex) -"lsu" = ( -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/corsat, -/area/corsat/gamma/freezer) "lsB" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/pipes/standard/simple/hidden/green{ @@ -48287,36 +38967,20 @@ }, /turf/open/floor/wood, /area/corsat/gamma/residential/researcher) -"ltk" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "ltl" = ( /turf/open/floor/corsat{ dir = 6; icon_state = "red" }, /area/corsat/theta/airlock/control) -"ltX" = ( -/obj/structure/closet/cabinet, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/biodome/complex) "lue" = ( -/obj/structure/surface/table/gamblingtable, -/obj/item/toy/dice/d20, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/bed/chair, +/obj/effect/landmark/hunter_secondary, /turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" + dir = 4; + icon_state = "red" }, -/area/corsat/gamma/rnr/arcade) +/area/corsat/sigma/hangar/checkpoint) "lug" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ dir = 1; @@ -48337,31 +39001,11 @@ icon_state = "red" }, /area/corsat/omega/hangar/security) -"luE" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "luQ" = ( /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/sigma/south/complex) -"lvg" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/corsat/gamma/hallwaysouth) -"lvE" = ( -/obj/effect/landmark/yautja_teleport, -/turf/open/floor/wood, -/area/corsat/sigma/dorms) "lvR" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -48374,6 +39018,15 @@ icon_state = "retrosquareslight" }, /area/corsat/gamma/medbay) +"lwi" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "5" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/gamma/sigmaremote/teleporter/residential) "lwk" = ( /turf/open/floor/corsat{ dir = 4; @@ -48390,14 +39043,6 @@ "lwu" = ( /turf/open/floor/corsat, /area/corsat/sigma/hangar) -"lwy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/toxins) "lwL" = ( /obj/structure/surface/rack, /obj/item/ammo_magazine/smg/mp5, @@ -48406,21 +39051,12 @@ icon_state = "asteroidplating" }, /area/corsat/sigma/biodome/gunrange) -"lxi" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) "lxj" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" - }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "whitetan" + dir = 8; + icon_state = "brown" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/cargo) "lxS" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -48447,7 +39083,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/lobby) +/area/corsat/sigma/north/engineering/lobby) "lyK" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -48455,29 +39091,41 @@ icon_state = "bluegrey" }, /area/corsat/sigma/hangar/office) -"lyW" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplecorner" - }, -/area/corsat/gamma/biodome/complex) "lzc" = ( -/obj/effect/decal/cleanable/blood/oil, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ - icon_state = "brown" + dir = 4; + icon_state = "yellowcorner" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar) "lzI" = ( /turf/open/floor/corsat{ icon_state = "sigma" }, /area/corsat/sigma/southeast) +"lzY" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential/generator) "lAd" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "greenwhitecorner" }, /area/corsat/gamma/medbay) +"lAJ" = ( +/obj/effect/decal/cleanable/blood/xtracks, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/omega/airlocknorth) "lBj" = ( /obj/structure/surface/table/almayer, /turf/open/floor/corsat{ @@ -48494,7 +39142,19 @@ dir = 1; icon_state = "white" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) +"lBI" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Residential Hallway"; + req_one_access = null + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/researcher) "lCa" = ( /obj/structure/surface/table/almayer, /obj/effect/spawner/random/tech_supply, @@ -48504,55 +39164,24 @@ icon_state = "squares" }, /area/corsat/sigma/south/robotics) -"lCq" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"lCf" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" }, -/obj/effect/decal/cleanable/blood/splatter, +/area/corsat/sigma/biodome/scrapyard) +"lCn" = ( +/obj/effect/decal/cleanable/blood/oil, /turf/open/floor/corsat{ - dir = 4; - icon_state = "whitetancorner" + icon_state = "yellow" }, -/area/corsat/sigma/dorms) +/area/corsat/sigma/south/robotics) "lCr" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "darkgreencorner" }, /area/corsat/sigma/hangar/arrivals) -"lCv" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/theta/biodome/complex) -"lDb" = ( -/obj/effect/landmark/corpsespawner/prisoner, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/security/cells) -"lDh" = ( -/obj/structure/surface/table/reinforced, -/obj/item/stack/cable_coil, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/sigmaremote) -"lDJ" = ( -/obj/structure/machinery/door_control{ - id = "RemoteGateO"; - name = "Gate Shutters"; - pixel_y = 24; - use_power = 0 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/residential) "lDT" = ( /turf/open/floor/corsat{ dir = 1; @@ -48565,16 +39194,16 @@ }, /area/corsat/omega/hallways) "lER" = ( -/obj/structure/barricade/handrail{ - layer = 3 - }, -/obj/structure/barricade/handrail{ - dir = 4 +/obj/structure/platform{ + dir = 1; + layer = 2.8 }, +/obj/structure/surface/table, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/residential/academy) "lFq" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -48585,10 +39214,15 @@ }, /area/corsat/sigma/hangar/arrivals) "lFP" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "CORSAT Library" + }, /turf/open/floor/corsat{ - icon_state = "darkgreen" + dir = 1; + icon_state = "squareswood" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/gamma/rnr/library) "lFU" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ name = "Hangar Security"; @@ -48598,21 +39232,6 @@ icon_state = "squares" }, /area/corsat/sigma/hangar/security) -"lFX" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) -"lFY" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/south/security) "lGj" = ( /obj/structure/machinery/disposal, /obj/structure/disposalpipe/trunk{ @@ -48623,13 +39242,6 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"lGo" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/sigma/dorms) "lGp" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ name = "Hydroponics"; @@ -48654,12 +39266,20 @@ icon_state = "red" }, /area/corsat/sigma/hangar/security) -"lGP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +"lGO" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" }, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) +/area/corsat/gamma/residential/researcher) +"lHe" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hangar/arrivals) "lHk" = ( /obj/structure/machinery/disposal, /turf/open/floor/corsat{ @@ -48667,12 +39287,6 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) -"lHB" = ( -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/omega/complex) "lHI" = ( /obj/structure/surface/table/reinforced, /obj/item/ammo_rcd, @@ -48708,12 +39322,6 @@ icon_state = "plate" }, /area/corsat/sigma/south) -"lIq" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/south) "lIu" = ( /obj/structure/bed/chair/comfy/black{ dir = 8 @@ -48723,16 +39331,6 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"lIE" = ( -/obj/structure/machinery/smartfridge/chemistry{ - req_access_txt = "100"; - req_one_access = null - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "lIQ" = ( /turf/open/floor/corsat{ dir = 4; @@ -48776,16 +39374,14 @@ }, /area/corsat/gamma/residential/lounge) "lJq" = ( -/obj/structure/machinery/light, /turf/open/floor/corsat{ - icon_state = "white" + icon_state = "plate" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/security/armory) "lJz" = ( -/turf/open/floor/corsat{ - icon_state = "brown" - }, -/area/corsat/gamma/hallwaysouth) +/obj/structure/window/framed/corsat/hull/security, +/turf/open/floor/plating, +/area/corsat/gamma/security) "lJR" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -48822,9 +39418,9 @@ }, /area/corsat/sigma/south/robotics) "lLO" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - dir = 4; - icon_state = "brown" + icon_state = "squares" }, /area/corsat/gamma/cargo) "lMf" = ( @@ -48839,6 +39435,10 @@ icon_state = "squares" }, /area/corsat/sigma/hangar/checkpoint) +"lNA" = ( +/obj/effect/alien/weeds/node, +/turf/closed/wall/resin/membrane, +/area/corsat/omega/biodome) "lNS" = ( /obj/structure/surface/table/almayer, /obj/item/clipboard, @@ -48863,25 +39463,7 @@ dir = 4; icon_state = "white" }, -/area/corsat/gamma/residential/east) -"lON" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/hangar) -"lOS" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/residential/north) "lOV" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/corsat{ @@ -48905,24 +39487,6 @@ /obj/structure/blocker/forcefield/multitile_vehicles, /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/omega/control) -"lPi" = ( -/obj/structure/surface/table/woodentable, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/residential) -"lPD" = ( -/obj/structure/surface/rack, -/obj/item/storage/firstaid/rad, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/sigmaremote) "lPH" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/secure_data{ @@ -48933,23 +39497,13 @@ icon_state = "red" }, /area/corsat/sigma/hangar/security) -"lPY" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/hangar/monorail/control) "lQk" = ( -/obj/structure/bookcase{ - icon_state = "book-5" - }, +/obj/structure/bed/sofa/vert/white/top, /turf/open/floor/corsat{ - dir = 9; - icon_state = "whitetan" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "lQr" = ( /obj/structure/bed/chair{ dir = 4 @@ -48974,14 +39528,24 @@ }, /area/corsat/sigma/southeast/datalab) "lRg" = ( -/obj/structure/computer3frame/server{ - icon_state = "4" +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhitecorner" + dir = 1; + icon_state = "brown" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/cargo) +"lRi" = ( +/obj/structure/machinery/door/window/brigdoor/southleft{ + id = "CORSAT Sec 1"; + name = "Cell 1" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/security/cells) "lRQ" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -48990,35 +39554,30 @@ icon_state = "plate" }, /area/corsat/sigma/hangar/id) -"lRW" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, +"lRY" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "21" + }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "whitetan" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/residential/researcher) -"lRY" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" +/area/corsat/gamma/sigmaremote/teleporter/residential) +"lSe" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "4" }, /turf/open/floor/corsat{ - icon_state = "purplewhitecorner" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/sigma/south/complex/teleporter) "lSS" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "whitecorner" }, -/area/corsat/gamma/residential/east) -"lSU" = ( -/obj/structure/machinery/computer/pandemic, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/residential/north) "lTA" = ( /obj/effect/decal/warning_stripes{ icon_state = "SW-out" @@ -49036,18 +39595,6 @@ icon_state = "squareswood" }, /area/corsat/omega/offices) -"lTU" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/omega/biodome) -"lUc" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" - }, -/area/corsat/gamma/airlock/south) "lUI" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -49057,6 +39604,15 @@ icon_state = "purplewhitecorner" }, /area/corsat/sigma/south/complex) +"lUK" = ( +/obj/structure/surface/table/almayer, +/obj/item/ammo_magazine/smg/mp5, +/obj/item/ammo_magazine/smg/mp5, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) "lUM" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/corsat{ @@ -49064,25 +39620,12 @@ icon_state = "red" }, /area/corsat/omega/airlocknorth/id) -"lUY" = ( -/obj/structure/machinery/floodlight{ - name = "Floodlight" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) "lVb" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "bluecorner" }, /area/corsat/sigma/airlock/control) -"lVo" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/cargo) "lVw" = ( /obj/structure/blocker/forcefield/multitile_vehicles, /obj/structure/pipes/standard/simple/hidden/green{ @@ -49103,39 +39646,24 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirtgrassborder/west, /area/corsat/theta/biodome) -"lVW" = ( -/obj/structure/platform, -/turf/open/gm/river/desert/shallow{ - name = "pool" - }, -/area/corsat/gamma/residential/showers) -"lWf" = ( -/obj/structure/machinery/chem_dispenser{ - req_access_txt = "100" - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "lWD" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + icon_state = "whitetancorner" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "lWG" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "red" }, /area/corsat/omega/hangar/security) +"lXa" = ( +/obj/structure/cargo_container/hd/left/alt, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) "lXA" = ( /obj/structure/machinery/photocopier, /turf/open/floor/corsat{ @@ -49151,26 +39679,6 @@ icon_state = "sigma" }, /area/corsat/sigma/hangar/id) -"lXP" = ( -/obj/effect/landmark/corpsespawner/engineer, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/corsat/sigma/biodome) -"lXV" = ( -/obj/structure/machinery/door/airlock/almayer/research/glass/colony{ - name = "Containment Unit"; - req_one_access_txt = "103" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "lYc" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /obj/structure/pipes/standard/simple/hidden/green, @@ -49183,6 +39691,11 @@ icon_state = "red" }, /area/corsat/omega/hangar/security) +"lYk" = ( +/turf/open/floor/corsat{ + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote/residential) "lYq" = ( /turf/open/floor/corsat{ dir = 4; @@ -49208,12 +39721,6 @@ icon_state = "plate" }, /area/corsat/sigma/hangar/security) -"lYM" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "redcorner" - }, -/area/corsat/gamma/airlock/control) "lYO" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -49222,12 +39729,23 @@ icon_state = "retrosquareslight" }, /area/corsat/sigma/south/complex) +"lYW" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/generator) "lYX" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - icon_state = "single" +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "1" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) +/area/corsat/sigma/south/complex/teleporter) "lZm" = ( /turf/open/floor/wood, /area/corsat/omega/offices) @@ -49241,15 +39759,6 @@ }, /turf/open/floor/wood, /area/corsat/gamma/residential/lounge) -"lZF" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "blue" - }, -/area/corsat/gamma/hangar) "mab" = ( /obj/structure/sign/safety/high_rad{ pixel_x = 32 @@ -49260,9 +39769,13 @@ }, /area/corsat/theta/biodome/complex) "mag" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hangar/arrivals) "mbp" = ( /obj/structure/closet/bodybag, /turf/open/floor/corsat{ @@ -49277,45 +39790,18 @@ icon_state = "bluegrey" }, /area/corsat/sigma/south/offices) -"mbI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/north) "mbO" = ( /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/omega/airlocknorth/id) "mbZ" = ( -/obj/structure/machinery/light{ - dir = 4 - }, +/obj/structure/flora/pottedplant, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/residential/showers) -"mcj" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"mdI" = ( -/obj/structure/closet/crate/trashcart, -/obj/structure/machinery/light/small{ - dir = 8 + dir = 4; + icon_state = "bluegrey" }, -/turf/open/floor/corsat, -/area/corsat/gamma/cargo/disposal) +/area/corsat/gamma/hangar/flightcontrol) "mdV" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ @@ -49326,7 +39812,7 @@ "mea" = ( /obj/structure/bed/sofa/south/white/right, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "mer" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -49343,14 +39829,6 @@ icon_state = "purplewhitecorner" }, /area/corsat/theta/biodome/complex) -"mey" = ( -/obj/structure/sign/safety/biohazard, -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "meC" = ( /obj/structure/machinery/camera/autoname{ network = list("gamma") @@ -49360,12 +39838,6 @@ icon_state = "blue" }, /area/corsat/gamma/hallwaysouth) -"meD" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/toxins) "meJ" = ( /obj/structure/surface/table/reinforced, /obj/item/folder/black_random, @@ -49381,33 +39853,24 @@ icon_state = "squares" }, /area/corsat/theta/biodome/complex) +"mfv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/academy) "mfw" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "whitecorner" }, /area/corsat/sigma/dorms) -"mfH" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/toxins) "mfN" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"mfS" = ( -/obj/effect/landmark/corpsespawner/wysec, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security) +/area/corsat/gamma/residential/north) "mfX" = ( /obj/structure/bed/chair/office/dark{ dir = 1 @@ -49415,14 +39878,6 @@ /obj/structure/pipes/vents/pump, /turf/open/floor/wood, /area/corsat/gamma/residential/researcher) -"mgq" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/hangar/monorail/control) "mgt" = ( /obj/structure/surface/table/reinforced, /obj/item/folder/black_random, @@ -49441,23 +39896,15 @@ icon_state = "retrosquares" }, /area/corsat/sigma/dorms) -"mgO" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/firstaid, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "mgW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/obj/structure/bed/chair/office/light{ + dir = 1 }, /turf/open/floor/corsat{ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "mhg" = ( /obj/structure/surface/table/reinforced, /turf/open/floor/corsat{ @@ -49465,32 +39912,6 @@ icon_state = "red" }, /area/corsat/sigma/checkpoint) -"mhq" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/structure/platform{ - density = 0; - dir = 8; - icon_state = "platform_deco" - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "whitecorner" - }, -/area/corsat/sigma/south) -"mim" = ( -/obj/effect/landmark/hunter_primary, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/researcher) -"miE" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/residential) "miJ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -49500,11 +39921,12 @@ }, /area/corsat/sigma/hangar/checkpoint) "miU" = ( +/obj/structure/closet/emcloset, /turf/open/floor/corsat{ - dir = 8; - icon_state = "browncorner" + dir = 10; + icon_state = "purplewhite" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/sigmaremote) "miX" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -49559,6 +39981,13 @@ /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/dirt, /area/corsat/theta/biodome) +"mlQ" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/freezer) "mmh" = ( /obj/structure/bed/chair{ dir = 1 @@ -49567,63 +39996,49 @@ dir = 8; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "mmj" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "lightplate" }, /area/corsat/theta/biodome/hydrowest) -"mmp" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/south) "mmr" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 +/obj/structure/bed/chair/office/light{ + dir = 8 }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/residential/lavatory) +/area/corsat/gamma/residential/academy) "mmy" = ( /turf/open/floor/corsat{ dir = 6; icon_state = "yellow" }, /area/corsat/theta/airlock/control) -"mop" = ( -/obj/structure/surface/rack, -/obj/item/tool/soap/deluxe, -/obj/item/tool/soap/deluxe, +"mnV" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 4; + icon_state = "red" }, -/area/corsat/gamma/residential) -"moU" = ( -/turf/open/floor/corsat{ - icon_state = "squares" +/area/corsat/sigma/hangar/security) +"mof" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/area/corsat/sigma/southeast) -"mpj" = ( -/obj/effect/decal/cleanable/blood/xtracks, +/obj/effect/alien/weeds/node, /turf/open/floor/corsat{ - dir = 8; - icon_state = "redcorner" - }, -/area/corsat/omega/airlocknorth) -"mpS" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 + icon_state = "retrosquares" }, +/area/corsat/omega/hallways) +"moU" = ( /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/security) +/area/corsat/sigma/southeast) "mqn" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -49658,32 +40073,27 @@ dir = 4 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "mrb" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirt, /area/corsat/theta/biodome) "mrr" = ( -/obj/structure/machinery/door/poddoor/almayer/open{ - dir = 4; - id = "GammaHCargoW"; - name = "Gamma Cargo Checkpoint"; - use_power = 0 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8; + health = 250 }, -/turf/open/floor/corsat{ - icon_state = "marked" +/obj/structure/machinery/computer/cameras{ + dir = 4; + network = list("gamma") }, -/area/corsat/gamma/hangar/cargo) -"mrG" = ( /turf/open/floor/corsat{ - dir = 4; - icon_state = "blue" + dir = 1; + icon_state = "bluegrey" }, -/area/corsat/gamma/hangar/arrivals) +/area/corsat/gamma/hangar/flightcontrol) "mrO" = ( /obj/structure/bed/chair{ dir = 1 @@ -49692,17 +40102,7 @@ dir = 8; icon_state = "darkgreen" }, -/area/corsat/gamma/rnr) -"mrQ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/wood, -/area/corsat/gamma/biodome/complex) -"msj" = ( -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/hangar/flightcontrol) +/area/corsat/gamma/foyer) "msm" = ( /turf/open/shuttle/dropship{ icon_state = "rasputin12" @@ -49717,18 +40117,10 @@ }, /area/corsat/theta/airlock/control) "msu" = ( -/obj/structure/machinery/light{ - dir = 4 - }, /turf/open/floor/corsat{ - dir = 6; - icon_state = "brown" + icon_state = "arrow_east" }, -/area/corsat/gamma/cargo) -"msB" = ( -/obj/structure/largecrate/random/barrel, -/turf/open/floor/corsat, -/area/corsat/gamma/cargo/disposal) +/area/corsat/gamma/hangar) "msP" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/gm/dirtgrassborder/north, @@ -49745,26 +40137,47 @@ }, /turf/open/gm/dirt, /area/corsat/theta/biodome) +"mts" = ( +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/academy) "mtG" = ( /obj/effect/landmark/monkey_spawn, /turf/open/gm/river, /area/corsat/theta/biodome) +"mtW" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/crap_item, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/hangar/arrivals) "muo" = ( /obj/structure/surface/rack, /obj/item/clothing/shoes/sandal, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + icon_state = "squares" }, -/area/corsat/gamma/residential/showers) -"muu" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/area/corsat/gamma/hallwaymain) +"mvf" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, /turf/open/floor/corsat{ - icon_state = "lightplate" + icon_state = "squares" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/cargo) +"mvk" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "brown" + }, +/area/corsat/sigma/cargo) "mvL" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/mars, @@ -49782,12 +40195,6 @@ icon_state = "whitecorner" }, /area/corsat/sigma/dorms) -"mwa" = ( -/obj/structure/cargo_container/hd/left/alt, -/turf/open/floor/corsat{ - icon_state = "cargo" - }, -/area/corsat/gamma/cargo) "mwk" = ( /obj/structure/surface/table/reinforced, /obj/item/folder/black_random, @@ -49796,6 +40203,15 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) +"mwn" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "3" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/sigma/south/complex/teleporter) "mwo" = ( /turf/open/floor/corsat{ dir = 4; @@ -49808,23 +40224,32 @@ icon_state = "squares" }, /area/corsat/omega/control) -"mwC" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/turf/closed/wall/r_wall/biodome, -/area/corsat/emergency_access) "mwH" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhitecorner" +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/door_control{ + id = "GammaHCargoW"; + name = "Checkpoint Control"; + pixel_x = -5; + pixel_y = -3; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "GammaHangarCargoC"; + name = "Security Shutters"; + pixel_y = 5; + use_power = 0 + }, +/obj/structure/machinery/door_control{ + id = "GammaCargo"; + name = "Checkpoint Control"; + pixel_x = 5; + pixel_y = -3; + use_power = 0 }, -/area/corsat/gamma/sigmaremote) -"mwK" = ( -/obj/structure/machinery/chem_master, /turf/open/floor/corsat{ - icon_state = "lightplate" + icon_state = "red" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/hangar/security) "mxa" = ( /obj/structure/platform{ density = 0; @@ -49849,6 +40274,15 @@ icon_state = "squareswood" }, /area/corsat/omega/offices) +"mxP" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "15" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/sigma/south/complex/teleporter) "mxZ" = ( /obj/structure/surface/table/reinforced, /obj/item/tool/surgery/FixOVein, @@ -49869,7 +40303,7 @@ dir = 10; icon_state = "red" }, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/hallways) "mzn" = ( /obj/effect/decal/warning_stripes{ icon_state = "SW-out" @@ -49878,13 +40312,6 @@ dir = 4 }, /area/corsat/sigma/south/complex) -"mAc" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "redcorner" - }, -/area/corsat/gamma/hangar/checkpoint) "mAt" = ( /obj/structure/surface/table/almayer, /obj/item/cell, @@ -49893,18 +40320,6 @@ icon_state = "yellow" }, /area/corsat/omega/maint) -"mAx" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) -"mAK" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security) "mAV" = ( /turf/open/floor/corsat{ dir = 8; @@ -49923,13 +40338,7 @@ dir = 4; icon_state = "darkgreen" }, -/area/corsat/gamma/rnr) -"mBs" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/hangar/arrivals) +/area/corsat/gamma/foyer) "mCe" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -49940,11 +40349,12 @@ }, /area/corsat/sigma/airlock/control) "mCj" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "spiralplate" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/hangar/flightcontrol) "mCD" = ( /obj/structure/bed/chair{ dir = 4 @@ -49970,16 +40380,13 @@ icon_state = "brown" }, /area/corsat/omega/hallways) -"mDe" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/secure_data{ - dir = 1 - }, +"mDS" = ( +/obj/effect/landmark/corpsespawner/engineer, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 10; - icon_state = "red" + icon_state = "yellow" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/sigma/south/robotics) "mEd" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -50002,22 +40409,11 @@ icon_state = "brown" }, /area/corsat/omega/cargo) -"mEG" = ( -/turf/open/floor/corsat{ - dir = 6; - icon_state = "red" - }, -/area/corsat/gamma/hangar/cargo) "mFm" = ( /turf/open/floor/corsat{ icon_state = "greencorner" }, /area/corsat/gamma/hallwaysouth) -"mFp" = ( -/turf/open/floor/corsat{ - icon_state = "darkgreencorner" - }, -/area/corsat/sigma/hangar/monorail) "mFE" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -50054,7 +40450,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "mGl" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -50080,14 +40476,6 @@ icon_state = "retrosquareslight" }, /area/corsat/gamma/sigmaremote) -"mGN" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "mGU" = ( /obj/structure/machinery/door/poddoor/two_tile/four_tile/open{ id = "ThetaNorthD"; @@ -50111,29 +40499,21 @@ }, /area/corsat/sigma/southeast/datalab) "mHM" = ( -/turf/open/floor/corsat{ - icon_state = "arrow_east" - }, -/area/corsat/gamma/cargo) -"mIa" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer/emails{ - dir = 4 - }, -/obj/structure/machinery/light{ - dir = 8 +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "15" }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "whitetan" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/residential/west) -"mIn" = ( +/area/corsat/gamma/sigmaremote/teleporter) +"mIa" = ( +/obj/structure/bed/sofa/vert/white/bot, /turf/open/floor/corsat{ dir = 1; - icon_state = "darkgreen" + icon_state = "tan" }, -/area/corsat/gamma/foyer) +/area/corsat/gamma/residential/academy) "mIs" = ( /obj/structure/machinery/light/small, /turf/open/floor/corsat{ @@ -50181,7 +40561,7 @@ dir = 4; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "mJy" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -50189,49 +40569,35 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) -"mJC" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" - }, -/turf/open/floor/corsat{ - icon_state = "gamma" - }, -/area/corsat/gamma/rnr) -"mKc" = ( +/area/corsat/sigma/north/engineering) +"mJL" = ( /turf/open/floor/corsat{ - icon_state = "blue" - }, -/area/corsat/gamma/airlock/control) -"mKk" = ( -/obj/structure/surface/rack, -/obj/item/storage/box/masks, -/turf/open/floor/corsat{ - icon_state = "purplewhitecorner" + dir = 10; + icon_state = "yellow" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/hangar) "mKP" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ dir = 4; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "mLq" = ( /turf/open/floor/corsat{ dir = 6; icon_state = "purple" }, /area/corsat/omega/complex) -"mLu" = ( -/obj/structure/machinery/camera/autoname{ - network = list("gamma") +"mLJ" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "20" }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/sigma/south/complex/teleporter) "mLL" = ( /turf/open/floor/corsat{ dir = 8; @@ -50239,57 +40605,33 @@ }, /area/corsat/sigma/north) "mLR" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/cargo) -"mNe" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, +/obj/structure/machinery/conveyor, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "plate" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/cargo) "mNV" = ( -/obj/item/tool/soap, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" +/obj/effect/decal/warning_stripes{ + icon_state = "E" }, -/area/corsat/gamma/residential/showers) -"mNW" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "whitetan" +/turf/open/floor/almayer/research/containment/floor2{ + dir = 8 }, -/area/corsat/gamma/residential/west) -"mOr" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +/area/corsat/gamma/sigmaremote/residential) +"mNW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" + dir = 4; + icon_state = "whitetan" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/residential/academy) "mOw" = ( /turf/open/floor/corsat{ icon_state = "yellowcorner" }, /area/corsat/omega/control) -"mOV" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/flightcontrol) "mPg" = ( /turf/open/floor/corsat{ dir = 1; @@ -50310,14 +40652,14 @@ }, /area/corsat/omega/checkpoint) "mQu" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "purple" + dir = 4; + icon_state = "whitetancorner" }, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/residential/academy) "mQF" = ( /obj/structure/surface/table/almayer, /obj/item/circuitboard/robot_module/janitor, @@ -50327,14 +40669,13 @@ }, /area/corsat/sigma/south/robotics) "mQG" = ( -/obj/structure/machinery/light{ - dir = 8 +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced/colony{ + name = "Cargo Checkpoint" }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "purplewhite" + icon_state = "squares" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/hangar/security) "mQU" = ( /obj/structure/platform{ density = 0; @@ -50345,24 +40686,14 @@ dir = 4; icon_state = "whitecorner" }, -/area/corsat/gamma/residential/east) -"mRl" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/residential/north) "mRp" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" +/obj/structure/machinery/camera/autoname{ + dir = 4; + network = list("gamma") }, -/area/corsat/gamma/residential/west) +/turf/open/floor/wood, +/area/corsat/gamma/rnr/library) "mRB" = ( /turf/open/floor/corsat{ dir = 8; @@ -50370,18 +40701,10 @@ }, /area/corsat/gamma/foyer) "mRC" = ( -/obj/effect/alien/weeds/node, /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat, /area/corsat/omega/biodome) -"mRI" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/virology) "mSi" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -50389,46 +40712,23 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "mSo" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/corsat/theta/biodome) -"mSz" = ( -/obj/structure/machinery/chem_master, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) -"mSG" = ( -/obj/effect/landmark/corpsespawner/pmc, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/corsat/sigma/biodome/gunrange) "mSR" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "bluegrey" + icon_state = "arrow_south" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/hangar) "mTa" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/mars, /area/corsat/sigma/biodome) -"mTz" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/obj/effect/landmark/queen_spawn, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/theta/biodome/complex) "mTF" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -50438,30 +40738,14 @@ icon_state = "whitebluefull" }, /area/corsat/sigma/lavatory) -"mTO" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/security/cells) -"mUj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/virology) "mUo" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 + dir = 4 }, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "officesquares" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "mUu" = ( /obj/structure/machinery/camera/autoname{ network = list("sigma") @@ -50504,11 +40788,17 @@ }, /area/corsat/gamma/hydroponics) "mVq" = ( +/obj/structure/stairs{ + dir = 4 + }, /obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "white" }, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) +/area/corsat/gamma/hallwaysouth) "mVA" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 8 @@ -50518,41 +40808,24 @@ icon_state = "rasputin15" }, /area/prison/hangar_storage/research/shuttle) -"mWj" = ( -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/virology) "mWo" = ( /obj/structure/surface/table/almayer, /turf/open/floor/corsat{ icon_state = "spiralplate" }, /area/corsat/sigma/south/offices) -"mWG" = ( -/obj/structure/machinery/chem_dispenser{ - req_access_txt = "100" - }, -/obj/item/reagent_container/glass/beaker/bluespace, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) -"mXC" = ( -/obj/effect/landmark/monkey_spawn, +"mWX" = ( +/obj/item/pamphlet/skill/powerloader, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + icon_state = "squares" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/cargo) "mYe" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "mYQ" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -50584,7 +40857,7 @@ dir = 5; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "mZm" = ( /obj/structure/prop/mech/parts/durand_head, /turf/open/floor/corsat{ @@ -50601,17 +40874,17 @@ icon_state = "plate" }, /area/corsat/omega/checkpoint) +"nbj" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/dorms) "nbl" = ( /turf/closed/shuttle/ert{ icon_state = "wy18" }, /area/prison/hangar_storage/research/shuttle) -"nbn" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/north) "nbN" = ( /obj/structure/closet/crate/trashcart, /turf/open/floor/corsat, @@ -50642,12 +40915,6 @@ }, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"ncR" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) "ncW" = ( /obj/item/pamphlet/skill/powerloader, /turf/open/floor/corsat{ @@ -50663,12 +40930,6 @@ icon_state = "plate" }, /area/corsat/gamma/hallwaysouth) -"ndr" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/security) "nds" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -50689,11 +40950,10 @@ }, /area/corsat/gamma/residential/laundry) "nen" = ( -/obj/structure/cargo_container/kelland/left, /turf/open/floor/corsat{ - icon_state = "cargo" + icon_state = "bluegreycorner" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "neB" = ( /turf/open/floor/corsat{ dir = 10; @@ -50705,9 +40965,13 @@ icon_state = "wy19" }, /area/prison/hangar_storage/research/shuttle) -"nfz" = ( -/turf/closed/wall/resin/membrane, -/area/corsat/gamma/biodome) +"nfk" = ( +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/north/engineering/core) "ngc" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -50764,38 +41028,23 @@ icon_state = "yellow" }, /area/corsat/sigma/south/robotics) -"njv" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) -"njI" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" +"njX" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 }, -/area/corsat/gamma/hangar/checkpoint) -"njL" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat{ - dir = 6; - icon_state = "purplewhite" + icon_state = "squares" }, -/area/corsat/theta/biodome/complex) -"njP" = ( -/obj/structure/closet/wardrobe/virology_white, -/obj/structure/machinery/camera/autoname{ - network = list("gamma") +/area/corsat/sigma/north/engineering) +"nkf" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /turf/open/floor/corsat{ dir = 1; - icon_state = "purplewhite" + icon_state = "yellow" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/hangar) "nkz" = ( /obj/structure/machinery/recharge_station, /turf/open/floor/corsat{ @@ -50815,12 +41064,10 @@ name = "CORSAT Academy"; req_one_access = null }, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + icon_state = "marked" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "nlm" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /obj/structure/pipes/standard/simple/hidden/green, @@ -50833,12 +41080,6 @@ }, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"nls" = ( -/obj/structure/bed/sofa/south/grey/right, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/arrivals) "nlU" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/cameras{ @@ -50872,6 +41113,12 @@ icon_state = "whitetan" }, /area/corsat/gamma/residential/researcher) +"nni" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) "nnm" = ( /obj/structure/machinery/light{ dir = 8 @@ -50886,30 +41133,22 @@ icon_state = "redcorner" }, /area/corsat/sigma/north) -"nny" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) -"nnC" = ( +"noa" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 + dir = 4 }, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/ice, -/area/corsat/gamma/biodome) +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/theta/biodome/complex) "noy" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "greenwhite" }, /area/corsat/gamma/medbay) -"noK" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +"noM" = ( /turf/open/floor/corsat{ icon_state = "squares" }, @@ -50940,21 +41179,16 @@ }, /area/corsat/sigma/south/complex) "npl" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/camera/autoname{ dir = 8; - icon_state = "whitetancorner" + network = list("gamma") }, -/area/corsat/gamma/residential/west) -"npm" = ( -/obj/structure/machinery/door/poddoor/almayer{ +/turf/open/floor/corsat{ dir = 4; - id = "RemoteGate"; - name = "Gate Shutters"; - use_power = 0 + icon_state = "blue" }, -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/sigma/hangar/monorail) +/area/corsat/gamma/hallwaysouth) "npA" = ( /obj/structure/machinery/camera/autoname{ dir = 4; @@ -50964,42 +41198,12 @@ icon_state = "plate" }, /area/corsat/omega/hangar) -"npI" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" - }, -/turf/open/floor/corsat{ - icon_state = "purple" - }, -/area/corsat/gamma/biodome/complex) -"npN" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/library) -"nqd" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ - name = "Administration"; - req_access = null; - req_one_access_txt = "106;104" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/administration) "nqE" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/sigma/south/robotics) -"nqF" = ( -/obj/structure/surface/table/reinforced, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) "nqI" = ( /turf/open/floor/corsat{ dir = 10; @@ -51015,12 +41219,6 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"nri" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/ice, -/area/corsat/gamma/biodome) "nrl" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -51029,6 +41227,15 @@ icon_state = "retrosquareslight" }, /area/corsat/gamma/sigmaremote) +"nrD" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 2; + name = "Emergency Generators" + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/generator) "nrO" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -51054,12 +41261,6 @@ icon_state = "plate" }, /area/corsat/gamma/airlock/south/id) -"nrU" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/monorail) "nsg" = ( /obj/structure/bed/chair/comfy/beige{ dir = 1 @@ -51098,7 +41299,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "nui" = ( /obj/structure/machinery/cm_vending/sorted/tech/comp_storage{ req_access_txt = "102" @@ -51164,7 +41365,7 @@ dir = 5; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "nwj" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirtgrassborder/south, @@ -51175,26 +41376,39 @@ icon_state = "brown" }, /area/corsat/sigma/cargo) -"nwu" = ( -/obj/structure/surface/rack, -/obj/item/storage/firstaid/rad, +"nwC" = ( +/obj/structure/pipes/vents/pump{ + dir = 1 + }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" + icon_state = "squares" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/cargo) "nwL" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "yellow" }, /area/corsat/sigma/southeast) -"nwT" = ( -/obj/structure/pipes/vents/pump, +"nxb" = ( +/obj/structure/showcase, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/security) +/area/corsat/gamma/residential/academy) "nxh" = ( /turf/open/floor/corsat{ dir = 4; @@ -51213,14 +41427,6 @@ icon_state = "plate" }, /area/corsat/gamma/hallwaysouth) -"nxI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/airlock/north) "nxN" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -51229,25 +41435,28 @@ icon_state = "squares" }, /area/corsat/sigma/southeast/datalab) -"nxP" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" +"nxQ" = ( +/obj/structure/window/framed/corsat/hull/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 4; + id = "GammaSecC"; + name = "Security Shutters" }, -/area/corsat/sigma/north) +/turf/open/floor/plating, +/area/corsat/gamma/security/cells) "nxZ" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"nzB" = ( +/area/corsat/sigma/north/engineering) +"nzD" = ( +/obj/structure/bed/chair/comfy, /turf/open/floor/corsat{ - dir = 1; - icon_state = "bluecorner" + dir = 4; + icon_state = "darkgreencorner" }, -/area/corsat/gamma/airlock/control) +/area/corsat/sigma/hangar/arrivals) "nzR" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -51269,25 +41478,9 @@ icon_state = "purplewhitecorner" }, /area/corsat/theta/biodome/complex) -"nAa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "whitetancorner" - }, -/area/corsat/sigma/dorms) "nAl" = ( /turf/open/floor/corsat, /area/corsat/gamma/freezer) -"nAm" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/medbay/morgue) "nAu" = ( /turf/open/floor/corsat{ icon_state = "purplewhitecorner" @@ -51318,13 +41511,6 @@ icon_state = "asteroidfloor" }, /area/corsat/sigma/biodome/testgrounds) -"nBa" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/biodome/complex) "nBi" = ( /obj/structure/platform{ dir = 1; @@ -51350,6 +41536,7 @@ /area/corsat/gamma/residential/researcher) "nBw" = ( /obj/structure/surface/table/reinforced, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ icon_state = "retrosquareslight" }, @@ -51377,21 +41564,16 @@ icon_state = "mars_cave_15" }, /area/corsat/sigma/biodome) -"nCh" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/theta/biodome/complex) -"nCl" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"nCd" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/cameras{ + dir = 4; + network = list("gamma") }, -/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "officesquares" + icon_state = "retrosquareslight" }, -/area/corsat/sigma/south/offices) +/area/corsat/gamma/sigmaremote/residential) "nDc" = ( /obj/structure/machinery/processor, /turf/open/floor/corsat{ @@ -51419,15 +41601,6 @@ icon_state = "squareswood" }, /area/corsat/omega/offices) -"nDX" = ( -/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical{ - id = "GammaEastE"; - name = "Gamma East Airlock" - }, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/airlock/control) "nEQ" = ( /turf/open/floor/corsat{ icon_state = "greenwhite" @@ -51460,12 +41633,12 @@ icon_state = "purple" }, /area/corsat/omega/hallways) -"nGs" = ( +"nGO" = ( +/obj/effect/alien/weeds/node, /turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" + icon_state = "squares" }, -/area/corsat/gamma/administration) +/area/corsat/omega/control) "nGU" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -51475,29 +41648,6 @@ icon_state = "red" }, /area/corsat/sigma/south) -"nHs" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/centrifuge, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) -"nHu" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) -"nHS" = ( -/obj/structure/pipes/standard/simple/hidden/universal{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "yellowcorner" - }, -/area/corsat/gamma/airlock/control) "nHU" = ( /obj/structure/surface/rack, /obj/item/stock_parts/smes_coil, @@ -51508,28 +41658,13 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/corsat/theta/biodome) -"nIF" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/box/pillbottles, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "nJb" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "gamma" - }, -/area/corsat/gamma/residential/east) -"nJl" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegreycorner" + dir = 4; + icon_state = "bluecorner" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/hallwaysouth) "nJn" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -51546,6 +41681,7 @@ /area/corsat/gamma/hallwaysouth) "nJx" = ( /obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/medium, /turf/open/floor/corsat{ icon_state = "plate" }, @@ -51576,19 +41712,12 @@ icon_state = "floor0" }, /area/corsat/theta/biodome/complex) -"nKH" = ( -/obj/structure/bed/chair, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "white" - }, -/area/corsat/gamma/residential) "nLl" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "darkgreencorner" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/hallwaymain) "nLK" = ( /obj/structure/machinery/door/airlock/almayer/generic{ name = "\improper Hypersleep Chamber"; @@ -51600,20 +41729,13 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "nLP" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "yellowcorner" }, /area/corsat/omega/maint) -"nLW" = ( -/obj/structure/surface/table/reinforced, -/obj/item/tank/air, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) "nLX" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -51622,34 +41744,19 @@ icon_state = "officesquares" }, /area/corsat/sigma/southeast/datalab) -"nMc" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/toxins) "nMk" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/dirtgrassborder/east, /area/corsat/theta/biodome) -"nMP" = ( +"nMN" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "arrow_west" - }, -/area/corsat/gamma/hangar) -"nNo" = ( -/obj/structure/machinery/chem_dispenser{ - req_access_txt = "100" - }, -/turf/open/floor/corsat{ - icon_state = "purplewhite" + icon_state = "squares" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/sigma/southeast/generator) "nNq" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -51669,20 +41776,12 @@ /turf/open/floor/corsat{ icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "nOb" = ( /turf/open/floor/corsat{ icon_state = "redcorner" }, /area/corsat/omega/checkpoint) -"nOj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/hangar/monorail) "nOH" = ( /obj/structure/machinery/portable_atmospherics/canister/empty, /turf/open/floor/corsat{ @@ -51694,6 +41793,25 @@ icon_state = "spiralplate" }, /area/corsat/sigma/southeast/dataoffice) +"nOS" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) +"nOV" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/southeast) +"nPr" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/gamma/hangar/arrivals) "nQB" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" @@ -51703,6 +41821,13 @@ icon_state = "white" }, /area/corsat/sigma/dorms) +"nQU" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/sigma/hangar/arrivals) "nQZ" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" @@ -51724,17 +41849,15 @@ }, /area/corsat/sigma/south/security) "nSm" = ( -/obj/structure/machinery/light{ +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/bookcase{ - icon_state = "book-5" - }, +/obj/item/storage/donut_box, /turf/open/floor/corsat{ - dir = 4; - icon_state = "whitetan" + icon_state = "spiralplate" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/hangar/flightcontrol) "nSp" = ( /obj/structure/surface/rack, /obj/item/circuitboard/exosuit/peripherals/alice, @@ -51752,18 +41875,6 @@ icon_state = "arrow_west" }, /area/corsat/sigma/hangar) -"nSC" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -11 - }, -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/residential/researcher) "nSL" = ( /obj/structure/surface/table/almayer, /obj/item/ashtray/glass, @@ -51772,22 +41883,6 @@ icon_state = "red" }, /area/corsat/omega/security) -"nSP" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/hangar/checkpoint) -"nSV" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/rnr) "nTb" = ( /turf/open/floor/corsat{ dir = 4; @@ -51795,31 +41890,24 @@ }, /area/corsat/gamma/medbay/morgue) "nTg" = ( -/obj/structure/surface/table/reinforced, -/obj/item/device/analyzer, +/obj/structure/surface/table/almayer, +/obj/item/folder/black_random, /turf/open/floor/corsat{ - icon_state = "purplewhite" + icon_state = "bluegrey" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/hangar/flightcontrol) "nTx" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/wood, /area/corsat/theta/biodome/complex) -"nTz" = ( -/obj/structure/bed/sofa/south/grey/right, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/foyer) "nTO" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "Arcade" - }, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" + dir = 6; + icon_state = "purplewhite" }, -/area/corsat/gamma/rnr/arcade) +/area/corsat/theta/biodome/complex) "nUa" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -51828,13 +41916,6 @@ icon_state = "retrosquareslight" }, /area/corsat/omega/complex) -"nUd" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/sigma/hangar/security) "nUg" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/cameras{ @@ -51852,22 +41933,6 @@ icon_state = "plate" }, /area/corsat/sigma/airlock/control) -"nUs" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/fancy/vials/random, -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/biodome/toxins) -"nUz" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hallwaysouth) "nUU" = ( /obj/structure/machinery/light{ dir = 4 @@ -51881,16 +41946,17 @@ /obj/structure/surface/table/woodentable, /obj/item/trash/snack_bowl, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "nWr" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +/obj/structure/surface/table, +/obj/structure/machinery/computer/emails{ dir = 4 }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/residential/lavatory) +/area/corsat/gamma/residential/academy) "nWV" = ( /obj/structure/surface/table/almayer, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, @@ -51906,18 +41972,6 @@ icon_state = "squares" }, /area/corsat/sigma/southeast/generator) -"nXo" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) -"nXu" = ( -/obj/structure/machinery/portable_atmospherics/canister/empty, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/toxins) "nXv" = ( /turf/open/floor/corsat{ dir = 1; @@ -51925,35 +41979,33 @@ }, /area/corsat/sigma/south/offices) "nXD" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "GammaHangarH"; + name = "Hangar Lockdown"; + use_power = 0 }, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "marked" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/hangar) "nXY" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "red" }, /area/corsat/sigma/dorms) -"nYn" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 - }, -/obj/structure/pipes/standard/simple/hidden/green, +"nYp" = ( /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "marked" }, -/area/corsat/gamma/airlock/control) +/area/corsat/gamma/rnr/library) "nYO" = ( -/obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ - dir = 5; - icon_state = "purplewhite" + dir = 4; + icon_state = "white" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/hallwaymain) "nYP" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -51974,21 +42026,6 @@ icon_state = "darkgreencorner" }, /area/corsat/sigma/north) -"nZR" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/turf/open/ice, -/area/corsat/gamma/biodome) -"oaa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/medbay) "oay" = ( /turf/open/floor/corsat{ dir = 8; @@ -52016,32 +42053,27 @@ icon_state = "red" }, /area/corsat/omega/hallways) -"obd" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/complex) "obz" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 }, -/obj/structure/closet/crate/science, /turf/open/floor/corsat{ dir = 1; - icon_state = "purplewhite" + icon_state = "tan" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/residential/academy) "obW" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2; - name = "Maintainance"; - req_one_access = null +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 4 }, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "officesquares" }, -/area/corsat/gamma/cargo/disposal) +/area/corsat/gamma/hangar/flightcontrol) "ocD" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/door/window/brigdoor/westleft{ @@ -52071,12 +42103,20 @@ icon_state = "purplewhite" }, /area/corsat/omega/complex) -"odm" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"ocU" = ( +/obj/effect/landmark/hunter_primary, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/sigma/dorms) +"odr" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/omega/hallways) "odC" = ( /turf/open/floor/corsat{ icon_state = "browncorner" @@ -52089,13 +42129,13 @@ }, /area/corsat/sigma/south) "odW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/landmark/corpsespawner/engineer, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 1; + icon_state = "yellow" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/residential/north) "ofq" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/secure_data{ @@ -52106,14 +42146,6 @@ icon_state = "red" }, /area/corsat/sigma/hangar/checkpoint) -"ofP" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "white" - }, -/area/corsat/gamma/residential/east) "oge" = ( /obj/structure/flora/jungle/vines/heavy, /obj/effect/landmark/monkey_spawn, @@ -52125,29 +42157,11 @@ icon_state = "blue" }, /area/corsat/sigma/southeast) -"ohV" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" - }, -/area/corsat/gamma/engineering/atmos) -"oia" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/complex) -"ois" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/sigma/south) +"oii" = ( +/obj/structure/closet/cabinet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) "oiu" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -52168,10 +42182,6 @@ icon_state = "squares" }, /area/corsat/gamma/hallwaysouth) -"oiQ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) "oje" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -52180,6 +42190,15 @@ icon_state = "retrosquares" }, /area/corsat/omega/hallways) +"ojf" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/academy) "ojN" = ( /obj/structure/surface/table/almayer, /obj/item/paper, @@ -52188,6 +42207,15 @@ icon_state = "spiralplate" }, /area/corsat/omega/offices) +"ojT" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "10" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/gamma/sigmaremote/teleporter/residential) "oks" = ( /obj/structure/machinery/light{ dir = 8 @@ -52203,13 +42231,6 @@ icon_state = "sigma" }, /area/corsat/sigma/south) -"okT" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("gamma") - }, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) "olm" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -52229,13 +42250,9 @@ }, /area/corsat/gamma/sigmaremote) "olD" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/administration) +/obj/structure/window/framed/corsat/research, +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) "olX" = ( /obj/structure/machinery/light{ dir = 4 @@ -52244,63 +42261,26 @@ icon_state = "omega" }, /area/corsat/omega/hallways) -"olY" = ( -/obj/effect/alien/weeds/node, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/almayer/research/containment/floor2, -/area/corsat/inaccessible) "ome" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) -"omw" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/flightcontrol) -"omL" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /turf/open/floor/corsat{ - dir = 9; - icon_state = "white" + icon_state = "whitetancorner" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/residential/academy) "ong" = ( /obj/structure/pipes/vents/pump{ dir = 4 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"onz" = ( -/obj/structure/closet/jcloset, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/complex) -"onY" = ( -/obj/structure/bed/chair/office/light, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/toxins) -"oob" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - icon_state = "purplewhite" +/area/corsat/gamma/residential/north) +"onk" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "dome-sigma" }, -/area/corsat/gamma/sigmaremote) +/turf/closed/wall/r_wall/biodome, +/area/corsat/theta/airlock/control) "ooX" = ( /obj/structure/flora/jungle/vines/light_1, /obj/structure/pipes/standard/simple/hidden/green{ @@ -52316,12 +42296,6 @@ icon_state = "floor12" }, /area/corsat/theta/biodome/complex) -"opi" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/hangar/monorail) "opl" = ( /obj/structure/surface/table/almayer, /obj/structure/window/reinforced{ @@ -52352,30 +42326,7 @@ dir = 4; icon_state = "white" }, -/area/corsat/gamma/residential/east) -"opW" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/mars, -/area/corsat/sigma/biodome) -"oqs" = ( -/obj/structure/machinery/door/poddoor/almayer/open{ - id = "GammaHangarH"; - name = "Hangar Lockdown"; - use_power = 0 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/hangar) -"oqz" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/administration) +/area/corsat/gamma/residential/north) "oqB" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/corsat{ @@ -52396,11 +42347,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/core) -"orI" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/auto_turf/snow/layer1, -/area/corsat/gamma/biodome) +/area/corsat/sigma/north/engineering/core) "ost" = ( /obj/structure/platform{ dir = 8 @@ -52421,17 +42368,21 @@ /area/corsat/omega/hangar/security) "otY" = ( /turf/open/floor/corsat{ + dir = 6; icon_state = "white" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) "ouk" = ( -/obj/structure/pipes/vents/pump{ +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced, +/obj/structure/machinery/computer/atmos_alert{ dir = 4 }, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 8; + icon_state = "bluegrey" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "ouv" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -52439,18 +42390,6 @@ icon_state = "purplewhite" }, /area/corsat/omega/complex) -"ouC" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/machinery/cm_vending/sorted/medical/no_access{ - req_access_txt = "100" - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "ouM" = ( /turf/open/floor/corsat{ icon_state = "yellow" @@ -52475,22 +42414,28 @@ }, /area/corsat/gamma/rnr/library) "ovP" = ( +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/corsat{ - icon_state = "red" + dir = 8; + icon_state = "browncorner" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/cargo) "ovT" = ( /turf/open/floor/corsat{ dir = 9; icon_state = "red" }, /area/corsat/theta/airlock/west/id) -"owL" = ( +"owe" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhitecorner" + icon_state = "retrosquares" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/foyer) "owP" = ( /obj/structure/bed/nest, /turf/open/mars_cave{ @@ -52513,70 +42458,62 @@ icon_state = "retrosquares" }, /area/corsat/sigma/north) -"oxL" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "plate" +"oxV" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "1" }, -/area/corsat/gamma/residential/researcher) -"oyu" = ( /turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreen" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/rnr/bar) +/area/corsat/gamma/sigmaremote/teleporter/residential) +"oyu" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/flashlight/lamp/green, +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) "oyA" = ( -/obj/structure/surface/table, -/obj/effect/landmark/item_pool_spawner/corsat_bio_lock, +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/computer/emails{ + dir = 8 + }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "whitetan" + dir = 4; + icon_state = "purplewhite" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/sigmaremote/residential) "oyJ" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "whitecorner" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) +"ozl" = ( +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) "ozo" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "blue" }, /area/corsat/theta/airlock/control) -"ozp" = ( -/obj/structure/machinery/door/poddoor/two_tile/four_tile/open{ - id = "GammaSouthN"; - name = "Gamma South Airlock" +"ozG" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "13" }, -/obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/corsat{ - icon_state = "marked" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/airlock/south) +/area/corsat/sigma/south/complex/teleporter) "ozH" = ( /turf/open/floor/corsat{ icon_state = "bluegrey" }, /area/corsat/sigma/southeast/datalab) -"ozR" = ( -/turf/open/space/transit/east/shuttlespace_ew10, -/area/corsat/sigma/hangar/monorail/railcart_transit) -"ozY" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) -"oAa" = ( -/obj/structure/cargo_container/kelland/right, -/turf/open/floor/corsat{ - icon_state = "cargo" - }, -/area/corsat/gamma/cargo) "oBe" = ( /turf/open/floor/corsat{ dir = 1; @@ -52604,28 +42541,7 @@ dir = 6; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) -"oCa" = ( -/obj/effect/landmark/corpsespawner/engineer, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "yellow" - }, -/area/corsat/sigma/south/engineering) -"oCp" = ( -/obj/structure/surface/rack, -/obj/item/device/radio, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/complex) -"oCt" = ( -/obj/structure/prop/mech/parts/durand_torso, -/turf/open/floor/corsat{ - icon_state = "cargo" - }, -/area/corsat/sigma/south/robotics) +/area/corsat/gamma/residential/academy) "oCz" = ( /obj/structure/machinery/light{ dir = 4 @@ -52636,11 +42552,14 @@ }, /area/corsat/theta/airlock/west) "oDt" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Laundry" + }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "white" + icon_state = "marked" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/rnr/library) "oDD" = ( /turf/open/floor/corsat{ dir = 8; @@ -52683,15 +42602,6 @@ icon_state = "purplewhite" }, /area/corsat/gamma/sigmaremote) -"oFe" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purple" - }, -/area/corsat/gamma/biodome/complex) "oFq" = ( /turf/open/floor/corsat{ dir = 4; @@ -52702,14 +42612,14 @@ /obj/structure/largecrate/random/barrel, /turf/open/floor/corsat, /area/corsat/sigma/cargo) -"oGe" = ( -/obj/structure/surface/table/gamblingtable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +"oFY" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" + icon_state = "retrosquares" }, -/area/corsat/gamma/rnr/arcade) +/area/corsat/gamma/foyer) "oGf" = ( /obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical/opened{ id = "ThetaWestE"; @@ -52733,22 +42643,20 @@ "oHs" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/sigma/cargo) -"oHI" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +"oHE" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/cargo/lobby) -"oHP" = ( -/obj/structure/bed, -/obj/structure/window/reinforced, +/area/corsat/sigma/dorms) +"oHI" = ( +/obj/structure/cargo_container/kelland/right, /turf/open/floor/corsat{ - dir = 9; - icon_state = "red" + icon_state = "cargo" }, -/area/corsat/gamma/security/cells) +/area/corsat/gamma/cargo) "oHT" = ( /turf/open/floor/corsat{ dir = 8; @@ -52761,12 +42669,6 @@ icon_state = "warnplate" }, /area/corsat/omega/hangar) -"oIf" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purple" - }, -/area/corsat/gamma/residential) "oIx" = ( /obj/structure/surface/table/reinforced, /obj/item/paper_bin, @@ -52776,49 +42678,30 @@ icon_state = "red" }, /area/corsat/omega/hangar/office) -"oJb" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, +"oIS" = ( +/obj/structure/pipes/vents/pump, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/toxins) -"oJn" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + icon_state = "squares" }, -/turf/open/ice, -/area/corsat/gamma/biodome) +/area/corsat/gamma/hangar/arrivals) "oJB" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "oJT" = ( /obj/item/stack/sheet/metal, /turf/open/mars_cave{ icon_state = "mars_cave_2" }, /area/corsat/sigma/biodome/scrapyard) -"oJV" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "oKg" = ( /turf/open/floor/corsat{ dir = 10; icon_state = "yellow" }, -/area/corsat/gamma/engineering/core) -"oKh" = ( -/turf/open/floor/corsat{ - icon_state = "redcorner" - }, -/area/corsat/gamma/hangar/security) +/area/corsat/sigma/north/engineering/core) "oKk" = ( /turf/open/floor/corsat{ icon_state = "squares" @@ -52859,28 +42742,26 @@ /turf/open/gm/dirtgrassborder/west, /area/corsat/theta/biodome) "oLg" = ( +/obj/effect/landmark/xeno_spawn, /obj/effect/alien/weeds/node, /turf/open/floor/almayer/research/containment/floor2, /area/corsat/inaccessible) -"oLA" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" +"oLG" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "23" }, /turf/open/floor/corsat{ - icon_state = "white" - }, -/area/corsat/gamma/residential/east) -"oLX" = ( -/obj/structure/machinery/door/poddoor/almayer{ - dir = 4; - id = "RemoteGateO"; - name = "Gate Shutters"; - use_power = 0 + dir = 10; + icon_state = "corsat_teleporter_static" }, +/area/corsat/sigma/south/complex/teleporter) +"oLY" = ( +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "marked" + dir = 1; + icon_state = "whitetan" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/residential/academy) "oMp" = ( /turf/open/floor/corsat{ dir = 10; @@ -52904,15 +42785,12 @@ icon_state = "squares" }, /area/corsat/omega/complex) -"oNi" = ( -/obj/structure/surface/rack, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, +"oNp" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "squares" }, -/area/corsat/sigma/southeast/generator) +/area/corsat/sigma/south/security) "oNI" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -52930,19 +42808,6 @@ icon_state = "squares" }, /area/corsat/omega/hangar/office) -"oNR" = ( -/obj/structure/bed, -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) -"oNU" = ( -/obj/effect/landmark/survivor_spawner, -/turf/open/mars_cave{ - icon_state = "mars_cave_2" - }, -/area/corsat/sigma/biodome/scrapyard) "oOg" = ( /turf/open/floor/corsat{ dir = 6; @@ -52962,16 +42827,12 @@ dir = 4; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "oOr" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + icon_state = "retrosquareslight" }, -/area/corsat/gamma/residential/showers) +/area/corsat/gamma/sigmaremote/residential) "oOz" = ( /obj/structure/closet/firecloset, /turf/open/floor/corsat{ @@ -52999,19 +42860,6 @@ icon_state = "red" }, /area/corsat/sigma/hangar/security) -"oPa" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "white" - }, -/area/corsat/gamma/residential) -"oPq" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat, -/area/corsat/sigma/dorms) "oPu" = ( /obj/structure/surface/table/almayer, /turf/open/floor/corsat{ @@ -53038,23 +42886,12 @@ }, /turf/open/gm/dirtgrassborder/north, /area/corsat/theta/biodome) -"oQO" = ( -/turf/open/floor/corsat{ - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/virology) "oQR" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "blue" }, /area/corsat/gamma/hallwaysouth) -"oQY" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "oRo" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -53082,32 +42919,30 @@ /turf/open/floor/corsat{ icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) -"oTw" = ( -/obj/structure/machinery/door/window/brigdoor/eastleft{ - dir = 2; - name = "Research Desk" - }, -/obj/effect/landmark/monkey_spawn, +/area/corsat/sigma/north/engineering) +"oTH" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat{ dir = 1; - icon_state = "purplewhite" + icon_state = "purplewhitecorner" }, -/area/corsat/gamma/biodome/toxins) -"oTE" = ( -/obj/structure/surface/table, -/obj/item/book, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "whitetan" +/area/corsat/theta/biodome/complex) +"oUw" = ( +/obj/effect/spawner/gibspawner/human, +/turf/open/shuttle/dropship{ + icon_state = "rasputin3" }, -/area/corsat/gamma/residential/west) +/area/prison/hangar_storage/research/shuttle) "oUz" = ( -/obj/structure/pipes/standard/manifold/hidden/green, +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "24" + }, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/sigmaremote/teleporter/residential) "oUJ" = ( /obj/structure/flora/jungle/vines/light_1, /obj/effect/landmark/monkey_spawn, @@ -53121,20 +42956,11 @@ dir = 1; icon_state = "darkgreen" }, -/area/corsat/gamma/rnr) -"oVj" = ( -/obj/structure/machinery/computer/general_air_control/large_tank_control, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/hallwaymain) "oVr" = ( -/obj/structure/surface/rack, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) +/obj/structure/window/framed/corsat/research, +/turf/open/floor/plating, +/area/corsat/gamma/residential/academy) "oVF" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /obj/structure/pipes/standard/simple/hidden/green{ @@ -53172,6 +42998,14 @@ icon_state = "red" }, /area/corsat/sigma/hangar) +"oXc" = ( +/obj/structure/surface/table, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitetan" + }, +/area/corsat/gamma/residential/academy) "oXl" = ( /obj/structure/closet/coffin, /turf/open/floor/corsat{ @@ -53203,20 +43037,12 @@ icon_state = "red" }, /area/corsat/omega/hangar/office) -"oYC" = ( -/obj/structure/surface/table/almayer, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/airlock/control) "oYH" = ( -/obj/structure/surface/table, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitetan" +/obj/structure/machinery/light{ + dir = 8 }, -/area/corsat/gamma/residential/west) +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/hangar) "oYP" = ( /obj/structure/platform{ dir = 8; @@ -53226,7 +43052,7 @@ dir = 8; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "oYY" = ( /turf/open/floor/corsat{ icon_state = "theta" @@ -53240,21 +43066,17 @@ /turf/open/floor/corsat{ icon_state = "red" }, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/hallways) "oZv" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "darkgreen" +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 }, -/area/corsat/gamma/rnr) -"oZx" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + icon_state = "bluegrey" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/hangar/flightcontrol) "oZD" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -53270,12 +43092,11 @@ }, /area/corsat/omega/airlocknorth) "oZQ" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "whitetan" +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + name = "Auditorium" }, -/area/corsat/gamma/residential/west) +/turf/open/floor/plating, +/area/corsat/gamma/residential/academy) "oZW" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, @@ -53287,26 +43108,18 @@ }, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) +"paI" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/theta/biodome/complex) "pbS" = ( /turf/open/floor/corsat{ icon_state = "yellow" }, /area/corsat/sigma/south) -"pbX" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/box/syringes, -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/biodome/toxins) -"pcb" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/complex) "pcu" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 1; @@ -53324,15 +43137,17 @@ icon_state = "redcorner" }, /area/corsat/omega/checkpoint) -"pdg" = ( -/turf/open/space/transit/east/shuttlespace_ew10, -/area/space) +"pcS" = ( +/obj/effect/alien/weeds/node, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) "pdh" = ( /turf/open/floor/corsat{ - dir = 8; - icon_state = "white" + icon_state = "darkgreencorner" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "pdk" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -53350,47 +43165,26 @@ }, /area/corsat/sigma/south/engineering) "pdR" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2; - name = "Maintainance"; - req_one_access = null - }, +/obj/structure/bed/chair, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/foyer) "pdW" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "whitecorner" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) "peh" = ( -/obj/structure/surface/table, -/obj/item/book, -/turf/open/floor/corsat{ - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) -"pfk" = ( -/obj/structure/surface/table, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) -"pfz" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreen" - }, -/area/corsat/sigma/hangar/monorail) +/turf/open/floor/plating, +/area/corsat/gamma/residential/academy) "pfG" = ( /obj/structure/machinery/light, /turf/open/floor/corsat{ icon_state = "darkgreen" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) "pfQ" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -53406,7 +43200,7 @@ dir = 8; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "pgf" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/corsat{ @@ -53414,14 +43208,18 @@ icon_state = "tan" }, /area/corsat/sigma/dorms) +"pgj" = ( +/obj/effect/alien/weeds/node, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/almayer/research/containment/floor2, +/area/corsat/inaccessible) "pgn" = ( -/obj/structure/bed/chair/office/light, -/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/light, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + dir = 8; + icon_state = "whitetancorner" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "pgC" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" @@ -53463,23 +43261,29 @@ }, /area/corsat/omega/security) "phl" = ( -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/structure/surface/rack, +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, /turf/open/floor/corsat{ - dir = 1; - icon_state = "yellow" + dir = 8; + icon_state = "bluegrey" }, -/area/corsat/gamma/engineering/core) -"phK" = ( -/obj/effect/decal/cleanable/blood/splatter, +/area/corsat/gamma/hangar/flightcontrol) +"phE" = ( +/obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 6; + icon_state = "purplewhite" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/sigmaremote/residential) +"phF" = ( +/obj/structure/window/framed/corsat/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + dir = 2; + id = "GammaHOS"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/corsat/gamma/security) "phM" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -53488,15 +43292,14 @@ icon_state = "officesquares" }, /area/corsat/omega/offices) -"phN" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, +"phP" = ( +/obj/structure/pipes/standard/manifold/hidden/green, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 10; - icon_state = "purplewhite" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/sigma/dorms) "phX" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -53523,10 +43326,12 @@ icon_state = "yellow" }, /area/corsat/sigma/south/engineering) -"piZ" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat, -/area/corsat/gamma/residential/researcher) +"piQ" = ( +/obj/structure/prop/mech/parts/durand_torso, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/sigma/south/robotics) "pji" = ( /obj/structure/machinery/conveyor{ dir = 8 @@ -53538,6 +43343,15 @@ icon_state = "plate" }, /area/corsat/sigma/cargo) +"pjE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/comms/sigma_residential) "pjP" = ( /obj/structure/machinery/camera/autoname{ dir = 8; @@ -53547,7 +43361,7 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "pkc" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/wood, @@ -53564,10 +43378,9 @@ icon_state = "squares" }, /area/corsat/sigma/south) -"plI" = ( -/obj/structure/window/framed/corsat, -/turf/open/floor/plating, -/area/corsat/gamma/airlock/north) +"pls" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/sigma/north/engineering/lobby) "plM" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -53614,11 +43427,14 @@ }, /area/corsat/gamma/medbay) "ppi" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "22" + }, /turf/open/floor/corsat{ - icon_state = "officesquares" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/sigmaremote/teleporter) "ppr" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -53636,12 +43452,6 @@ icon_state = "whitetan" }, /area/corsat/gamma/residential/researcher) -"ppP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/auto_turf/snow/layer1, -/area/corsat/gamma/biodome) "pqt" = ( /obj/structure/machinery/camera/autoname{ dir = 8; @@ -53652,6 +43462,12 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) +"pra" = ( +/obj/effect/alien/weeds/node, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat, +/area/corsat/omega/biodome) "prw" = ( /turf/open/floor/corsat{ dir = 8; @@ -53659,39 +43475,23 @@ }, /area/corsat/theta/airlock/west/id) "prB" = ( -/obj/effect/decal/cleanable/blood/oil, +/obj/structure/machinery/light, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "whitetancorner" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/residential/academy) "prF" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ +/obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) -"prG" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/landmark/corpsespawner/engineer, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "yellow" + icon_state = "whitetan" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/residential/academy) "prI" = ( /obj/structure/pipes/vents/pump/on, /turf/open/gm/dirt, /area/corsat/theta/biodome) -"psV" = ( -/obj/structure/machinery/disposal, -/obj/structure/machinery/camera/autoname{ - network = list("gamma") - }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) "ptq" = ( /obj/item/paper/crumpled, /obj/structure/pipes/vents/pump{ @@ -53711,29 +43511,19 @@ icon_state = "yellow" }, /area/corsat/sigma/southeast) -"puh" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) "puF" = ( +/obj/structure/surface/table, /turf/open/floor/corsat{ - dir = 1; - icon_state = "red" + icon_state = "whitetan" }, -/area/corsat/gamma/foyer) +/area/corsat/gamma/residential/academy) "pvh" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, +/obj/structure/surface/table, /turf/open/floor/corsat{ - dir = 4; + dir = 1; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "pvo" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -53741,7 +43531,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "pvA" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/pipes/standard/simple/hidden/green{ @@ -53756,14 +43546,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) -"pwp" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 1; - icon_state = "single_ends" - }, -/turf/closed/ice_rock/corners, -/area/corsat/gamma/biodome) +/area/corsat/sigma/north/engineering) "pws" = ( /turf/open/floor/corsat{ dir = 4; @@ -53771,33 +43554,22 @@ }, /area/corsat/omega/cargo) "pwu" = ( +/obj/structure/machinery/computer/general_air_control/large_tank_control{ + dir = 4; + name = "Mixed Air Control"; + pixel_x = -12 + }, /turf/open/floor/corsat{ dir = 8; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "pwO" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ icon_state = "retrosquareslight" }, /area/corsat/sigma/south/complex) -"pxj" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor/corsat{ - icon_state = "yellow" - }, -/area/corsat/sigma/south/robotics) -"pxl" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/foyer) "pxH" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" @@ -53810,11 +43582,6 @@ icon_state = "plate" }, /area/corsat/sigma/north) -"pya" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/library) "pyL" = ( /turf/open/floor/corsat{ dir = 6; @@ -53837,11 +43604,14 @@ }, /area/corsat/sigma/airlock/control) "pAo" = ( -/obj/structure/cargo_container/hd/right/alt, +/obj/structure/machinery/camera/autoname{ + dir = 8; + network = list("gamma") + }, /turf/open/floor/corsat{ - icon_state = "cargo" + icon_state = "redcorner" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar) "pAt" = ( /turf/open/floor/corsat{ dir = 1; @@ -53876,19 +43646,10 @@ }, /area/corsat/gamma/airlock/south/id) "pBJ" = ( -/obj/structure/cargo_container/wy/right, /turf/open/floor/corsat{ - icon_state = "cargo" - }, -/area/corsat/gamma/cargo) -"pCh" = ( -/obj/structure/machinery/light, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat{ - icon_state = "purplewhite" + icon_state = "squares" }, -/area/corsat/theta/biodome/complex) +/area/corsat/gamma/hangar/security) "pCi" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/corsat{ @@ -53899,7 +43660,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "pCW" = ( /turf/open/floor/corsat{ dir = 1; @@ -53930,22 +43691,13 @@ "pDR" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/omega/biodome) -"pEe" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "white" - }, -/area/corsat/gamma/residential/east) "pEj" = ( /obj/structure/surface/table, /turf/open/floor/corsat{ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "pEm" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/paper, @@ -53967,7 +43719,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/security) "pFe" = ( /turf/open/floor/corsat{ dir = 10; @@ -53984,14 +43736,6 @@ icon_state = "darkgreen" }, /area/corsat/sigma/hangar/arrivals) -"pGp" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) "pIj" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/wood, @@ -54013,7 +43757,7 @@ dir = 6; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "pJn" = ( /turf/open/floor/corsat{ dir = 10; @@ -54026,17 +43770,29 @@ dir = 1; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "pJP" = ( -/obj/structure/showcase{ - icon_state = "processor"; - name = "Processor Unit" +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" }, -/obj/structure/machinery/light{ - dir = 4 +/area/corsat/gamma/hangar) +"pJR" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) +"pJT" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "CORSAT Academy"; + req_one_access = null }, -/turf/open/floor/corsat, -/area/corsat/gamma/sigmaremote) +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/gamma/residential/academy) "pJY" = ( /obj/structure/machinery/light{ dir = 1 @@ -54046,17 +43802,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/hallwaysouth) -"pKg" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/foyer) "pKi" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -54066,16 +43812,6 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/south/engineering) -"pLy" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/toxins) "pLO" = ( /obj/structure/window/framed/corsat/security, /obj/structure/machinery/door/poddoor/shutters/almayer/open{ @@ -54091,26 +43827,18 @@ icon_state = "purple" }, /area/corsat/omega/hallways) -"pMI" = ( -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/sigma/airlock/south) "pMN" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplecorner" - }, -/area/corsat/gamma/residential) -"pMU" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 +/obj/structure/noticeboard{ + pixel_y = 32 }, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 1; + icon_state = "bluegrey" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/hangar/flightcontrol) +"pMU" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/hangar) "pMZ" = ( /obj/structure/machinery/camera/autoname{ dir = 4; @@ -54122,42 +43850,49 @@ }, /area/corsat/sigma/hangar) "pNa" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 + }, +/turf/open/floor/corsat{ + icon_state = "squares" }, +/area/corsat/gamma/hangar) +"pNB" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/foyer) +/area/corsat/sigma/hangar/checkpoint) "pOs" = ( /obj/structure/machinery/colony_floodlight{ dir = 4 }, /turf/open/gm/dirt, /area/corsat/theta/biodome) +"pPi" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/objective{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "spiralplate" + }, +/area/corsat/omega/offices) "pPp" = ( /turf/open/floor/corsat{ dir = 9; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) -"pPN" = ( -/obj/structure/bed/stool, -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) +/area/corsat/gamma/residential/academy) "pPX" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/obj/structure/bed/chair{ + dir = 4 }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "whitetancorner" + dir = 10; + icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "pQt" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/light{ @@ -54168,15 +43903,6 @@ icon_state = "red" }, /area/corsat/omega/airlocknorth/id) -"pQA" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "blue" - }, -/area/corsat/gamma/hangar/arrivals) "pQK" = ( /turf/open/floor/corsat{ icon_state = "bluegreycorner" @@ -54214,7 +43940,7 @@ /turf/open/floor/corsat{ icon_state = "marked" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) "pSc" = ( /obj/structure/barricade/handrail{ dir = 8 @@ -54223,27 +43949,9 @@ icon_state = "squares" }, /area/corsat/gamma/hallwaysouth) -"pSo" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/auto_turf/snow/layer2, -/area/corsat/gamma/biodome) -"pSp" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreen" - }, -/area/corsat/sigma/hangar/monorail) "pSu" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) +/turf/closed/wall/biodome, +/area/corsat/gamma/residential/lavatory) "pSB" = ( /turf/open/floor/corsat{ dir = 4; @@ -54253,18 +43961,22 @@ "pSZ" = ( /obj/structure/machinery/vending/coffee, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"pTp" = ( -/turf/open/floor/corsat, -/area/corsat/gamma/sigmaremote) -"pTt" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 +/area/corsat/gamma/residential/north) +"pTa" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/mars, +/area/corsat/sigma/biodome) +"pTi" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" }, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + icon_state = "darkgreen" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/foyer) +"pTp" = ( +/turf/open/floor/corsat, +/area/corsat/gamma/sigmaremote) "pTD" = ( /turf/open/floor/corsat{ icon_state = "darkgreen" @@ -54291,56 +44003,20 @@ icon_state = "bluegreycorner" }, /area/corsat/omega/offices) -"pUP" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security) "pVm" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "yellowcorner" + icon_state = "squares" }, -/area/corsat/gamma/residential/maint) +/area/corsat/gamma/hangar) "pVo" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/mars{ icon_state = "mars_dirt_8" }, /area/corsat/sigma/biodome) -"pVr" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"pVD" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/obj/structure/machinery/camera/autoname{ - dir = 4; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "white" - }, -/area/corsat/gamma/residential) -"pVL" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/med_data/laptop{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "pVS" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -54354,6 +44030,9 @@ icon_state = "brown" }, /area/corsat/omega/cargo) +"pWi" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential/lavatory) "pWj" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -54389,15 +44068,17 @@ icon_state = "purplewhitecorner" }, /area/corsat/sigma/south/complex) +"pWH" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/south/robotics) "pWR" = ( /obj/structure/flora/jungle/vines/heavy, /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/corsat/theta/biodome) -"pXp" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) "pXx" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -54412,20 +44093,11 @@ icon_state = "squares" }, /area/corsat/gamma/hallwaysouth) -"pXY" = ( -/obj/structure/machinery/camera/autoname{ - dir = 1; - network = list("gamma") - }, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) "pYS" = ( /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "pYW" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -54455,18 +44127,12 @@ }, /obj/structure/surface/rack, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + icon_state = "squares" }, -/area/corsat/gamma/residential/showers) +/area/corsat/gamma/hallwaymain) "qac" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" - }, -/turf/open/floor/corsat{ - icon_state = "white" - }, -/area/corsat/gamma/residential/researcher) +/turf/closed/wall/biodome, +/area/corsat/gamma/security) "qaf" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -54493,7 +44159,7 @@ dir = 4; icon_state = "white" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "qaG" = ( /obj/structure/bed/chair/comfy/black{ dir = 4 @@ -54525,25 +44191,12 @@ dir = 1 }, /area/corsat/gamma/sigmaremote) -"qba" = ( -/obj/structure/surface/rack, -/obj/item/storage/bag/trash, -/obj/item/storage/bag/trash, -/obj/item/storage/bag/trash, -/obj/item/storage/bag/trash, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/residential) "qbc" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, +/obj/effect/alien/weeds/node, /turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" + icon_state = "squares" }, -/area/corsat/gamma/rnr/bar) +/area/corsat/omega/hangar) "qbB" = ( /obj/structure/bed/chair, /turf/open/floor/corsat{ @@ -54568,6 +44221,12 @@ }, /turf/open/floor/plating, /area/corsat/sigma/hangar/security) +"qcp" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhitecorner" + }, +/area/corsat/gamma/sigmaremote/residential) "qcx" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /obj/structure/pipes/standard/simple/hidden/green{ @@ -54576,13 +44235,11 @@ /turf/open/gm/dirtgrassborder/east, /area/corsat/theta/biodome) "qcR" = ( -/obj/structure/surface/table/woodentable, -/obj/item/reagent_container/food/drinks/cans/beer, /turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" + dir = 8; + icon_state = "redcorner" }, -/area/corsat/gamma/rnr/arcade) +/area/corsat/gamma/security/armory) "qdK" = ( /obj/structure/machinery/light, /obj/structure/surface/table/reinforced, @@ -54604,7 +44261,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/lobby) +/area/corsat/sigma/north/engineering/lobby) "qeh" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ @@ -54645,12 +44302,6 @@ icon_state = "squares" }, /area/corsat/sigma/hangar/security) -"qfl" = ( -/obj/structure/bed/nest, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/omega/biodome) "qfp" = ( /obj/structure/window/framed/corsat, /obj/structure/machinery/door/poddoor/shutters/almayer/open{ @@ -54660,6 +44311,11 @@ }, /turf/open/floor/plating, /area/corsat/omega/offices) +"qgb" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/comms/gamma_halls) "qgg" = ( /obj/structure/machinery/camera/autoname{ network = list("gamma") @@ -54668,18 +44324,12 @@ dir = 1; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "qgl" = ( /turf/open/floor/corsat{ icon_state = "red" }, /area/corsat/omega/airlocknorth) -"qgm" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluecorner" - }, -/area/corsat/gamma/hangar/arrivals) "qgo" = ( /obj/structure/machinery/light, /turf/open/floor/corsat{ @@ -54687,6 +44337,15 @@ icon_state = "blue" }, /area/corsat/sigma/southeast/datalab) +"qgs" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/south) "qgt" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -54695,13 +44354,6 @@ icon_state = "mars_cave_2" }, /area/corsat/sigma/biodome) -"qgF" = ( -/obj/effect/alien/weeds/node, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/omega/biodome) "qgR" = ( /obj/structure/machinery/camera/autoname{ dir = 4; @@ -54712,20 +44364,6 @@ icon_state = "asteroidfloor" }, /area/corsat/sigma/biodome/testgrounds) -"qhl" = ( -/obj/structure/bed, -/obj/structure/window/reinforced, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "red" - }, -/area/corsat/gamma/security/cells) -"qhT" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/residential) "qig" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/wood, @@ -54736,26 +44374,29 @@ icon_state = "red" }, /area/corsat/omega/hangar) -"qiW" = ( -/obj/effect/decal/cleanable/blood/splatter, +"qiF" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, /turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" + icon_state = "squares" }, -/area/corsat/sigma/south/offices) +/area/corsat/sigma/hangar) +"qiQ" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "red" + }, +/area/corsat/gamma/security) "qje" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/corsat{ icon_state = "lightplate" }, /area/corsat/gamma/medbay) -"qjf" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/hangar/arrivals) "qjG" = ( /obj/structure/bed/chair/dropship/pilot{ dir = 1 @@ -54764,29 +44405,12 @@ icon_state = "rasputin3" }, /area/prison/hangar_storage/research/shuttle) -"qjL" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/omega/hallways) -"qkr" = ( +"qkt" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/office) -"qkt" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/ice, -/area/corsat/gamma/biodome) +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/hallwaymain) "qkw" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -54815,18 +44439,6 @@ icon_state = "tan" }, /area/corsat/gamma/residential/researcher) -"qkL" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Pool" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/residential/showers) "qkW" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -54836,7 +44448,9 @@ }, /area/corsat/sigma/south/engineering) "qlh" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ dir = 4; icon_state = "yellow" @@ -54854,44 +44468,42 @@ }, /turf/open/floor/wood, /area/corsat/sigma/cafe) -"qlF" = ( +"qlI" = ( /obj/structure/machinery/camera/autoname{ network = list("gamma") }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/security) -"qlI" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer/emails{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "whitetan" + icon_state = "retrosquares" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/hallwaymain) "qmD" = ( /obj/structure/surface/table/almayer, /turf/open/floor/corsat{ icon_state = "spiralplate" }, /area/corsat/sigma/southeast/dataoffice) -"qmT" = ( -/obj/structure/sign/safety/biohazard, +"qmU" = ( +/obj/effect/alien/weeds/node, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhitecorner" + icon_state = "plate" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/omega/biodome) "qnb" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "redcorner" }, /area/corsat/sigma/south/security) +"qnm" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquares" + }, +/area/corsat/sigma/hangar/arrivals) "qnw" = ( /obj/structure/pipes/vents/pump{ dir = 8; @@ -54906,27 +44518,26 @@ /turf/open/gm/dirt, /area/corsat/theta/biodome) "qoq" = ( -/obj/structure/coatrack, -/turf/open/floor/wood, -/area/corsat/gamma/administration) +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "13" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/gamma/sigmaremote/teleporter) "qou" = ( /turf/open/floor/corsat{ icon_state = "greenwhite" }, /area/corsat/gamma/medbay/lobby) -"qoN" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) "qpo" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreencorner" + icon_state = "plate" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "qpB" = ( /obj/structure/bookcase{ icon_state = "book-5" @@ -54935,7 +44546,7 @@ dir = 4; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "qpC" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -54967,12 +44578,6 @@ icon_state = "spiralplate" }, /area/corsat/sigma/hangar/office) -"qqI" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/gamma/hangar/flightcontrol) "qqK" = ( /obj/structure/window/framed/corsat/security, /turf/open/floor/plating, @@ -55006,7 +44611,7 @@ /turf/open/floor/corsat{ icon_state = "gamma" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "qsT" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/mars_cave{ @@ -55020,24 +44625,28 @@ icon_state = "red" }, /area/corsat/omega/security) -"qsY" = ( -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/hangar/flightcontrol) "qtf" = ( /obj/item/stack/sheet/wood, /turf/open/floor/wood, /area/corsat/sigma/dorms) -"qti" = ( -/obj/structure/filingcabinet/filingcabinet, +"qtk" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat{ - dir = 4; - icon_state = "whitetancorner" + dir = 1; + icon_state = "purplewhite" + }, +/area/corsat/theta/biodome/complex) +"qtl" = ( +/obj/structure/toilet, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/lavatory) "qtm" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -55056,12 +44665,13 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"qtZ" = ( -/obj/effect/landmark/hunter_primary, +"qtW" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "officesquares" + dir = 1; + icon_state = "redcorner" }, -/area/corsat/gamma/administration) +/area/corsat/sigma/south/security) "quG" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /obj/structure/pipes/standard/simple/hidden/green{ @@ -55069,14 +44679,14 @@ }, /turf/open/gm/dirt, /area/corsat/theta/biodome) -"quI" = ( -/obj/structure/pipes/vents/pump, -/obj/effect/decal/cleanable/blood/splatter, +"quK" = ( +/obj/structure/machinery/light, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + icon_state = "purplewhite" }, -/area/corsat/gamma/canteen) +/area/corsat/theta/biodome/complex) "qvz" = ( /turf/open/shuttle/dropship{ icon_state = "rasputin13" @@ -55089,7 +44699,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "qvD" = ( /obj/structure/machinery/door/poddoor/almayer/open{ dir = 4; @@ -55105,27 +44715,16 @@ }, /area/corsat/sigma/hangar) "qwr" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) -"qww" = ( /obj/structure/surface/table, -/obj/item/folder, -/obj/structure/platform{ - dir = 4; - layer = 2 - }, +/obj/item/book, /turf/open/floor/corsat{ dir = 1; - icon_state = "tan" + icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) +"qww" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/hallwaymain) "qwM" = ( /turf/open/floor/corsat{ dir = 8; @@ -55133,14 +44732,14 @@ }, /area/corsat/omega/complex) "qwO" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 +/obj/structure/sink{ + pixel_y = 24 }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + dir = 10; + icon_state = "whitebluefull" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/lavatory) "qxi" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -55148,7 +44747,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "qxB" = ( /obj/structure/surface/table/reinforced, /obj/item/newspaper, @@ -55157,20 +44756,17 @@ }, /area/corsat/sigma/checkpoint) "qxR" = ( -/obj/structure/machinery/light{ - dir = 1 - }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "whitetancorner" + dir = 10; + icon_state = "whitebluefull" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/lavatory) "qyg" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "darkgreencorner" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/hallwaymain) "qys" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -55179,14 +44775,6 @@ icon_state = "retrosquares" }, /area/corsat/sigma/hangar/arrivals) -"qyO" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/firstaid/toxin, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "qzo" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -55196,11 +44784,18 @@ }, /area/corsat/omega/security) "qzy" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/rnr/library) +"qzH" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "8" + }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/airlock/control) +/area/corsat/sigma/south/complex/teleporter) "qAg" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -55218,13 +44813,14 @@ "qAl" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/sigma/biodome) -"qAs" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" +"qAr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/floor/almayer/research/containment/corner{ + dir = 4 }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/sigmaremote/residential) "qAG" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -55241,6 +44837,11 @@ icon_state = "retrosquareslight" }, /area/corsat/omega/complex) +"qAT" = ( +/turf/open/floor/corsat{ + icon_state = "yellowcorner" + }, +/area/corsat/gamma/hangar) "qBk" = ( /obj/structure/bed/chair, /turf/open/floor/corsat{ @@ -55253,14 +44854,6 @@ icon_state = "green" }, /area/corsat/gamma/medbay/morgue) -"qBZ" = ( -/obj/structure/surface/table/reinforced, -/obj/item/clothing/glasses/meson, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) "qCi" = ( /obj/structure/bed/chair, /turf/open/floor/corsat{ @@ -55268,21 +44861,15 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay/lobby) -"qCU" = ( +"qCz" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 + dir = 5 }, +/obj/effect/alien/weeds/node, /turf/open/floor/corsat{ - dir = 1; - icon_state = "blue" - }, -/area/corsat/gamma/hangar) -"qDx" = ( -/obj/structure/machinery/light/small{ - dir = 4 + icon_state = "retrosquares" }, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) +/area/corsat/omega/hallways) "qEe" = ( /obj/structure/machinery/camera/autoname{ dir = 4; @@ -55293,29 +44880,16 @@ icon_state = "purple" }, /area/corsat/sigma/south) -"qEk" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/hangar/monorail) -"qEu" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/toxins) "qEw" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/residential/showers) +"qEC" = ( +/obj/structure/bed, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 4; + icon_state = "red" }, -/area/corsat/gamma/airlock/control) +/area/corsat/gamma/security/cells) "qEG" = ( /obj/structure/machinery/camera/autoname{ dir = 8; @@ -55337,13 +44911,7 @@ /obj/item/newspaper, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"qFA" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/sigma/southeast/dataoffice) +/area/corsat/gamma/residential/north) "qFJ" = ( /obj/structure/machinery/light{ dir = 1 @@ -55360,41 +44928,28 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "qGn" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "\improper Toilet Unit" }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "whitetancorner" + dir = 10; + icon_state = "whitebluefull" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/lavatory) "qGz" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, /area/corsat/theta/biodome) -"qGF" = ( -/obj/structure/janitorialcart, -/obj/item/tool/mop, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "yellow" - }, -/area/corsat/sigma/hangar/monorail/control) "qGY" = ( /turf/open/floor/corsat{ dir = 10; icon_state = "purplewhite" }, /area/corsat/omega/complex) -"qHF" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/toxins) "qHM" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ name = "Airlock Security"; @@ -55410,55 +44965,38 @@ icon_state = "squares" }, /area/corsat/omega/airlocknorth) -"qIr" = ( -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, +"qIm" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "22" + }, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/engineering/core) +/area/corsat/gamma/sigmaremote/teleporter/residential) "qIw" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "yellowcorner" }, /area/corsat/sigma/north) -"qIS" = ( -/obj/structure/surface/table/reinforced, -/obj/item/storage/fancy/cigarettes/lucky_strikes, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) "qIU" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/inaccessible) -"qJa" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, +"qIW" = ( +/obj/structure/pipes/vents/pump, /turf/open/floor/corsat{ - icon_state = "retrosquares" + icon_state = "squares" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/residential/north) "qJi" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/residential/showers) -"qJl" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + icon_state = "retrosquareslight" }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/wood, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/sigmaremote/residential) "qJA" = ( /obj/structure/surface/table/almayer, /obj/item/ashtray/plastic, @@ -55494,7 +45032,7 @@ /obj/effect/landmark/crap_item, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "qKN" = ( /turf/open/floor/corsat{ icon_state = "red" @@ -55505,13 +45043,7 @@ dir = 1; icon_state = "yellowcorner" }, -/area/corsat/gamma/hallwaysouth) -"qLa" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) +/area/corsat/gamma/foyer) "qLo" = ( /obj/structure/machinery/power/apc/high{ dir = 1; @@ -55522,7 +45054,7 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "qLz" = ( /obj/structure/prop/mech/tesla_energy_relay, /turf/open/floor/corsat, @@ -55555,20 +45087,17 @@ /area/corsat/theta/airlock/control) "qNe" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/communications{ +/obj/structure/machinery/computer/objective{ dir = 8 }, /turf/open/floor/corsat{ icon_state = "spiralplate" }, /area/corsat/sigma/hangar/office) -"qNF" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) +"qNj" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) "qNJ" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -55577,12 +45106,13 @@ dir = 8; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "qNM" = ( -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hallwaymain) "qOr" = ( /obj/structure/surface/table/almayer, /obj/item/storage/fancy/cigarettes/lucky_strikes, @@ -55601,27 +45131,16 @@ icon_state = "retrosquares" }, /area/corsat/sigma/hangar/office) -"qOJ" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/secure_data, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" - }, -/area/corsat/gamma/hangar/security) +"qON" = ( +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/floor/corsat, +/area/corsat/sigma/southeast/generator) "qPo" = ( /obj/structure/window/reinforced, /turf/open/floor/corsat{ icon_state = "blue" }, /area/corsat/sigma/southeast/datalab) -"qPJ" = ( -/obj/structure/bed/nest, -/obj/effect/landmark/corpsespawner/scientist, -/turf/open/mars_cave{ - icon_state = "mars_cave_2" - }, -/area/corsat/sigma/biodome) "qQe" = ( /obj/structure/window/framed/corsat/research, /turf/open/floor/corsat{ @@ -55638,7 +45157,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "qQU" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/spray/cleaner, @@ -55677,6 +45196,7 @@ /obj/item/clothing/gloves/black, /obj/item/clothing/suit/storage/snow_suit, /obj/item/clothing/suit/storage/snow_suit, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/corsat{ dir = 1; icon_state = "red" @@ -55693,11 +45213,15 @@ }, /area/corsat/gamma/sigmaremote) "qST" = ( -/obj/structure/pipes/standard/manifold/hidden/green, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/largecrate/random, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + dir = 4; + icon_state = "yellow" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/residential/maint) "qTd" = ( /obj/structure/reagent_dispensers/water_cooler, /obj/structure/platform{ @@ -55709,7 +45233,7 @@ dir = 4; icon_state = "whitecorner" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "qTe" = ( /turf/open/floor/corsat{ dir = 8; @@ -55722,6 +45246,15 @@ icon_state = "squares" }, /area/corsat/sigma/hangar/id) +"qTk" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/airlock/control) "qTZ" = ( /turf/open/floor/corsat{ dir = 10; @@ -55737,17 +45270,11 @@ icon_state = "plate" }, /area/corsat/gamma/airlock/south/id) -"qUI" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/south) "qUT" = ( /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "qVd" = ( /obj/structure/machinery/gravity_generator{ desc = "Absorbs and redirects radiation, hopefully away from you."; @@ -55762,14 +45289,6 @@ icon_state = "floor5" }, /area/corsat/theta/biodome/complex) -"qVe" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/cargo) "qVs" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -55777,20 +45296,6 @@ }, /turf/open/gm/dirtgrassborder/south, /area/corsat/theta/biodome) -"qVz" = ( -/obj/effect/landmark/corpsespawner/pmc, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/administration) -"qVA" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/omega/biodome) "qVF" = ( /obj/structure/platform{ density = 0; @@ -55819,15 +45324,9 @@ icon_state = "lightplate" }, /area/corsat/gamma/medbay/morgue) -"qWr" = ( +"qWE" = ( /turf/closed/wall/biodome, -/area/corsat/gamma/residential) -"qWK" = ( -/obj/structure/window/reinforced, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/administration) +/area/corsat/gamma/hallwaysouth) "qWQ" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -55850,56 +45349,39 @@ icon_state = "retrosquareslight" }, /area/corsat/theta/biodome/complex) -"qYj" = ( -/turf/open/floor/corsat{ - dir = 5; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/monorail) -"qZj" = ( +"qYK" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_door, /turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreencorner" + icon_state = "squares" }, -/area/corsat/gamma/hangar) +/area/corsat/theta/biodome/complex) "qZs" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 }, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "qZW" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 8; + health = 80 }, -/area/corsat/gamma/cargo) -"raw" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, +/obj/item/clipboard, +/obj/item/tool/pen/blue, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + icon_state = "bluegrey" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/hangar/flightcontrol) "rba" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, +/obj/structure/surface/table/woodentable, /turf/open/floor/corsat{ - dir = 4; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) -"rbo" = ( -/obj/structure/bed/chair/comfy/beige, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor{ - dir = 8; - icon_state = "carpet14-10" + icon_state = "squares" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/hallwaysouth) "rbC" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -55921,24 +45403,6 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"rcT" = ( -/obj/structure/computer3frame/server{ - icon_state = "4" - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) -"rdn" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "rdA" = ( /obj/structure/bed/chair{ dir = 1 @@ -55949,22 +45413,18 @@ }, /area/corsat/sigma/south/security) "rdZ" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") - }, /turf/open/floor/corsat{ dir = 4; - icon_state = "brown" + icon_state = "red" }, -/area/corsat/gamma/foyer) +/area/corsat/gamma/security) "reh" = ( /obj/structure/stairs, /turf/open/floor/corsat{ dir = 1; icon_state = "white" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "rei" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -56006,9 +45466,15 @@ icon_state = "brown" }, /area/corsat/sigma/north) +"rfJ" = ( +/obj/effect/landmark/corpsespawner/pmc, +/turf/open/shuttle/dropship{ + icon_state = "floor8" + }, +/area/prison/hangar_storage/research/shuttle) "rfQ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/pipes/vents/pump{ + dir = 8 }, /turf/open/floor/corsat{ icon_state = "yellow" @@ -56048,7 +45514,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "riC" = ( /turf/open/floor/corsat{ dir = 4; @@ -56063,24 +45529,30 @@ icon_state = "squares" }, /area/corsat/theta/airlock/control) +"rjn" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/omega/hallways) "rjv" = ( /obj/structure/machinery/light{ dir = 8 }, -/obj/structure/surface/table/woodentable, -/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/surface/table/almayer, +/obj/item/storage/fancy/cigarettes/lucky_strikes, +/obj/item/tool/pen/blue, /turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hallwaysouth) -"rjO" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 + icon_state = "spiralplate" }, +/area/corsat/gamma/hangar/flightcontrol) +"rjG" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/security/cells) +/area/corsat/sigma/airlock/control) "rjT" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -56095,14 +45567,6 @@ icon_state = "squares" }, /area/corsat/sigma/south/robotics) -"rkK" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar) "rlh" = ( /obj/structure/machinery/shower{ dir = 4 @@ -56139,20 +45603,11 @@ }, /area/corsat/omega/cargo) "rmc" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/cargo/disposal) -"rmk" = ( -/obj/structure/bed/chair/office/light, +/obj/item/pamphlet/skill/powerloader, /turf/open/floor/corsat{ - dir = 9; - icon_state = "purplewhite" + icon_state = "cargo" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/cargo) "rmm" = ( /turf/open/floor/corsat{ dir = 8; @@ -56164,7 +45619,16 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) +"rmU" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/control) "rno" = ( /obj/structure/machinery/camera/autoname{ network = list("sigma") @@ -56174,6 +45638,16 @@ icon_state = "darkgreen" }, /area/corsat/sigma/hangar) +"rnz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/sigma/dorms) "rnK" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/corsat{ @@ -56186,42 +45660,25 @@ dir = 1; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"roj" = ( -/obj/structure/safe, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/biodome/complex) +/area/corsat/sigma/north/engineering) "ros" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "19" }, /turf/open/floor/corsat{ - icon_state = "retrosquares" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/airlock/north) +/area/corsat/gamma/sigmaremote/teleporter) "rox" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/administration) -"roL" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar) -"roZ" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "21" }, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/airlock/control) +/area/corsat/gamma/sigmaremote/teleporter) "rpi" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -56230,12 +45687,15 @@ icon_state = "retrosquareslight" }, /area/corsat/sigma/south/complex) -"rpr" = ( -/obj/effect/landmark/corpsespawner/pmc, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" +"rpz" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/area/prison/hangar_storage/research/shuttle) +/turf/open/floor/corsat{ + dir = 8; + icon_state = "redcorner" + }, +/area/corsat/gamma/security) "rpB" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -56250,7 +45710,7 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "rpZ" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /obj/structure/pipes/standard/simple/hidden/green{ @@ -56258,18 +45718,27 @@ }, /turf/open/gm/dirt, /area/corsat/theta/biodome) +"rqa" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/hangar/arrivals) "rqg" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, /turf/open/floor/wood, /area/corsat/sigma/cafe) -"rqo" = ( -/obj/structure/bed/chair, +"rqw" = ( /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "yellow" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/residential/generator) +"rqZ" = ( +/obj/structure/window/framed/corsat/security, +/turf/open/floor/plating, +/area/corsat/gamma/security) "rrs" = ( /obj/structure/prop/almayer/computers/sensor_computer1{ name = "computer" @@ -56278,12 +45747,14 @@ icon_state = "floor2" }, /area/corsat/theta/biodome/complex) -"rrv" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - icon_state = "squares" +"rry" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" }, -/area/corsat/sigma/hangar/monorail/control) +/turf/open/floor/almayer/research/containment/corner_var1{ + icon_state = "containment_corner_variant_2" + }, +/area/corsat/gamma/sigmaremote/residential) "rrE" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -56307,26 +45778,24 @@ icon_state = "redcorner" }, /area/corsat/sigma/hangar/security) +"rsy" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/hangar/office) "rtr" = ( -/obj/structure/machinery/camera/autoname{ +/obj/structure/machinery/door/poddoor/almayer/open{ dir = 4; - network = list("gamma") + id = "GammaHCargoW"; + name = "Gamma Cargo Checkpoint"; + use_power = 0 }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "browncorner" - }, -/area/corsat/gamma/cargo/disposal) -"rtN" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "greenwhite" + icon_state = "marked" }, -/area/corsat/gamma/medbay) +/area/corsat/gamma/cargo) "rtT" = ( /obj/structure/surface/table/almayer, /obj/item/form_printer, @@ -56339,15 +45808,6 @@ icon_state = "purplewhitecorner" }, /area/corsat/omega/complex) -"rtZ" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/rnr) "rur" = ( /obj/structure/noticeboard{ pixel_y = 30 @@ -56356,15 +45816,12 @@ dir = 1; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "rut" = ( -/obj/structure/bed/chair{ - dir = 1 - }, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "squares" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/hangar/arrivals) "ruw" = ( /obj/structure/surface/rack, /obj/effect/spawner/random/tech_supply, @@ -56373,6 +45830,15 @@ icon_state = "yellow" }, /area/corsat/sigma/south/engineering) +"ruM" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "tcomms" + }, +/area/corsat/gamma/sigmaremote/residential) "rvg" = ( /obj/structure/sign/safety/airlock{ pixel_y = 32 @@ -56410,19 +45876,18 @@ icon_state = "whitetan" }, /area/corsat/sigma/dorms) -"rvL" = ( +"rvG" = ( +/obj/effect/alien/weeds/node, /turf/open/floor/corsat{ - icon_state = "darkgreen" + dir = 8; + icon_state = "red" }, -/area/corsat/gamma/rnr) -"rwl" = ( -/obj/structure/surface/table/reinforced, -/obj/item/tool/pen/red, +/area/corsat/omega/hangar) +"rvL" = ( /turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" + icon_state = "darkgreen" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/hallwaymain) "rwo" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirt, @@ -56437,7 +45902,15 @@ dir = 8; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) +"rwt" = ( +/obj/structure/bed, +/obj/structure/window/reinforced, +/turf/open/floor/corsat{ + dir = 5; + icon_state = "red" + }, +/area/corsat/gamma/security/cells) "rwF" = ( /turf/open/floor/corsat{ dir = 1; @@ -56450,12 +45923,14 @@ icon_state = "brown" }, /area/corsat/omega/hallways) -"rxd" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"rwN" = ( +/obj/structure/surface/table, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/residential/academy) "rxk" = ( /obj/structure/closet/secure_closet/engineering_electrical{ req_access_txt = "102" @@ -56465,6 +45940,11 @@ icon_state = "yellow" }, /area/corsat/sigma/south/engineering) +"rxl" = ( +/obj/effect/landmark/yautja_teleport, +/obj/structure/flora/jungle/vines/heavy, +/turf/open/gm/grass/grass1/weedable, +/area/corsat/theta/biodome) "rxD" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -56479,13 +45959,12 @@ icon_state = "squares" }, /area/corsat/sigma/hangar/security) -"ryn" = ( -/obj/structure/machinery/fuelcell_recycler/full, +"rye" = ( /turf/open/floor/corsat{ - dir = 1; - icon_state = "yellow" + dir = 5; + icon_state = "white" }, -/area/corsat/gamma/engineering/core) +/area/corsat/gamma/hangar/arrivals) "ryE" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/corsat{ @@ -56517,12 +45996,6 @@ icon_state = "plate" }, /area/corsat/sigma/south/engineering) -"rAc" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/hangar/monorail) "rAm" = ( /obj/structure/machinery/camera/autoname{ dir = 8; @@ -56533,12 +46006,6 @@ icon_state = "bluecorner" }, /area/corsat/sigma/southeast) -"rBf" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security/cells) "rBX" = ( /turf/open/floor/corsat{ icon_state = "bluegrey" @@ -56550,13 +46017,13 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/south/robotics) -"rCd" = ( -/obj/structure/closet/emcloset, +"rCp" = ( +/obj/structure/machinery/vending/snack, /turf/open/floor/corsat{ - dir = 4; - icon_state = "blue" + dir = 5; + icon_state = "red" }, -/area/corsat/gamma/hangar/arrivals) +/area/corsat/gamma/security) "rCr" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -56585,15 +46052,25 @@ icon_state = "purplewhitecorner" }, /area/corsat/gamma/sigmaremote) +"rCN" = ( +/obj/structure/machinery/power/apc/high{ + dir = 4; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "whitebluefull" + }, +/area/corsat/gamma/residential/lavatory) "rCO" = ( -/obj/structure/bed/chair{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, /turf/open/floor/corsat{ - dir = 5; - icon_state = "whitetan" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "rDr" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -56615,13 +46092,17 @@ dir = 4; icon_state = "darkgreen" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/foyer) "rED" = ( -/obj/structure/machinery/photocopier, +/obj/structure/surface/table, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/residential/academy) "rEG" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -56656,16 +46137,13 @@ /obj/structure/bed/chair{ dir = 1 }, -/obj/effect/landmark/hunter_secondary, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/gamma/hallwaysouth) -"rFC" = ( -/turf/open/floor/corsat{ - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/hangar/arrivals) "rFJ" = ( /turf/open/floor{ dir = 8; @@ -56703,7 +46181,7 @@ /turf/open/floor/corsat{ icon_state = "whitecorner" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "rGu" = ( /obj/item/paper/crumpled, /turf/open/floor/corsat{ @@ -56729,24 +46207,44 @@ icon_state = "red" }, /area/corsat/omega/security) +"rIa" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "GammaCargo"; + name = "Gamma Cargo Bay"; + use_power = 0 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "marked" + }, +/area/corsat/gamma/cargo) "rId" = ( /obj/structure/largecrate/random/barrel/green, /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/omega/complex) +"rIf" = ( +/turf/open/floor/corsat{ + dir = 9; + icon_state = "brown" + }, +/area/corsat/gamma/cargo) +"rIW" = ( +/obj/effect/landmark/corpsespawner/wysec, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/checkpoint) "rJo" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"rJu" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) "rKa" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -56768,13 +46266,17 @@ /turf/open/floor/corsat{ icon_state = "bluecorner" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) +"rKx" = ( +/obj/effect/landmark/corpsespawner/engineer, +/turf/open/floor/corsat, +/area/corsat/sigma/southeast/generator) "rKy" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, +/obj/structure/surface/table/almayer, +/obj/item/tool/lighter/random, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "brown" }, /area/corsat/gamma/cargo) "rKG" = ( @@ -56819,28 +46321,6 @@ icon_state = "plate" }, /area/corsat/omega/maint) -"rMq" = ( -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/ice, -/area/corsat/gamma/biodome) -"rMD" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/hand_labeler, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) -"rMR" = ( -/obj/structure/surface/table/almayer, -/obj/item/folder/black_random, -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/biodome/virology) "rMU" = ( /obj/structure/foamed_metal, /turf/open/floor/corsat, @@ -56862,23 +46342,14 @@ icon_state = "red" }, /area/corsat/omega/hangar/security) -"rOq" = ( -/obj/structure/bed/sofa, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "blue" - }, -/area/corsat/gamma/hangar/arrivals) "rOH" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4; - network = list("gamma") +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ + name = "Flight Control" }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "redcorner" + icon_state = "officesquares" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/hangar) "rOP" = ( /obj/structure/window/reinforced, /obj/structure/surface/table/almayer, @@ -56915,18 +46386,20 @@ icon_state = "red" }, /area/corsat/omega/hallways) +"rQd" = ( +/obj/structure/window/framed/corsat/hull/security, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "GammaSecC"; + name = "Security Shutters" + }, +/turf/open/floor/plating, +/area/corsat/gamma/security/cells) "rQh" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/mars_cave{ icon_state = "mars_cave_23" }, /area/corsat/sigma/biodome/scrapyard) -"rQD" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "yellow" - }, -/area/corsat/sigma/hangar/monorail/control) "rQQ" = ( /obj/item/weapon/gun/flamer, /obj/item/explosive/grenade/incendiary, @@ -56975,28 +46448,12 @@ }, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/corsat/theta/biodome) -"rSz" = ( -/obj/structure/closet/wardrobe/white, -/obj/item/clothing/head/ushanka, -/obj/item/clothing/head/ushanka, -/obj/item/clothing/shoes/snow, -/obj/item/clothing/shoes/snow, -/obj/item/clothing/gloves/black, -/obj/item/clothing/gloves/black, -/obj/item/clothing/suit/storage/snow_suit, -/obj/item/clothing/suit/storage/snow_suit, +"rSg" = ( +/obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/airlock/control) -"rSG" = ( -/obj/structure/machinery/computer/cameras{ - network = list("gamma"); - pixel_y = 22 + icon_state = "yellow" }, -/turf/open/floor/wood, -/area/corsat/gamma/administration) +/area/corsat/theta/airlock/control) "rSP" = ( /turf/open/floor/corsat{ dir = 8; @@ -57009,24 +46466,15 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/airlock/control) -"rTb" = ( -/obj/effect/landmark/corpsespawner/scientist, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreen" - }, -/area/corsat/sigma/hangar/monorail) "rTf" = ( -/obj/structure/surface/table, -/obj/structure/platform{ - dir = 4; - layer = 2 +/obj/structure/bed/chair/office/light{ + dir = 8 }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + dir = 4; + icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "rTj" = ( /obj/structure/flora/jungle/vines/light_1, /obj/structure/pipes/standard/simple/hidden/green{ @@ -57034,22 +46482,6 @@ }, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"rTo" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreen" - }, -/area/corsat/sigma/hangar/monorail) -"rTw" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/airlock/south) -"rTD" = ( -/obj/structure/window/framed/corsat, -/turf/open/floor/plating, -/area/corsat/gamma/residential/showers) "rTX" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -57093,16 +46525,7 @@ /turf/open/floor/corsat{ icon_state = "gamma" }, -/area/corsat/gamma/hallwaysouth) -"rVh" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/omega/complex) +/area/corsat/gamma/foyer) "rVK" = ( /turf/open/floor/corsat{ icon_state = "lightplate" @@ -57123,32 +46546,19 @@ icon_state = "red" }, /area/corsat/sigma/hangar/security) -"rWE" = ( -/obj/effect/decal/cleanable/blood/splatter, +"rWy" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/alien/weeds/node, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "retrosquares" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/omega/hallways) "rWG" = ( /obj/structure/largecrate/random/barrel/green, /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/omega/maint) -"rWM" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) -"rWN" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) "rWY" = ( /obj/structure/machinery/light{ dir = 1 @@ -57158,15 +46568,6 @@ icon_state = "purplecorner" }, /area/corsat/omega/airlocknorth) -"rXj" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/arcade) "rXs" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -57189,19 +46590,6 @@ icon_state = "mars_cave_2" }, /area/corsat/sigma/biodome) -"rYj" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/hangar/monorail/control) -"rYp" = ( -/obj/structure/closet/radiation, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) "rYq" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -57220,6 +46608,13 @@ icon_state = "purplecorner" }, /area/corsat/omega/hallways) +"rZa" = ( +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/researcher) "rZC" = ( /turf/open/floor/corsat{ icon_state = "redcorner" @@ -57231,15 +46626,7 @@ dir = 8; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) -"rZK" = ( -/obj/structure/pipes/vents/pump{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/checkpoint) +/area/corsat/sigma/north/engineering) "rZR" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor{ @@ -57248,20 +46635,23 @@ }, /area/corsat/sigma/biodome) "rZU" = ( -/turf/open/floor/corsat{ - icon_state = "browncorner" - }, -/area/corsat/gamma/cargo) +/turf/closed/wall/biodome, +/area/corsat/gamma/hangar) "sam" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "whitetancorner" }, /area/corsat/gamma/residential/researcher) -"sap" = ( -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/corsat, -/area/corsat/sigma/southeast/generator) +"sau" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "2" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/sigma/south/complex/teleporter) "saV" = ( /obj/structure/surface/table, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, @@ -57287,17 +46677,17 @@ }, /area/corsat/sigma/southeast/datamaint) "sbw" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Bathroom" }, -/obj/structure/pipes/vents/pump{ - dir = 8 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + dir = 10; + icon_state = "whitebluefull" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/hallwaymain) "sbF" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/microwave, @@ -57317,55 +46707,26 @@ dir = 8; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering) -"scj" = ( -/obj/structure/window/reinforced, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"scH" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) -"sdm" = ( -/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical/opened{ - id = "GammaWestD"; - name = "Gamma Dome Airlock" - }, -/obj/structure/machinery/door/poddoor/two_tile/four_tile/vertical/secure{ - id = "map_lockdown"; - name = "Gamma Lockdown"; - use_power = 0 - }, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/airlock/control) +/area/corsat/sigma/north/engineering) "sdu" = ( -/obj/structure/surface/table/woodentable, -/obj/structure/machinery/computer/emails{ - dir = 8 +/obj/structure/window/framed/corsat/research, +/turf/open/floor/plating, +/area/corsat/gamma/sigmaremote/residential) +"seb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"sdv" = ( -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/airlock/control) -"sdR" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/area/corsat/gamma/cargo) +"sej" = ( +/obj/effect/landmark/corpsespawner/wysec, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/sigma/south/security) "sem" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, @@ -57389,30 +46750,17 @@ dir = 4; icon_state = "red" }, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/hallways) +"sfn" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/floor/wood, +/area/corsat/sigma/cafe) "sfx" = ( /obj/structure/pipes/vents/pump{ dir = 8 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"sfJ" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Baths" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/residential/showers) -"sga" = ( -/obj/effect/landmark/hunter_primary, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/arrivals) +/area/corsat/gamma/residential/north) "sgl" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -57421,12 +46769,6 @@ icon_state = "retrosquareslight" }, /area/corsat/gamma/medbay/lobby) -"sgn" = ( -/turf/open/floor/corsat{ - dir = 9; - icon_state = "red" - }, -/area/corsat/gamma/airlock/control) "sgu" = ( /obj/structure/surface/table/reinforced, /obj/item/device/flashlight/lamp, @@ -57450,56 +46792,29 @@ icon_state = "plate" }, /area/corsat/sigma/southeast/generator) -"sgX" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"she" = ( +/obj/structure/pipes/vents/pump{ dir = 4 }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "red" + dir = 10; + icon_state = "whitebluefull" }, -/area/corsat/gamma/hangar/checkpoint) +/area/corsat/gamma/residential/lavatory) "shg" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ - dir = 1; - name = "Computer Room"; - req_one_access = null - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) -"shq" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/landmark/corpsespawner/doctor, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/medbay/lobby) -"shW" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/hangar) -"sid" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "whitetancorner" + dir = 10; + icon_state = "whitebluefull" }, -/area/corsat/gamma/residential/west) -"sii" = ( -/obj/structure/surface/table/almayer, +/area/corsat/gamma/residential/lavatory) +"sid" = ( /turf/open/floor/corsat{ - icon_state = "lightplate" + icon_state = "gamma" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/hangar) "sip" = ( /obj/effect/decal/warning_stripes{ icon_state = "S" @@ -57515,43 +46830,31 @@ /turf/open/gm/coast/east, /area/corsat/theta/biodome) "siU" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "whitetancorner" - }, -/area/corsat/gamma/residential/west) -"sjr" = ( -/obj/structure/fence, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) -"sjs" = ( -/turf/open/floor/corsat{ - icon_state = "yellowcorner" +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "\improper Bathroom" }, -/area/corsat/gamma/residential) -"sjw" = ( -/obj/structure/machinery/door_control{ - id = "Viro"; - name = "Lab Lockdown"; - pixel_x = 24; - use_power = 0 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "purplewhitecorner" + dir = 10; + icon_state = "whitebluefull" }, -/area/corsat/gamma/biodome/virology) -"sjx" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 +/area/corsat/gamma/hallwaysouth) +"sjs" = ( +/turf/open/floor/corsat{ + dir = 6; + icon_state = "brown" }, -/obj/effect/landmark/hunter_secondary, +/area/corsat/gamma/cargo) +"sjI" = ( +/obj/structure/machinery/door/window/eastright, +/obj/effect/alien/weeds/node, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + dir = 4; + icon_state = "purplewhite" }, -/area/corsat/gamma/residential/west) +/area/corsat/omega/complex) "sjK" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -57567,15 +46870,6 @@ icon_state = "asteroidfloor" }, /area/corsat/sigma/biodome/gunrange) -"sjR" = ( -/obj/structure/bed/chair/comfy{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/hangar/monorail) "skc" = ( /turf/open/floor/corsat{ dir = 8; @@ -57596,13 +46890,6 @@ icon_state = "plate" }, /area/corsat/theta/airlock/control) -"skp" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/xtracks, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/hangar/security) "skK" = ( /obj/structure/machinery/light{ dir = 8 @@ -57618,30 +46905,20 @@ }, /turf/open/floor/corsat, /area/corsat/inaccessible) -"sll" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" +"smj" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 4; + health = 80 }, -/area/corsat/gamma/sigmaremote) -"slL" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" +/obj/structure/machinery/computer/emails{ + dir = 1 }, /turf/open/floor/corsat{ dir = 8; - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/foyer) -"slU" = ( -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" + icon_state = "bluegreycorner" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/hangar/flightcontrol) "smk" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/effect/decal/cleanable/blood/splatter, @@ -57667,16 +46944,6 @@ icon_state = "squares" }, /area/corsat/gamma/hallwaysouth) -"snG" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/machinery/vending/coffee, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "snO" = ( /obj/structure/closet/emcloset, /turf/open/floor/corsat{ @@ -57694,10 +46961,6 @@ icon_state = "white" }, /area/corsat/gamma/hallwaysouth) -"snS" = ( -/mob/living/carbon/human/yiren, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) "snU" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -57714,15 +46977,6 @@ icon_state = "plating" }, /area/corsat/gamma/sigmaremote) -"soi" = ( -/obj/structure/machinery/camera/autoname{ - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/foyer) "sor" = ( /turf/open/floor/corsat{ dir = 1; @@ -57748,26 +47002,16 @@ icon_state = "squares" }, /area/corsat/sigma/hangar/security) -"spN" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/security) -"spP" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access{ - req_access_txt = "100" - }, -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/biodome/virology) "spU" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) +"sqf" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/containment) "sqn" = ( /obj/structure/machinery/colony_floodlight{ dir = 4 @@ -57778,30 +47022,16 @@ /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/dirtgrassborder/south, /area/corsat/theta/biodome) -"sqY" = ( -/turf/open/floor/corsat{ - dir = 5; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/arrivals) "srY" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "purplewhitecorner" }, /area/corsat/theta/biodome/complex) -"ssh" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/virology) "ssw" = ( /obj/structure/bed/sofa/south/white/left, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "stg" = ( /obj/structure/machinery/light{ dir = 1 @@ -57819,6 +47049,14 @@ icon_state = "red" }, /area/corsat/sigma/hangar/security) +"sub" = ( +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/cargo) "suf" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /obj/structure/pipes/standard/simple/hidden/green{ @@ -57826,12 +47064,6 @@ }, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"sum" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "sur" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -57850,12 +47082,17 @@ }, /area/corsat/sigma/dorms) "svB" = ( -/obj/structure/bed/sofa/vert/white/top, +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump{ + dir = 1 + }, /turf/open/floor/corsat{ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "svD" = ( /turf/open/floor/corsat{ dir = 1; @@ -57876,12 +47113,6 @@ icon_state = "whitebluefull" }, /area/corsat/gamma/residential/showers) -"svX" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" - }, -/area/corsat/gamma/hangar/cargo) "swf" = ( /obj/structure/machinery/light{ dir = 8 @@ -57891,6 +47122,16 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/south/robotics) +"swK" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 8; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "brown" + }, +/area/corsat/comms/gamma_cargo) "swY" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/emails{ @@ -57901,17 +47142,16 @@ }, /area/corsat/sigma/south/offices) "sxa" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/obj/structure/pipes/vents/pump{ - dir = 1 +/obj/structure/sink{ + dir = 1; + pixel_y = -10 }, +/obj/structure/machinery/light, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + dir = 10; + icon_state = "whitebluefull" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/lavatory) "sxB" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ name = "Emergency NanoMed"; @@ -57923,12 +47163,13 @@ }, /area/corsat/gamma/medbay/lobby) "sxI" = ( -/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/machinery/light{ + dir = 8 + }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreen" + icon_state = "plate" }, -/area/corsat/gamma/hangar/arrivals) +/area/corsat/gamma/hallwaysouth) "sxJ" = ( /obj/structure/closet/firecloset, /turf/open/floor/corsat{ @@ -57952,21 +47193,32 @@ icon_state = "plating_striped" }, /area/corsat/gamma/sigmaremote) -"syk" = ( -/obj/structure/surface/rack, -/obj/item/storage/bag/trash, -/obj/item/storage/bag/trash, -/obj/item/storage/bag/trash, +"sym" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "22" + }, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/sigma/south/complex/teleporter) "syG" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "yellowcorner" }, /area/corsat/sigma/south/engineering) +"syT" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "red" + }, +/area/corsat/gamma/security) "sAj" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -57974,6 +47226,13 @@ }, /turf/open/floor/wood, /area/corsat/sigma/cafe) +"sAG" = ( +/obj/structure/machinery/fuelcell_recycler/full, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/sigma/north/engineering/core) "sBc" = ( /obj/structure/bed/chair/office/light, /obj/structure/pipes/vents/pump{ @@ -57983,14 +47242,13 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) -"sBH" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/landmark/corpsespawner/scientist, -/turf/open/shuttle/dropship{ - icon_state = "floor8" +/area/corsat/gamma/residential/academy) +"sBl" = ( +/obj/effect/decal/cleanable/blood/xtracks, +/turf/open/floor/corsat{ + icon_state = "retrosquares" }, -/area/corsat/gamma/hangar/monorail/railcart) +/area/corsat/omega/hallways) "sBV" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ @@ -58006,12 +47264,6 @@ icon_state = "tan" }, /area/corsat/gamma/residential/researcher) -"sCl" = ( -/obj/structure/coatrack, -/turf/open/floor/corsat{ - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) "sCv" = ( /obj/structure/window/framed/corsat/security, /obj/structure/machinery/door/poddoor/shutters/almayer/open{ @@ -58021,33 +47273,24 @@ }, /turf/open/floor/plating, /area/corsat/gamma/airlock/south/id) -"sCZ" = ( +"sCH" = ( +/obj/structure/surface/table/reinforced, +/obj/item/phone, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "purplewhite" + }, +/area/corsat/gamma/sigmaremote/residential) +"sDe" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "red" }, -/area/corsat/gamma/security) +/area/corsat/gamma/security/cells) "sDi" = ( /obj/structure/pipes/vents/pump, /turf/open/mars, /area/corsat/sigma/biodome) -"sDx" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hallwaysouth) -"sDV" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreen" - }, -/area/corsat/gamma/residential) "sEb" = ( /obj/effect/decal/warning_stripes{ icon_state = "NW-out" @@ -58056,76 +47299,37 @@ dir = 1 }, /area/corsat/gamma/sigmaremote) -"sEc" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"sFI" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "23" }, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/biodome/complex) -"sEo" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") +/area/corsat/gamma/sigmaremote/teleporter/residential) +"sGB" = ( +/obj/structure/pipes/vents/pump{ + dir = 8 }, /turf/open/floor/corsat{ dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar/checkpoint) -"sFd" = ( -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"sFD" = ( -/obj/structure/closet/l3closet/general, -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/virology) -"sFF" = ( -/obj/effect/landmark/queen_spawn, -/turf/open/ice, -/area/corsat/gamma/biodome) -"sFI" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "whitecorner" + icon_state = "darkgreen" }, -/area/corsat/gamma/hallwaysouth) -"sGB" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/library) +/area/corsat/gamma/foyer) "sGQ" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/dirtgrassborder/west, /area/corsat/theta/biodome) "sGV" = ( -/obj/structure/machinery/door/airlock/almayer/command/colony{ - dir = 1; - name = "Administration"; - req_access_txt = "106" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/administration) -"sHB" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" +/obj/structure/machinery/light{ + dir = 1 }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" + dir = 1; + icon_state = "bluecorner" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/hallwaysouth) "sHR" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -58134,16 +47338,6 @@ icon_state = "sterileplate" }, /area/corsat/gamma/kitchen) -"sHX" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer/emails{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) "sIm" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/cameras{ @@ -58154,12 +47348,6 @@ icon_state = "red" }, /area/corsat/theta/airlock/west) -"sIs" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) "sIw" = ( /turf/open/floor/corsat{ dir = 1; @@ -58174,14 +47362,12 @@ }, /area/corsat/omega/hallways) "sIL" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, +/obj/structure/surface/table, +/obj/item/book, /turf/open/floor/corsat{ - dir = 8; - icon_state = "whitecorner" + icon_state = "whitetan" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/academy) "sIR" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -58225,13 +47411,13 @@ icon_state = "red" }, /area/corsat/sigma/airlock/east/id) -"sKa" = ( -/obj/structure/closet/emcloset, +"sKJ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 9; - icon_state = "purplewhite" + icon_state = "squares" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/security) "sKQ" = ( /obj/structure/machinery/light{ dir = 4 @@ -58251,18 +47437,22 @@ }, /area/corsat/theta/airlock/control) "sLw" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" - }, /turf/open/floor/corsat{ - icon_state = "gamma" + icon_state = "arrow_north" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/cargo) "sLF" = ( /turf/open/floor/corsat{ icon_state = "blue" }, /area/corsat/sigma/southeast/datalab) +"sLH" = ( +/obj/structure/bed/nest, +/obj/effect/landmark/corpsespawner/scientist, +/turf/open/mars_cave{ + icon_state = "mars_cave_2" + }, +/area/corsat/sigma/biodome) "sMb" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -58271,15 +47461,6 @@ icon_state = "mars_cave_2" }, /area/corsat/sigma/biodome) -"sMO" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "purple" - }, -/area/corsat/gamma/biodome/complex) "sMW" = ( /obj/structure/machinery/light{ dir = 1 @@ -58288,17 +47469,7 @@ dir = 1; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) -"sNo" = ( -/obj/structure/machinery/light{ - dir = 4 - }, -/obj/structure/closet/radiation, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/residential/academy) "sNE" = ( /obj/structure/morgue/crematorium{ id = "CORSAT Crema" @@ -58321,7 +47492,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "sNO" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -58339,16 +47510,19 @@ icon_state = "squares" }, /area/corsat/omega/hangar/security) -"sOq" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/structure/platform{ - dir = 1 +"sOl" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat{ + icon_state = "plate" }, +/area/corsat/gamma/residential/north) +"sOq" = ( +/obj/structure/closet/crate/science, +/obj/item/storage/fancy/vials/random, /turf/open/floor/corsat{ - dir = 1; - icon_state = "white" + icon_state = "cargo" }, -/area/corsat/sigma/south) +/area/corsat/gamma/cargo) "sOt" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -58364,13 +47538,6 @@ icon_state = "bluegreycorner" }, /area/corsat/omega/offices) -"sPx" = ( -/obj/structure/surface/table/reinforced, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar/monorail/control) "sPB" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -58388,13 +47555,15 @@ icon_state = "green" }, /area/corsat/gamma/hallwaysouth) -"sQb" = ( -/obj/structure/bed, +"sQy" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "17" + }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "red" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/security/cells) +/area/corsat/sigma/south/complex/teleporter) "sQz" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -58413,7 +47582,7 @@ dir = 9; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "sRe" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/door_control{ @@ -58426,19 +47595,13 @@ icon_state = "plate" }, /area/corsat/sigma/airlock/control) -"sRo" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/residential/east) "sRx" = ( +/obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/corsat{ - dir = 5; - icon_state = "white" + dir = 4; + icon_state = "browncorner" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/cargo) "sRI" = ( /obj/structure/surface/table/reinforced, /obj/item/clipboard, @@ -58457,12 +47620,11 @@ icon_state = "red" }, /area/corsat/sigma/hangar/security) -"sSg" = ( +"sRL" = ( /turf/open/floor/corsat{ - dir = 5; - icon_state = "purplewhite" + icon_state = "officesquares" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/comms/sigma_biodome) "sSZ" = ( /turf/open/floor/corsat{ dir = 4; @@ -58483,6 +47645,7 @@ "sTt" = ( /obj/structure/surface/table/reinforced, /obj/item/device/assembly/igniter, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ dir = 4; icon_state = "purplewhite" @@ -58493,35 +47656,20 @@ /obj/item/folder/blue, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"sTH" = ( -/obj/structure/machinery/chem_master, -/turf/open/floor/corsat{ - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/toxins) -"sTN" = ( +/area/corsat/gamma/residential/north) +"sTL" = ( +/obj/effect/decal/cleanable/blood/xtracks, /turf/open/floor/corsat{ dir = 8; - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/hangar/flightcontrol) -"sTW" = ( -/obj/structure/surface/table/almayer, -/obj/item/clipboard, -/obj/item/paper, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" + icon_state = "redcorner" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/omega/airlocknorth) "sUR" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "sVk" = ( /turf/open/floor/corsat, /area/corsat/sigma/south/engineering) @@ -58563,20 +47711,15 @@ icon_state = "redcorner" }, /area/corsat/theta/airlock/control) -"sWd" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +"sWi" = ( +/obj/structure/computer3frame/server{ + icon_state = "4" }, -/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 10; + icon_state = "purplewhite" }, -/area/corsat/sigma/southeast/generator) -"sWP" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat, -/area/corsat/omega/biodome) +/area/corsat/gamma/sigmaremote/residential) "sXf" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ name = "Maintainence"; @@ -58595,30 +47738,21 @@ "sXl" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/omega/airlocknorth/id) -"sXG" = ( -/obj/structure/surface/table/almayer, -/obj/item/clothing/gloves/latex, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhitecorner" +"sYb" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 }, -/area/corsat/gamma/biodome/complex) -"sYc" = ( -/obj/structure/surface/table/reinforced, -/obj/item/device/flashlight/lamp, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + dir = 6; + icon_state = "whitetan" }, -/area/corsat/gamma/sigmaremote) -"sYh" = ( -/obj/structure/surface/table/almayer, -/obj/item/clipboard, -/obj/item/paper/Toxin, -/obj/item/tool/pen/blue, +/area/corsat/gamma/residential/academy) +"sYc" = ( +/obj/structure/machinery/light, /turf/open/floor/corsat{ - icon_state = "lightplate" + icon_state = "browncorner" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/cargo) "sYk" = ( /obj/structure/stairs, /turf/open/floor/corsat{ @@ -58626,14 +47760,10 @@ icon_state = "white" }, /area/corsat/sigma/south) -"sZc" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) +"sYV" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/almayer/research/containment/floor2, +/area/corsat/inaccessible) "sZg" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, @@ -58653,12 +47783,6 @@ icon_state = "yellow" }, /area/corsat/sigma/south/robotics) -"tav" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/engineering/core) "taF" = ( /obj/structure/surface/table/reinforced, /turf/open/floor/corsat{ @@ -58678,30 +47802,12 @@ icon_state = "redcorner" }, /area/corsat/omega/hangar/office) -"taQ" = ( -/obj/structure/largecrate/random/barrel, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "yellow" - }, -/area/corsat/gamma/residential/maint) -"taT" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/cargo) "taX" = ( /turf/open/floor/corsat{ dir = 10; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"taY" = ( -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/sigma/north/engineering) "tbc" = ( /turf/open/floor/corsat{ dir = 8; @@ -58725,25 +47831,17 @@ }, /area/corsat/sigma/biodome/gunrange) "tbY" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 2; - name = "Auditorium" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/toilet{ + dir = 1 }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" +/obj/structure/machinery/light/small{ + dir = 8 }, -/area/corsat/gamma/residential/west) -"tcF" = ( -/obj/effect/landmark/corpsespawner/doctor, -/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "lightplate" + dir = 10; + icon_state = "whitebluefull" }, -/area/corsat/gamma/medbay/surgery) +/area/corsat/gamma/residential/lavatory) "tdi" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -58752,14 +47850,7 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) -"tdp" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "tdH" = ( /obj/structure/machinery/door/airlock/almayer/research/glass/colony{ name = "Research Complex"; @@ -58772,6 +47863,15 @@ icon_state = "lightplate" }, /area/corsat/theta/biodome/complex) +"tez" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "15" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/gamma/sigmaremote/teleporter/residential) "teZ" = ( /obj/structure/surface/table/almayer, /obj/item/device/flashlight/lamp, @@ -58790,48 +47890,27 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "tfu" = ( /obj/structure/flora/bush/ausbushes/var3/sunnybush, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/corsat/theta/biodome) "tfz" = ( /obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"tfC" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/hallwaysouth) -"tfF" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) "tfP" = ( /obj/structure/surface/table/almayer, /obj/item/reagent_container/food/condiment/saltshaker, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ dir = 5; icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"tfY" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" - }, -/area/corsat/gamma/residential/showers) "tgE" = ( /obj/structure/machinery/camera/autoname{ dir = 1; @@ -58842,17 +47921,22 @@ }, /area/corsat/omega/complex) "tgJ" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "Omega_Academy"; + name = "\improper Privacy Shutters" }, -/obj/structure/machinery/light{ +/obj/structure/window/framed/corsat/research, +/turf/open/floor/plating, +/area/corsat/gamma/residential/academy) +"tgV" = ( +/obj/structure/bed/chair{ dir = 4 }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "white" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/researcher) "thb" = ( /turf/open/floor/corsat{ icon_state = "plate" @@ -58883,15 +47967,7 @@ dir = 8; icon_state = "white" }, -/area/corsat/gamma/residential/east) -"tjQ" = ( -/obj/structure/surface/rack, -/obj/item/storage/firstaid/rad, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/residential/north) "tjT" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -58899,16 +47975,12 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"tkO" = ( -/obj/structure/window/framed/corsat/hull, -/turf/open/floor/plating, -/area/corsat/gamma/hangar) -"tlx" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 +"tlf" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/corsat{ + icon_state = "officesquares" }, -/turf/open/ice, -/area/corsat/gamma/biodome) +/area/corsat/sigma/southeast/dataoffice) "tlD" = ( /turf/open/floor/corsat{ dir = 1; @@ -58939,15 +48011,13 @@ icon_state = "redcorner" }, /area/corsat/omega/hangar/security) -"tml" = ( -/obj/structure/bed/chair/office/light{ - dir = 4 - }, +"tmn" = ( +/obj/structure/bed/nest, +/obj/effect/landmark/corpsespawner/scientist, /turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" + icon_state = "plate" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/omega/biodome) "tmv" = ( /turf/open/floor/corsat{ dir = 1; @@ -58963,13 +48033,16 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) -"toa" = ( +/area/corsat/gamma/atmos) +"tnT" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "7" + }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "red" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/foyer) +/area/corsat/sigma/south/complex/teleporter) "toi" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/corsat{ @@ -58981,26 +48054,19 @@ dir = 4; icon_state = "blue" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) "tov" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "darkgreencorner" }, /area/corsat/sigma/hangar) -"toC" = ( -/obj/structure/bed/nest, -/obj/effect/landmark/corpsespawner/doctor, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/omega/biodome) "toG" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) +/area/corsat/sigma/north/engineering) "toJ" = ( /turf/open/floor/corsat{ dir = 5; @@ -59066,7 +48132,16 @@ req_one_access = null }, /turf/open/floor/corsat, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) +"trc" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "darkgreen" + }, +/area/corsat/gamma/foyer) "trU" = ( /obj/structure/surface/table/almayer, /obj/item/tool/surgery/scalpel, @@ -59097,6 +48172,15 @@ icon_state = "bluecorner" }, /area/corsat/omega/control) +"tsC" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/corsat/sigma/airlock/control) "tta" = ( /turf/open/floor/corsat{ dir = 4; @@ -59105,11 +48189,14 @@ /area/corsat/sigma/airlock/control) "ttB" = ( /obj/structure/surface/table, +/obj/structure/machinery/computer/objective{ + dir = 4 + }, /turf/open/floor/corsat{ dir = 1; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "ttJ" = ( /obj/structure/machinery/power/apc/high{ dir = 1; @@ -59119,7 +48206,7 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "ttK" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -59128,12 +48215,6 @@ icon_state = "retrosquares" }, /area/corsat/sigma/hangar/arrivals) -"tuo" = ( -/obj/effect/landmark/corpsespawner/pmc, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/omega/checkpoint) "tuu" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -59146,7 +48227,7 @@ /obj/structure/surface/rack, /obj/item/folder/red, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "tvc" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -59181,12 +48262,6 @@ icon_state = "greencorner" }, /area/corsat/gamma/medbay/morgue) -"tvW" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "spiralplate" - }, -/area/corsat/sigma/south/offices) "twm" = ( /obj/structure/bed/chair{ dir = 1 @@ -59198,6 +48273,16 @@ icon_state = "squares" }, /area/corsat/omega/security) +"twu" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/atmos) +"twQ" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat, +/area/corsat/sigma/dorms) "twS" = ( /obj/structure/flora/jungle/vines/heavy, /obj/structure/pipes/vents/pump/on, @@ -59245,12 +48330,6 @@ icon_state = "warnplate" }, /area/corsat/omega/hangar) -"tzz" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplecorner" - }, -/area/corsat/gamma/biodome/complex) "tzF" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -59281,12 +48360,6 @@ }, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"tBh" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/hangar/monorail) "tBG" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -59318,15 +48391,7 @@ dir = 5; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"tCn" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security) +/area/corsat/sigma/north/engineering) "tCs" = ( /turf/open/floor/corsat{ dir = 4; @@ -59353,52 +48418,16 @@ icon_state = "whitetancorner" }, /area/corsat/sigma/dorms) -"tDc" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/researcher) -"tDf" = ( -/obj/structure/machinery/disposal, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "darkgreen" - }, -/area/corsat/gamma/residential) -"tDt" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/checkpoint) "tDK" = ( /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/corsat/theta/biodome) -"tDQ" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/open/floor/corsat{ - icon_state = "darkgreen" - }, -/area/corsat/gamma/foyer) -"tEm" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +"tEu" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "marked" + icon_state = "squares" }, -/area/corsat/gamma/airlock/control) +/area/corsat/sigma/hangar) "tEJ" = ( /turf/open/floor/corsat{ icon_state = "gamma" @@ -59418,12 +48447,6 @@ icon_state = "red" }, /area/corsat/omega/security) -"tFv" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/corsat{ - icon_state = "sterileplate" - }, -/area/corsat/gamma/kitchen) "tFG" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -59434,13 +48457,6 @@ /obj/structure/largecrate/random/barrel/green, /turf/open/floor/corsat, /area/corsat/omega/maint) -"tGr" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/sigma/south/complex) "tGG" = ( /obj/structure/bed/chair{ dir = 1 @@ -59454,6 +48470,12 @@ /obj/structure/flora/bush/ausbushes/lavendergrass, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/corsat/theta/biodome) +"tHq" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/comms/gamma_halls) "tHy" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /obj/structure/pipes/vents/pump{ @@ -59461,15 +48483,6 @@ }, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"tHC" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purple" - }, -/area/corsat/gamma/biodome/complex) "tHR" = ( /obj/structure/machinery/light{ dir = 8 @@ -59479,9 +48492,6 @@ icon_state = "purple" }, /area/corsat/sigma/south) -"tIk" = ( -/turf/closed/wall/resin/membrane, -/area/corsat/sigma/biodome) "tIL" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ @@ -59499,17 +48509,11 @@ dir = 8; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "tJf" = ( /obj/structure/flora/bush/ausbushes/var3/ywflowers, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/corsat/theta/biodome) -"tJs" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/southeast/datalab) "tJv" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -59518,10 +48522,6 @@ icon_state = "officesquares" }, /area/corsat/sigma/south/offices) -"tJA" = ( -/obj/structure/closet/crate/trashcart, -/turf/open/floor/corsat, -/area/corsat/gamma/sigmaremote) "tJY" = ( /obj/structure/machinery/vending/hydronutrients, /turf/open/floor/corsat{ @@ -59542,11 +48542,25 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) +"tKT" = ( +/obj/effect/landmark/corpsespawner/engineer, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome) "tLa" = ( /turf/open/floor/corsat{ icon_state = "redcorner" }, /area/corsat/sigma/hangar) +"tLm" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/wood, +/area/corsat/sigma/dorms) "tLr" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -59563,7 +48577,7 @@ /turf/open/floor/corsat{ icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "tLF" = ( /turf/open/floor/corsat{ icon_state = "purplecorner" @@ -59622,7 +48636,7 @@ dir = 9; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "tNT" = ( /obj/structure/surface/table, /obj/structure/machinery/computer/emails{ @@ -59632,13 +48646,7 @@ dir = 1; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) -"tOa" = ( -/obj/structure/bed, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/residential/academy) "tOo" = ( /turf/open/floor/corsat{ dir = 10; @@ -59655,30 +48663,26 @@ icon_state = "plating" }, /area/corsat/gamma/sigmaremote) -"tOT" = ( +"tOQ" = ( /obj/structure/machinery/light{ dir = 8 }, -/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/window/reinforced, +/obj/structure/surface/table/reinforced, /turf/open/floor/corsat{ - dir = 8; - icon_state = "white" - }, -/area/corsat/gamma/residential/east) -"tPk" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor{ - name = "Administration"; - req_access_txt = "106" + icon_state = "retrosquareslight" }, -/obj/structure/machinery/door/poddoor/shutters/almayer/open{ - id = "GammaAdmin"; - name = "Security Shutters" +/area/corsat/gamma/security) +"tOT" = ( +/obj/structure/machinery/light{ + dir = 8 }, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "officesquares" + dir = 8; + icon_state = "white" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/residential/north) "tPT" = ( /obj/structure/surface/table/almayer, /turf/open/floor/corsat{ @@ -59689,24 +48693,10 @@ "tPV" = ( /turf/closed/wall/biodome, /area/corsat/sigma/hangar/security) -"tQd" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) "tQk" = ( /obj/structure/flora/bush/ausbushes/palebush, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/corsat/theta/biodome) -"tQs" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "bluegrey" - }, -/area/corsat/sigma/south/offices) "tRA" = ( /obj/structure/barricade/handrail{ dir = 8 @@ -59717,25 +48707,20 @@ }, /area/corsat/sigma/south) "tRC" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + name = "Maintainence"; + req_one_access = null }, /turf/open/floor/corsat{ - icon_state = "whitecorner" + icon_state = "plate" }, -/area/corsat/gamma/residential/east) +/area/corsat/emergency_access) "tRM" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "whitecorner" }, /area/corsat/sigma/south) -"tSo" = ( -/obj/structure/machinery/light, -/turf/open/floor/corsat{ - icon_state = "yellow" - }, -/area/corsat/gamma/residential) "tSu" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/cameras{ @@ -59780,27 +48765,11 @@ dir = 4; icon_state = "darkgreen" }, -/area/corsat/gamma/residential) -"tTv" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "white" - }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/foyer) "tTE" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "whitetancorner" - }, -/area/corsat/gamma/residential/west) +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/omega/checkpoint) "tUa" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/corsat{ @@ -59816,39 +48785,27 @@ dir = 8; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "tUO" = ( /turf/open/floor/corsat{ icon_state = "bluecorner" }, /area/corsat/gamma/hallwaysouth) -"tUR" = ( -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/north) -"tVr" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) "tVu" = ( /turf/open/floor/corsat{ dir = 6; icon_state = "red" }, /area/corsat/omega/hangar) -"tVx" = ( -/obj/structure/surface/table/almayer, -/obj/item/device/camera, +"tVE" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 10; - icon_state = "purplewhite" + icon_state = "retrosquares" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/sigma/north) "tVW" = ( /obj/structure/machinery/light{ dir = 4 @@ -59871,19 +48828,6 @@ icon_state = "squareswood" }, /area/corsat/omega/offices) -"tWw" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/canteen) -"tWy" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/ice, -/area/corsat/gamma/biodome) "tWM" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/corsat{ @@ -59925,12 +48869,6 @@ icon_state = "spiralplate" }, /area/corsat/sigma/hangar/office) -"tXq" = ( -/obj/structure/cargo_container/trijent/left, -/turf/open/floor/corsat{ - icon_state = "cargo" - }, -/area/corsat/gamma/cargo) "tXB" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -59945,10 +48883,21 @@ icon_state = "whitetancorner" }, /area/corsat/gamma/canteen) +"tYy" = ( +/obj/structure/surface/rack, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/southeast/generator) "tYF" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/wood, -/area/corsat/gamma/administration) +/obj/effect/landmark/teleporter_loc/corsat_sigma_remote{ + index = "12" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/gamma/sigmaremote/teleporter) "tYX" = ( /turf/open/shuttle/dropship{ icon_state = "rasputin10" @@ -59968,21 +48917,10 @@ name = "Atmospherics"; req_one_access_txt = "102" }, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/atmos) -"tZN" = ( -/obj/structure/bed/chair/comfy, -/obj/structure/machinery/camera/autoname{ - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/monorail) +/area/corsat/gamma/atmos) "tZT" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/emails{ @@ -60009,39 +48947,6 @@ icon_state = "mars_cave_2" }, /area/corsat/sigma/biodome/scrapyard) -"ubv" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/biodome/complex) -"ubJ" = ( -/obj/structure/bed/chair, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "white" - }, -/area/corsat/gamma/residential/east) -"ubW" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/corsat/sigma/biodome) -"ucj" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/flora/pottedplant, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "uco" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -60051,22 +48956,6 @@ icon_state = "bluegrey" }, /area/corsat/sigma/south/offices) -"ucu" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/emails{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/biodome/toxins) -"ucx" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/freezer) "ucW" = ( /obj/structure/surface/table/reinforced, /obj/item/explosive/grenade/flashbang/cluster, @@ -60075,20 +48964,20 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) -"uez" = ( -/turf/open/floor/corsat{ - icon_state = "bluecorner" - }, -/area/corsat/gamma/hangar/arrivals) +"uev" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/residential/generator) "ueK" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 +/obj/structure/surface/table, +/obj/structure/machinery/computer/emails{ + dir = 4 }, /turf/open/floor/corsat{ - dir = 1; + dir = 8; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "ufN" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 2; @@ -60099,7 +48988,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering/core) +/area/corsat/sigma/north/engineering/core) "ufT" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -60121,12 +49010,13 @@ }, /area/prison/hangar_storage/research/shuttle) "ugC" = ( -/obj/structure/closet/crate/science, +/obj/structure/bed/chair{ + dir = 8 + }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" + icon_state = "squares" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/cargo) "ugK" = ( /obj/structure/surface/table/reinforced, /obj/item/clipboard, @@ -60134,22 +49024,29 @@ icon_state = "retrosquareslight" }, /area/corsat/gamma/sigmaremote) -"ugM" = ( -/obj/structure/machinery/camera/autoname{ - dir = 4; - network = list("gamma") - }, +"ugO" = ( /turf/open/floor/corsat{ - dir = 8; - icon_state = "brown" + icon_state = "squares" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/security/armory) "uhx" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/omega/cargo) +"uhy" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/residential/academy) +"uia" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "13" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/gamma/sigmaremote/teleporter/residential) "uip" = ( /obj/structure/surface/table/woodentable/fancy, /turf/open/floor{ @@ -60157,17 +49054,22 @@ icon_state = "carpet15-15" }, /area/corsat/omega/offices) -"uiW" = ( -/obj/structure/closet/wardrobe/science_white, -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") +"uiK" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 }, +/obj/structure/pipes/vents/pump, /turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/residential/academy) +"uiW" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "tcomms" + }, +/area/corsat/gamma/sigmaremote/residential) "uji" = ( /obj/structure/surface/table/almayer, /obj/item/paper_bin, @@ -60177,13 +49079,6 @@ icon_state = "red" }, /area/corsat/sigma/hangar/security) -"ujX" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "yellowcorner" - }, -/area/corsat/sigma/south/robotics) "ukb" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/grass/grass1/weedable, @@ -60194,13 +49089,6 @@ dir = 4 }, /area/corsat/inaccessible) -"ukz" = ( -/obj/structure/surface/table/reinforced, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/sigma/hangar/monorail/control) "ukQ" = ( /obj/structure/surface/rack, /obj/item/tool/weldpack, @@ -60211,10 +49099,6 @@ icon_state = "yellow" }, /area/corsat/sigma/south/engineering) -"ukV" = ( -/obj/structure/window_frame/corsat, -/turf/open/floor/plating, -/area/corsat/gamma/biodome/toxins) "ukY" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -60229,7 +49113,7 @@ dir = 1; icon_state = "whitetancorner" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "uli" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/dirtgrassborder/north, @@ -60306,26 +49190,32 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay/morgue) +"uoq" = ( +/obj/structure/surface/table, +/obj/structure/machinery/computer/objective{ + dir = 4 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/academy) "uov" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/floor/wood, /area/corsat/sigma/cafe) -"uoQ" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/landmark/corpsespawner/scientist, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hallwaysouth) "upe" = ( -/obj/structure/machinery/computer/cameras{ - network = list("sigma"); - pixel_y = 22 +/obj/structure/machinery/door/airlock/almayer/marine/requisitions/colony{ + dir = 1; + name = "Cargo Bay" }, -/turf/open/floor/wood, -/area/corsat/gamma/administration) +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) "upg" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -60337,13 +49227,6 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirtgrassborder/north, /area/corsat/theta/biodome) -"upA" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/landmark/static_comms/net_one, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/engineering/core) "upN" = ( /obj/structure/machinery/power/apc/hyper{ dir = 1; @@ -60355,11 +49238,11 @@ }, /area/corsat/sigma/south/complex) "uqb" = ( -/obj/structure/cargo_container/trijent/right, +/obj/structure/machinery/light, /turf/open/floor/corsat{ - icon_state = "cargo" + icon_state = "white" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/arrivals) "uqx" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -60374,34 +49257,22 @@ icon_state = "plate" }, /area/corsat/omega/complex) -"urN" = ( -/obj/structure/pipes/vents/pump/siphon/on{ - dir = 4; - id_tag = "oxy_corsat_out" +"urK" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/objective{ + dir = 4 }, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/biodome/toxins) -"urX" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security/cells) -"usz" = ( -/obj/effect/landmark/corpsespawner/pmc, -/obj/effect/decal/cleanable/blood/xtracks, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/omega/airlocknorth) -"usD" = ( -/obj/effect/decal/cleanable/blood/splatter, +/area/corsat/sigma/airlock/control) +"urT" = ( +/obj/structure/surface/table/reinforced, +/obj/item/clothing/gloves/latex, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "retrosquareslight" }, -/area/corsat/sigma/checkpoint) +/area/corsat/gamma/security) "usK" = ( /obj/structure/flora/jungle/alienplant1, /turf/open/gm/dirtgrassborder/south, @@ -60416,13 +49287,6 @@ }, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"usW" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/checkpoint) "utp" = ( /obj/item/tool/extinguisher, /turf/open/floor/corsat{ @@ -60452,7 +49316,7 @@ dir = 8; icon_state = "redcorner" }, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/hallways) "uuu" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -60485,12 +49349,23 @@ icon_state = "green" }, /area/corsat/gamma/medbay/morgue) -"uvd" = ( +"uuX" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "redcorner" + dir = 4; + icon_state = "darkgreen" }, -/area/corsat/gamma/security) +/area/corsat/gamma/foyer) +"uvs" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/checkpoint) "uvy" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ name = "Airlock Control"; @@ -60502,53 +49377,34 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/airlock/south) -"uwo" = ( -/obj/structure/surface/table/reinforced, -/obj/item/clipboard, -/obj/item/paper, +/area/corsat/omega/hallways) +"uvQ" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/obj/effect/landmark/queen_spawn, /turf/open/floor/corsat{ - icon_state = "bluegrey" + icon_state = "retrosquareslight" }, -/area/corsat/gamma/airlock/north) -"uww" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/corsat{ - icon_state = "squares" +/area/corsat/theta/biodome/complex) +"uwo" = ( +/obj/vehicle/powerloader{ + dir = 4 }, -/area/corsat/sigma/cargo) -"uwy" = ( /turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreencorner" + icon_state = "cargo" }, -/area/corsat/gamma/foyer) +/area/corsat/gamma/cargo) +"uwy" = ( +/obj/structure/window/framed/corsat/cell/security, +/turf/open/floor/plating, +/area/corsat/gamma/security/cells) "uwC" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/mars_cave{ icon_state = "mars_cave_15" }, /area/corsat/sigma/biodome) -"uwP" = ( -/obj/structure/machinery/door/airlock/almayer/generic{ - name = "\improper Arcade" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/arcade) -"uxj" = ( -/obj/structure/machinery/door/window/eastright, -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/omega/complex) "uya" = ( /turf/open/floor/corsat{ icon_state = "whitetan" @@ -60565,35 +49421,35 @@ icon_state = "bluegrey" }, /area/corsat/sigma/southeast/dataoffice) -"uyg" = ( -/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ - dir = 2; - name = "Gamma Dome Control"; - req_access_txt = "101" - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" +"uyE" = ( +/obj/structure/platform{ + density = 0; + dir = 4; + icon_state = "platform_deco" }, -/area/corsat/gamma/airlock/control) -"uyw" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/engineering) +/area/corsat/gamma/residential/academy) "uyT" = ( -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 4; + icon_state = "bluegreycorner" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hangar/flightcontrol) "uzl" = ( -/turf/open/floor/corsat{ +/obj/structure/machinery/power/apc/hyper{ dir = 1; - icon_state = "red" + pixel_y = 24; + start_charge = 0 }, -/area/corsat/sigma/hangar/monorail) +/turf/open/floor/corsat{ + dir = 4; + icon_state = "darkgreencorner" + }, +/area/corsat/sigma/hangar/arrivals) "uzS" = ( /obj/structure/platform{ dir = 1; @@ -60628,19 +49484,6 @@ icon_state = "plate" }, /area/corsat/omega/hangar/security) -"uAl" = ( -/turf/open/floor/corsat{ - dir = 10; - icon_state = "yellow" - }, -/area/corsat/gamma/airlock/control) -"uAN" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) "uAW" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/door_control{ @@ -60658,26 +49501,22 @@ /turf/open/floor/plating, /area/corsat/omega/hallways) "uBk" = ( +/obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ icon_state = "retrosquares" }, -/area/corsat/gamma/residential/showers) +/area/corsat/gamma/residential/north) "uBH" = ( /obj/structure/flora/jungle/vines/light_1, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/corsat/theta/biodome) -"uCn" = ( -/obj/structure/fence, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/auto_turf/snow/layer2, -/area/corsat/gamma/biodome) "uCU" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "whitetancorner" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "uDh" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -60700,6 +49539,17 @@ icon_state = "squares" }, /area/corsat/omega/maint) +"uEc" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/security/armory) +"uEl" = ( +/obj/structure/surface/table, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/academy) "uEC" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_10" @@ -60736,14 +49586,15 @@ }, /area/corsat/omega/hallways) "uFJ" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 +/obj/structure/bed/chair/office/light{ + dir = 8 }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - dir = 6; - icon_state = "whitetan" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "uFM" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -60752,20 +49603,24 @@ icon_state = "plate" }, /area/corsat/sigma/hangar) +"uFX" = ( +/obj/structure/surface/rack, +/obj/item/tool/soap/deluxe, +/obj/item/tool/soap/deluxe, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) "uGv" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "purplewhitecorner" }, /area/corsat/theta/biodome/hydrowest) -"uGC" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "uGI" = ( /obj/structure/surface/table/reinforced, +/obj/effect/landmark/objective_landmark/far, /turf/open/floor/corsat{ dir = 10; icon_state = "purplewhite" @@ -60785,14 +49640,6 @@ icon_state = "plate" }, /area/corsat/omega/hallways) -"uHh" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" - }, -/turf/open/floor/corsat{ - icon_state = "purplecorner" - }, -/area/corsat/gamma/biodome/complex) "uHm" = ( /turf/closed/shuttle/ert{ icon_state = "wy14" @@ -60805,16 +49652,14 @@ /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/corsat/theta/biodome) -"uIJ" = ( -/obj/structure/fence, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) -"uIM" = ( -/obj/structure/pipes/standard/simple/hidden/green, +"uIS" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "arrow_east" }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/gamma/cargo) "uIX" = ( /obj/structure/barricade/handrail{ dir = 8 @@ -60831,6 +49676,13 @@ icon_state = "floor1" }, /area/corsat/theta/biodome/complex) +"uJe" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/sigma/south/complex) "uJq" = ( /turf/open/floor/corsat{ icon_state = "yellowcorner" @@ -60855,12 +49707,18 @@ }, /area/corsat/sigma/south) "uJV" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/closet/crate, +/obj/item/stack/sheet/glass{ + amount = 30 + }, +/obj/item/stack/sheet/glass{ + amount = 30 + }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" + dir = 5; + icon_state = "yellow" }, -/area/corsat/gamma/rnr/bar) +/area/corsat/gamma/residential/maint) "uKg" = ( /obj/structure/flora/pottedplant, /turf/open/floor/corsat{ @@ -60877,21 +49735,26 @@ }, /area/corsat/gamma/medbay/surgery) "uKE" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/obj/structure/surface/table/almayer, -/obj/item/storage/box/beakers, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" + icon_state = "squares" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/sigma/airlock/control) "uKV" = ( /turf/open/floor/corsat{ - icon_state = "redcorner" + icon_state = "yellow" + }, +/area/corsat/gamma/hangar) +"uLv" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/alien/weeds/node, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/omega/complex) "uLN" = ( /obj/structure/machinery/camera/autoname{ dir = 8; @@ -60902,13 +49765,6 @@ icon_state = "red" }, /area/corsat/sigma/dorms) -"uLV" = ( -/obj/effect/landmark/xeno_hive_spawn, -/obj/effect/landmark/ert_spawns/groundside_xeno, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/cargo) "uMf" = ( /turf/open/floor/corsat{ icon_state = "red" @@ -60938,14 +49794,6 @@ icon_state = "red" }, /area/corsat/omega/security) -"uMD" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/residential/east) "uMV" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -60960,11 +49808,18 @@ }, /area/corsat/theta/airlock/control) "uOe" = ( -/obj/structure/pipes/vents/pump/on, +/obj/structure/machinery/power/reactor/colony{ + desc = "A high-tech thermoelectric generator fueled by a superheated uranium rod."; + name = "\improper G-17 Thermoelectric Generator" + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "plate" }, -/area/corsat/theta/airlock/control) +/area/corsat/gamma/residential/generator) "uOi" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -60979,14 +49834,7 @@ dir = 6; icon_state = "yellow" }, -/area/corsat/gamma/engineering/atmos) -"uPy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/atmos) "uPK" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -60996,28 +49844,6 @@ icon_state = "asteroidfloor" }, /area/corsat/sigma/biodome/gunrange) -"uPR" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/obj/structure/machinery/camera/autoname{ - dir = 4; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "white" - }, -/area/corsat/gamma/residential/east) -"uQt" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/obj/effect/landmark/survivor_spawner, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/sigmaremote) "uQz" = ( /obj/structure/machinery/light{ dir = 4 @@ -61026,27 +49852,13 @@ dir = 4; icon_state = "yellow" }, -/area/corsat/gamma/hallwaysouth) -"uQT" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" - }, -/area/corsat/gamma/residential) +/area/corsat/gamma/foyer) "uRd" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "brown" }, /area/corsat/omega/hallways) -"uRp" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "gamma" - }, -/area/corsat/gamma/residential/east) "uRs" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -61079,13 +49891,14 @@ icon_state = "plate" }, /area/corsat/gamma/hydroponics) -"uRQ" = ( -/obj/structure/surface/table/reinforced, -/obj/item/clipboard, +"uRR" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ - icon_state = "purplewhite" + icon_state = "redcorner" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/security) "uRU" = ( /obj/structure/janitorialcart, /obj/item/tool/mop, @@ -61105,12 +49918,6 @@ icon_state = "retrosquareslight" }, /area/corsat/sigma/south/complex) -"uSi" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/monorail) "uSk" = ( /obj/structure/window/framed/corsat/security, /obj/structure/machinery/door/poddoor/shutters/almayer/open{ @@ -61121,11 +49928,16 @@ /turf/open/floor/plating, /area/corsat/sigma/hangar/security) "uSy" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/machinery/power/apc/hyper{ + dir = 8; + pixel_x = -24; + start_charge = 0 + }, /turf/open/floor/corsat{ - icon_state = "arrow_north" + dir = 8; + icon_state = "bluegrey" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "uSz" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" @@ -61134,32 +49946,31 @@ dir = 8; icon_state = "darkgreen" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/foyer) "uSM" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "bluecorner" }, /area/corsat/sigma/south) -"uST" = ( -/obj/structure/surface/table/woodentable, -/obj/structure/machinery/computer/emails{ - dir = 8 - }, -/obj/effect/landmark/lv624/xeno_tunnel, -/turf/open/floor/wood, -/area/corsat/gamma/residential/researcher) "uTf" = ( /obj/effect/landmark/monkey_spawn, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/corsat/theta/biodome) "uTg" = ( -/obj/structure/safe, -/obj/item/device/locator, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "GammaHangarH"; + name = "Hangar Lockdown"; + use_power = 0 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ - icon_state = "lightplate" + icon_state = "marked" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/hangar) "uTq" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -61168,14 +49979,13 @@ icon_state = "squares" }, /area/corsat/gamma/freezer) -"uTU" = ( -/obj/structure/closet/crate/trashcart, -/obj/structure/machinery/light/small{ - dir = 1; - pixel_y = 20 +"uTC" = ( +/obj/structure/machinery/lapvend, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitetan" }, -/turf/open/floor/corsat, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/residential/academy) "uUk" = ( /obj/structure/cryofeed{ color = "silver"; @@ -61197,15 +50007,6 @@ icon_state = "squares" }, /area/corsat/omega/hangar/security) -"uVe" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hallwaysouth) "uVo" = ( /obj/structure/machinery/light{ dir = 8 @@ -61215,12 +50016,17 @@ icon_state = "yellow" }, /area/corsat/sigma/south) -"uVD" = ( -/obj/structure/closet/emcloset, +"uVA" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 1; + icon_state = "bluegrey" }, -/area/corsat/gamma/airlock/control) +/area/corsat/comms/flight_control) "uVH" = ( /obj/structure/surface/table, /turf/open/floor/corsat{ @@ -61228,15 +50034,43 @@ icon_state = "red" }, /area/corsat/sigma/hangar/checkpoint) +"uWk" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/hangar/security) +"uWE" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/platform{ + density = 0; + dir = 8; + icon_state = "platform_deco" + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "whitecorner" + }, +/area/corsat/sigma/south) "uWJ" = ( -/obj/structure/window/framed/corsat, -/turf/open/floor/plating, -/area/corsat/gamma/rnr/arcade) +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/security/cells) "uXa" = ( /turf/open/floor/corsat{ icon_state = "red" }, /area/corsat/theta/airlock/control) +"uXh" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/gamma/sigmaremote/residential) "uXk" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /obj/structure/pipes/standard/manifold/hidden/green{ @@ -61250,25 +50084,6 @@ icon_state = "retrosquares" }, /area/corsat/sigma/dorms) -"uXL" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "white" - }, -/area/corsat/gamma/residential/east) -"uXU" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/ice, -/area/corsat/gamma/biodome) "uYb" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -61291,6 +50106,13 @@ icon_state = "whitetancorner" }, /area/corsat/gamma/canteen) +"uYN" = ( +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/cargo) "uYR" = ( /obj/structure/machinery/vending/security, /turf/open/floor/corsat{ @@ -61298,14 +50120,6 @@ icon_state = "red" }, /area/corsat/omega/security) -"uZh" = ( -/obj/structure/surface/table/almayer, -/obj/item/paper, -/obj/item/tool/pen/blue, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) "uZA" = ( /obj/structure/pipes/vents/pump{ dir = 1 @@ -61314,19 +50128,6 @@ icon_state = "squares" }, /area/corsat/omega/checkpoint) -"uZL" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/freezer) -"uZM" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/corsat{ - dir = 5; - icon_state = "red" - }, -/area/corsat/gamma/airlock/control) "vad" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -61366,26 +50167,28 @@ /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/dirt, /area/corsat/theta/biodome) -"vaK" = ( -/obj/structure/surface/rack, -/obj/item/storage/box/pillbottles, +"vaO" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "purplewhite" + icon_state = "squares" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/sigma/hangar/security) "vaY" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) -"vbv" = ( -/obj/structure/surface/rack, -/obj/item/storage/box/gloves, +/area/corsat/gamma/residential/academy) +"vbj" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, /turf/open/floor/corsat{ - icon_state = "purplewhite" + dir = 1; + icon_state = "yellowcorner" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/theta/airlock/control) "vbB" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ @@ -61395,12 +50198,19 @@ /area/corsat/gamma/residential/researcher) "vbW" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 5 }, /turf/open/floor/corsat{ - icon_state = "retrosquares" + dir = 8; + icon_state = "darkgreencorner" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/foyer) +"vcr" = ( +/turf/open/floor/corsat{ + dir = 8; + icon_state = "whitecorner" + }, +/area/corsat/gamma/hangar/arrivals) "vcs" = ( /turf/open/floor/corsat{ dir = 5; @@ -61430,7 +50240,10 @@ "vda" = ( /obj/structure/window/framed/corsat, /turf/open/floor/plating, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) +"vdh" = ( +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/security/cells) "vdt" = ( /obj/structure/machinery/light, /obj/structure/filingcabinet/filingcabinet, @@ -61453,15 +50266,7 @@ /turf/open/floor/corsat{ icon_state = "darkgreencorner" }, -/area/corsat/gamma/rnr) -"vff" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/administration) +/area/corsat/gamma/hallwaymain) "vfK" = ( /obj/structure/surface/rack, /obj/item/storage/firstaid/rad, @@ -61470,12 +50275,6 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) -"vfR" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/ice, -/area/corsat/gamma/biodome) "vgl" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 10 @@ -61485,28 +50284,27 @@ }, /area/corsat/theta/biodome/complex) "vgn" = ( -/obj/structure/bed/chair{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 9; - icon_state = "whitetan" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "vgV" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "darkgreencorner" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "vhg" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "spiralplate" }, -/area/corsat/gamma/hangar/cargo) +/area/corsat/gamma/hangar/flightcontrol) "vht" = ( /obj/structure/surface/table/reinforced, /obj/item/folder/black_random, @@ -61522,13 +50320,14 @@ }, /area/corsat/gamma/residential/researcher) "vhN" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer3/laptop/secure_data, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, /turf/open/floor/corsat{ - dir = 6; - icon_state = "whitetan" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "vhS" = ( /obj/structure/machinery/power/apc/high{ dir = 1; @@ -61566,17 +50365,39 @@ }, /area/corsat/omega/offices) "vim" = ( -/obj/structure/machinery/light/small{ - dir = 4 +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal{ + amount = 25; + pixel_x = 2; + pixel_y = 2 }, -/turf/open/floor/corsat, -/area/corsat/omega/maint) +/obj/item/stack/rods{ + amount = 25 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/gamma/residential/maint) "viq" = ( -/obj/structure/bed/sofa/south/grey/left, +/obj/structure/surface/table, +/obj/structure/machinery/computer3/laptop/secure_data, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 6; + icon_state = "whitetan" }, -/area/corsat/gamma/hangar/arrivals) +/area/corsat/gamma/residential/academy) +"viG" = ( +/obj/structure/closet/secure_closet/security_empty, +/obj/item/storage/belt/security/MP/full, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/storage/pouch/general/medium, +/obj/item/storage/pouch/pistol, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/sigma/south/security) "viL" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -61584,12 +50405,6 @@ icon_state = "red" }, /area/corsat/omega/control) -"vjb" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/hangar/office) "vjd" = ( /obj/structure/bed/chair{ dir = 8 @@ -61622,12 +50437,6 @@ icon_state = "bluegreycorner" }, /area/corsat/sigma/southeast/datalab) -"vka" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar/monorail/control) "vkq" = ( /obj/structure/computer3frame/server{ icon_state = "4" @@ -61653,12 +50462,6 @@ icon_state = "squares" }, /area/corsat/omega/control) -"vkO" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "vkW" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -61667,13 +50470,6 @@ icon_state = "squares" }, /area/corsat/sigma/hangar) -"vlv" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/hangar/security) "vme" = ( /obj/structure/bed/chair/office/light, /turf/open/floor/corsat{ @@ -61686,11 +50482,6 @@ icon_state = "red" }, /area/corsat/omega/checkpoint) -"vmm" = ( -/turf/open/floor/corsat{ - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/complex) "vmJ" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ @@ -61704,14 +50495,6 @@ }, /turf/open/gm/coast/beachcorner/south_west, /area/corsat/theta/biodome) -"vnF" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/complex) "vnH" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" @@ -61720,12 +50503,6 @@ icon_state = "squares" }, /area/corsat/gamma/hallwaysouth) -"voj" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/rnr) "voo" = ( /obj/structure/machinery/light, /turf/open/floor/corsat{ @@ -61737,20 +50514,19 @@ dir = 6; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"voM" = ( -/obj/structure/surface/table/almayer, -/obj/item/folder/black_random, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) +/area/corsat/sigma/north/engineering) "vpl" = ( /turf/open/floor/corsat{ dir = 5; icon_state = "red" }, /area/corsat/omega/hangar) +"vpC" = ( +/obj/effect/decal/cleanable/blood/xtracks, +/turf/open/floor/corsat{ + icon_state = "retrosquareslight" + }, +/area/corsat/omega/containment) "vpT" = ( /obj/structure/closet/crate/science, /obj/item/storage/fancy/vials/random, @@ -61759,23 +50535,23 @@ }, /area/corsat/sigma/cargo) "vqA" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "9" + }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "whitecorner" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/sigmaremote/teleporter/residential) "vqF" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ - damage_cap = 4000; - name = "\improper Emergency Access"; - req_access_txt = "100"; + name = "Maintainence"; req_one_access = null }, -/obj/structure/blocker/forcefield/multitile_vehicles, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/emergency_access) +/area/corsat/omega/checkpoint) "vqP" = ( /obj/structure/surface/table/almayer, /obj/effect/spawner/random/tool, @@ -61783,13 +50559,7 @@ dir = 6; icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"vrx" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) +/area/corsat/sigma/north/engineering) "vrA" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/emails{ @@ -61800,23 +50570,6 @@ icon_state = "purplewhite" }, /area/corsat/gamma/sigmaremote) -"vrC" = ( -/turf/open/floor/corsat{ - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/biodome/toxins) -"vsg" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/sigma/hangar/arrivals) -"vsn" = ( -/obj/effect/landmark/static_comms/net_two, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/cargo) "vsu" = ( /obj/structure/bed/chair{ dir = 1 @@ -61827,80 +50580,71 @@ }, /area/corsat/sigma/south/complex) "vsN" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "brown" +/obj/structure/window/framed/corsat, +/obj/structure/machinery/door/poddoor/almayer/open{ + dir = 4; + id = "GammaHangarH"; + name = "Hangar Lockdown"; + use_power = 0 }, -/area/corsat/gamma/hallwaysouth) +/turf/open/floor/plating, +/area/corsat/gamma/hangar) "vsP" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer/emails{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) -"vth" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/reagentgrinder, -/obj/item/stack/sheet/mineral/phoron/small_stack, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" +/obj/structure/machinery/light{ + dir = 8 }, -/area/corsat/gamma/biodome/toxins) -"vtk" = ( /turf/open/floor/corsat{ dir = 8; - icon_state = "purplewhitecorner" + icon_state = "yellow" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/residential/maint) "vtq" = ( /turf/open/floor/corsat{ icon_state = "plate" }, /area/corsat/sigma/southeast) -"vuq" = ( -/obj/structure/reagent_dispensers/water_cooler/stacks, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) -"vur" = ( +"vtv" = ( +/obj/structure/surface/table/reinforced, +/obj/item/clipboard, /turf/open/floor/corsat{ - dir = 8; - icon_state = "redcorner" + icon_state = "retrosquareslight" }, -/area/corsat/gamma/hangar/arrivals) -"vuu" = ( +/area/corsat/gamma/sigmaremote/residential) +"vtx" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/gamma/administration) -"vwu" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" + dir = 1; + icon_state = "tan" }, -/obj/structure/window/reinforced, +/area/corsat/sigma/dorms) +"vtS" = ( +/obj/structure/surface/rack, +/obj/item/tool/crowbar, +/obj/item/tool/wirecutters, +/obj/item/tool/screwdriver, /turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/foyer) -"vxb" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Baths" + dir = 4; + icon_state = "yellow" }, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" +/area/corsat/gamma/residential/maint) +"vuq" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks, +/turf/open/floor/wood, +/area/corsat/gamma/residential/north) +"vvB" = ( +/turf/closed/wall/resin/membrane, +/area/corsat/sigma/biodome) +"vwu" = ( +/obj/structure/machinery/door/poddoor/almayer{ + dir = 4; + id = "GammaCargo"; + name = "Gamma Cargo Bay"; + use_power = 0 }, -/area/corsat/gamma/residential/showers) -"vxj" = ( -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "marked" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/cargo) "vxk" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" @@ -61909,7 +50653,7 @@ dir = 8; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "vxv" = ( /obj/structure/pipes/standard/cap/hidden{ dir = 1 @@ -61943,15 +50687,6 @@ icon_state = "redcorner" }, /area/corsat/theta/airlock/control) -"vyR" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/foyer) "vyY" = ( /obj/structure/machinery/light{ dir = 4 @@ -61984,12 +50719,13 @@ icon_state = "bluegrey" }, /area/corsat/sigma/southeast/dataoffice) -"vzv" = ( -/obj/effect/landmark/hunter_primary, +"vzu" = ( +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 1; + icon_state = "tan" }, -/area/corsat/sigma/south/robotics) +/area/corsat/gamma/residential/researcher) "vzA" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/door/poddoor/almayer/open{ @@ -62006,23 +50742,38 @@ /turf/open/gm/dirtgrassborder/north, /area/corsat/theta/biodome) "vzV" = ( -/obj/structure/machinery/disposal, +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ + dir = 1; + name = "Computer Room"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "lightplate" + dir = 1; + icon_state = "tan" }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/residential/academy) "vAm" = ( -/obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ - icon_state = "retrosquares" + icon_state = "arrow_west" + }, +/area/corsat/gamma/hangar) +"vAq" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/corsat{ + dir = 9; + icon_state = "whitetan" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/hallwaymain) "vAP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 +/obj/structure/bed/nest, +/obj/effect/landmark/corpsespawner/pmc, +/turf/open/floor/corsat{ + icon_state = "plate" }, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) +/area/corsat/omega/biodome) "vAX" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -62031,12 +50782,6 @@ icon_state = "squares" }, /area/corsat/sigma/south/security) -"vBb" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/omega/containment) "vBS" = ( /turf/open/floor/corsat{ icon_state = "darkgreen" @@ -62062,9 +50807,6 @@ icon_state = "plate" }, /area/corsat/theta/biodome/hydroeast) -"vCx" = ( -/turf/closed/wall/resin/membrane, -/area/corsat/omega/biodome) "vCR" = ( /turf/open/floor/corsat{ dir = 1; @@ -62080,27 +50822,12 @@ icon_state = "asteroidwarning" }, /area/corsat/sigma/biodome) -"vDg" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/residential/east) "vDt" = ( /obj/structure/pipes/vents/pump/on, /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/gamma/hydroponics) -"vDu" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) "vDF" = ( /obj/structure/flora/pottedplant, /turf/open/floor/corsat{ @@ -62113,6 +50840,15 @@ icon_state = "marked" }, /area/corsat/sigma/airlock/south) +"vEI" = ( +/obj/effect/landmark/teleporter_loc/corsat_auxiliary{ + index = "6" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/gamma/sigmaremote/teleporter/residential) "vEK" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /obj/structure/pipes/standard/simple/hidden/green, @@ -62152,69 +50888,32 @@ icon_state = "purplewhite" }, /area/corsat/gamma/sigmaremote) -"vFo" = ( -/obj/effect/landmark/monkey_spawn, +"vFE" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/landmark/corpsespawner/wysec, /turf/open/floor/corsat{ - icon_state = "purplewhitecorner" + dir = 1; + icon_state = "red" + }, +/area/corsat/sigma/hangar/security) +"vFH" = ( +/turf/open/floor/corsat{ + dir = 10; + icon_state = "white" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/gamma/hallwaymain) "vFJ" = ( /obj/structure/pipes/vents/pump{ dir = 8 }, /turf/open/mars, /area/corsat/sigma/biodome) -"vFL" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "redcorner" - }, -/area/corsat/gamma/security/cells) -"vGn" = ( -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) -"vGz" = ( -/obj/structure/closet/wardrobe/science_white, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) "vGW" = ( /turf/open/floor/corsat{ dir = 4; icon_state = "purple" }, /area/corsat/omega/hallways) -"vHf" = ( -/obj/structure/noticeboard{ - pixel_y = 30 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) -"vHx" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/toolbox, -/obj/effect/spawner/random/toolbox, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/complex) -"vHM" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "vHP" = ( /obj/structure/machinery/disposal, /turf/open/floor/corsat{ @@ -62239,25 +50938,13 @@ icon_state = "whitebluefull" }, /area/corsat/sigma/lavatory) -"vIb" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/fancy/vials/random, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "vJr" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, +/obj/structure/closet/crate/trashcart, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + dir = 8; + icon_state = "yellow" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/maint) "vJz" = ( /obj/structure/surface/table/almayer, /obj/item/storage/box/monkeycubes/farwacubes, @@ -62265,13 +50952,6 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"vKa" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" - }, -/area/corsat/gamma/hangar/cargo) "vKH" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, @@ -62299,20 +50979,12 @@ icon_state = "squares" }, /area/corsat/gamma/hydroponics) -"vLQ" = ( -/obj/structure/surface/table/almayer, -/obj/item/clipboard, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/biodome/virology) "vLX" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "darkgreen" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/hallwaymain) "vLZ" = ( /obj/structure/flora/pottedplant, /obj/structure/machinery/light{ @@ -62323,15 +50995,11 @@ icon_state = "bluegrey" }, /area/corsat/omega/offices) -"vMA" = ( -/obj/structure/platform{ - dir = 1 - }, +"vMb" = ( /turf/open/floor/corsat{ - dir = 1; - icon_state = "white" + icon_state = "officesquares" }, -/area/corsat/gamma/residential) +/area/corsat/comms/flight_control) "vMI" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ name = "Maintainence"; @@ -62341,18 +51009,6 @@ icon_state = "plate" }, /area/corsat/gamma/freezer) -"vMM" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 4 - }, -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) "vMP" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -62369,7 +51025,7 @@ dir = 8; icon_state = "whitecorner" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "vMX" = ( /obj/structure/bed/chair, /obj/structure/pipes/standard/simple/hidden/green{ @@ -62379,12 +51035,6 @@ icon_state = "squares" }, /area/corsat/sigma/south/engineering) -"vNe" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar) "vND" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/atmos_alert, @@ -62392,7 +51042,13 @@ dir = 1; icon_state = "red" }, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/hallways) +"vNP" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/corsat/gamma/residential/maint) "vOh" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/camera/autoname{ @@ -62403,14 +51059,16 @@ dir = 8; icon_state = "white" }, -/area/corsat/gamma/residential/east) -"vOw" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, +/area/corsat/gamma/residential/north) +"vOi" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, /turf/open/floor/corsat{ - icon_state = "retrosquares" + dir = 1; + icon_state = "yellow" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/gamma/residential/maint) "vOK" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -62431,13 +51089,6 @@ /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"vQs" = ( -/obj/structure/surface/table/reinforced, -/obj/item/folder/black_random, -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/sigma/hangar/monorail/control) "vQt" = ( /turf/open/floor/corsat{ dir = 4; @@ -62452,11 +51103,21 @@ }, /area/corsat/theta/biodome/complex) "vRc" = ( -/obj/structure/machinery/light, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, /turf/open/floor/corsat{ - icon_state = "darkgreencorner" + dir = 4; + icon_state = "darkgreen" + }, +/area/corsat/gamma/foyer) +"vRJ" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + dir = 8; + icon_state = "red" }, -/area/corsat/gamma/rnr) +/area/corsat/sigma/hangar/security) "vSa" = ( /obj/structure/surface/table/almayer, /obj/item/device/taperecorder, @@ -62486,30 +51147,6 @@ icon_state = "lightplate" }, /area/corsat/theta/biodome/hydroeast) -"vTF" = ( -/obj/structure/surface/table/almayer, -/obj/item/clipboard, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"vTT" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/wood, -/area/corsat/gamma/administration) -"vUl" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) "vUn" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 1; @@ -62521,15 +51158,6 @@ icon_state = "yellow" }, /area/corsat/omega/control) -"vVc" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "white" - }, -/area/corsat/gamma/residential/east) "vVA" = ( /obj/structure/machinery/light, /obj/structure/pipes/vents/pump{ @@ -62539,14 +51167,6 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/hydrowest) -"vVI" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/north) "vVJ" = ( /obj/structure/bed/chair/comfy/black{ dir = 4 @@ -62556,26 +51176,14 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay) -"vVO" = ( -/obj/item/stool, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) -"vVU" = ( -/obj/structure/blocker/forcefield/multitile_vehicles, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/airlock/south) "vWM" = ( -/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ - icon_state = "white" + icon_state = "arrow_east" }, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/hangar) "vXy" = ( /obj/structure/platform{ density = 0; @@ -62594,17 +51202,17 @@ /turf/open/gm/dirt, /area/corsat/theta/biodome) "vYt" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22" - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 +/obj/structure/bed/chair/comfy/lime{ + dir = 1 }, -/obj/structure/window/reinforced, /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/foyer) +/area/corsat/gamma/security) +"vYR" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat, +/area/corsat/sigma/southeast/generator) "vYY" = ( /obj/structure/machinery/light{ dir = 4 @@ -62612,17 +51220,12 @@ /turf/open/floor/corsat{ icon_state = "yellow" }, -/area/corsat/gamma/engineering) -"vZD" = ( -/obj/structure/pipes/standard/simple/hidden/green, +/area/corsat/sigma/north/engineering) +"vZQ" = ( /turf/open/floor/corsat{ - icon_state = "retrosquares" + icon_state = "cargo" }, -/area/corsat/sigma/hangar/monorail) -"vZJ" = ( -/obj/effect/alien/weeds/node, -/turf/closed/wall/resin/membrane, -/area/corsat/omega/biodome) +/area/corsat/gamma/hangar/security) "wah" = ( /obj/structure/machinery/door/airlock/almayer/security/glass/colony{ dir = 1; @@ -62640,13 +51243,26 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/gamma/rnr) +/area/corsat/gamma/foyer) +"waS" = ( +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential/generator) "wbf" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, /turf/open/gm/coast/beachcorner/south_east, /area/corsat/theta/biodome) +"wbg" = ( +/obj/structure/tunnel{ + id = "hole0" + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/biodome) "wbK" = ( /obj/structure/flora/pottedplant{ icon_state = "pottedplant_21" @@ -62657,21 +51273,11 @@ }, /area/corsat/sigma/dorms) "wcn" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") - }, /turf/open/floor/corsat{ dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/arcade) -"wcw" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 + icon_state = "red" }, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) +/area/corsat/gamma/security) "wcB" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -62680,6 +51286,12 @@ icon_state = "mars_dirt_3" }, /area/corsat/sigma/biodome) +"wcO" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/security/cells) "wda" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -62688,6 +51300,11 @@ icon_state = "squares" }, /area/corsat/sigma/south/security) +"wdb" = ( +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/comms/sigma_cargo) "wdn" = ( /obj/structure/pipes/vents/pump{ dir = 4 @@ -62712,23 +51329,17 @@ dir = 8 }, /area/corsat/sigma/south/complex) -"wfn" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer/emails{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "whitetancorner" - }, -/area/corsat/gamma/residential/west) -"wfD" = ( -/obj/structure/tunnel{ - id = "hole0" +"wfa" = ( +/obj/structure/machinery/power/apc/high{ + dir = 1; + pixel_y = 24; + start_charge = 0 }, /turf/open/floor/corsat{ - icon_state = "plate" + dir = 1; + icon_state = "whitetan" }, -/area/corsat/omega/biodome) +/area/corsat/gamma/residential/researcher) "wfK" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -62742,15 +51353,6 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"wgY" = ( -/obj/structure/machinery/door/poddoor/almayer{ - dir = 4; - id = "RemoteGate"; - name = "Gate Shutters"; - use_power = 0 - }, -/turf/closed/wall/r_wall/biodome/biodome_unmeltable, -/area/corsat/gamma/hangar/monorail) "whe" = ( /obj/structure/barricade/handrail{ layer = 3 @@ -62762,6 +51364,18 @@ icon_state = "plate" }, /area/corsat/sigma/south) +"whW" = ( +/turf/open/floor/corsat{ + dir = 4; + icon_state = "redcorner" + }, +/area/corsat/gamma/security) +"wic" = ( +/obj/docking_port/stationary/marine_dropship/lz2{ + name = "LZ2: Sigma Landing Zone" + }, +/turf/open/floor/plating, +/area/corsat/sigma/hangar) "wie" = ( /turf/open/floor/corsat{ dir = 4; @@ -62777,10 +51391,6 @@ icon_state = "bluegrey" }, /area/corsat/sigma/hangar/office) -"wiF" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/ice, -/area/corsat/gamma/biodome) "wiJ" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/dirtgrassborder/west, @@ -62797,12 +51407,6 @@ icon_state = "purple" }, /area/corsat/omega/hallways) -"wjb" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/shuttle/dropship{ - icon_state = "floor8" - }, -/area/corsat/gamma/hangar/monorail/railcart) "wji" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -62813,20 +51417,6 @@ /area/corsat/gamma/medbay/lobby) "wjn" = ( /obj/structure/surface/table/reinforced, -/obj/structure/machinery/door_control{ - id = "GammaSouthN"; - name = "Airlock Control"; - pixel_x = -5; - pixel_y = 6; - use_power = 0 - }, -/obj/structure/machinery/door_control{ - id = "GammaSouthS"; - name = "Airlock Control"; - pixel_x = -5; - pixel_y = -3; - use_power = 0 - }, /obj/structure/machinery/door_control{ id = "GammaSouthAirlockC"; name = "Security Shutters"; @@ -62841,7 +51431,7 @@ dir = 1; icon_state = "red" }, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/hallways) "wjw" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -62862,6 +51452,14 @@ icon_state = "red" }, /area/corsat/sigma/hangar/security) +"wkv" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitetancorner" + }, +/area/corsat/gamma/residential/academy) "wkG" = ( /obj/structure/bed/chair, /turf/open/floor/corsat{ @@ -62883,27 +51481,12 @@ icon_state = "bluegreycorner" }, /area/corsat/sigma/hangar/office) -"wlt" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/surface/rack, -/obj/item/device/reagent_scanner, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "wlY" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 }, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/corsat/theta/biodome) -"wmf" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) "wmi" = ( /obj/structure/largecrate/random/barrel, /turf/open/floor/corsat, @@ -62916,22 +51499,22 @@ icon_state = "purple" }, /area/corsat/omega/complex) -"wmr" = ( -/obj/structure/surface/table/reinforced, -/obj/structure/machinery/computer/emails, +"wmO" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/ammo_magazine/shotgun/slugs, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + dir = 1; + icon_state = "red" }, -/area/corsat/gamma/sigmaremote) -"wmE" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, +/area/corsat/gamma/hangar/security) +"wmS" = ( +/obj/structure/largecrate/hunter_games_guns/mediocre, /turf/open/floor/corsat{ - dir = 8; - icon_state = "white" + icon_state = "cargo" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/cargo) "wmU" = ( /turf/open/floor/corsat{ dir = 4; @@ -62949,7 +51532,7 @@ /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "wnB" = ( /obj/structure/showcase{ icon_state = "processor"; @@ -62964,7 +51547,7 @@ dir = 1; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "wnL" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -62973,15 +51556,16 @@ icon_state = "arrow_west" }, /area/corsat/omega/hangar) -"wnO" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/structure/machinery/light{ - dir = 1 +"wod" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin, +/obj/item/tool/pen/blue, +/obj/item/tool/pen/blue, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "red" }, -/turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/security/cells) "wop" = ( /obj/structure/machinery/light{ dir = 4 @@ -62992,25 +51576,16 @@ }, /area/corsat/theta/biodome/complex) "woz" = ( -/obj/structure/safe, -/obj/item/device/yautja_teleporter, /turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/sigmaremote) -"wpk" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/monorail) -"wpA" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "blue" + dir = 1; + icon_state = "darkgreencorner" }, -/area/corsat/gamma/hangar/arrivals) +/area/corsat/gamma/foyer) +"woB" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat, +/area/corsat/omega/control) "wpO" = ( /obj/structure/machinery/door/airlock/almayer/engineering/colony{ dir = 2; @@ -63034,18 +51609,6 @@ icon_state = "plate" }, /area/corsat/omega/hangar/security) -"wqn" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) -"wqr" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/hangar) "wqN" = ( /turf/open/floor/corsat{ dir = 10; @@ -63074,6 +51637,12 @@ }, /turf/open/gm/dirtgrassborder/south, /area/corsat/theta/biodome) +"wrF" = ( +/obj/effect/decal/cleanable/blood/xtracks, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/omega/airlocknorth) "wrR" = ( /obj/structure/largecrate/random, /turf/open/floor/corsat{ @@ -63085,6 +51654,12 @@ icon_state = "red" }, /area/corsat/sigma/south/security) +"wsd" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/comms/gamma_cargo) "wsn" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -63121,12 +51696,11 @@ }, /area/corsat/sigma/south/engineering) "wtM" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +/obj/structure/bed, +/obj/effect/landmark/survivor_spawner, +/obj/item/bedsheet/brown, /turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) +/area/corsat/sigma/dorms) "wuh" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2; @@ -63142,33 +51716,7 @@ dir = 4; icon_state = "whitecorner" }, -/area/corsat/gamma/hallwaysouth) -"wuC" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "sterileplate" - }, -/area/corsat/gamma/kitchen) -"wuK" = ( -/obj/structure/machinery/door/poddoor/almayer/open{ - dir = 4; - id = "GammaHangarH"; - name = "Hangar Lockdown"; - use_power = 0 - }, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/hangar) -"wuS" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) +/area/corsat/gamma/foyer) "wvx" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -63187,16 +51735,6 @@ /obj/structure/pipes/standard/simple/hidden/green, /turf/open/gm/dirt, /area/corsat/theta/biodome) -"wvN" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 6 - }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) "wvZ" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 6 @@ -63204,27 +51742,24 @@ /turf/open/floor/wood, /area/corsat/sigma/dorms) "wwi" = ( -/obj/structure/machinery/computer/area_atmos/area, +/obj/structure/machinery/computer/area_atmos/area{ + dir = 4; + pixel_x = -12 + }, /turf/open/floor/corsat{ dir = 8; icon_state = "yellowcorner" }, -/area/corsat/gamma/engineering/atmos) +/area/corsat/gamma/atmos) "wwB" = ( -/obj/structure/machinery/light{ +/obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/gm/river/desert/shallow{ - name = "pool" - }, -/area/corsat/gamma/residential/showers) -"wwC" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "retrosquares" + dir = 1; + icon_state = "yellow" }, -/area/corsat/gamma/hangar/arrivals) +/area/corsat/gamma/residential/maint) "wwE" = ( /turf/open/floor/corsat{ dir = 5; @@ -63246,10 +51781,6 @@ }, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/corsat/theta/biodome) -"wxi" = ( -/mob/living/carbon/human/yiren, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) "wxF" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/machinery/door/poddoor/almayer/open{ @@ -63261,12 +51792,6 @@ icon_state = "marked" }, /area/corsat/sigma/hangar/id) -"wya" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "arrow_south" - }, -/area/corsat/gamma/hangar) "wye" = ( /turf/open/floor/corsat{ dir = 1; @@ -63278,12 +51803,21 @@ icon_state = "arrow_west" }, /area/corsat/sigma/hangar) -"wyL" = ( +"wyI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, /turf/open/floor/corsat{ - dir = 1; - icon_state = "redcorner" + dir = 8; + icon_state = "white" }, -/area/corsat/gamma/security) +/area/corsat/gamma/hallwaymain) +"wzd" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/southeast/generator) "wzK" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -63298,14 +51832,6 @@ icon_state = "retrosquareslight" }, /area/corsat/omega/complex) -"wAz" = ( -/obj/structure/tunnel{ - id = "hole1" - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/omega/biodome) "wAF" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -63314,13 +51840,6 @@ icon_state = "plate" }, /area/corsat/sigma/cargo) -"wBc" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - dir = 6; - icon_state = "red" - }, -/area/corsat/gamma/security) "wBf" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -63329,14 +51848,16 @@ dir = 4; icon_state = "white" }, -/area/corsat/gamma/residential/east) -"wBk" = ( -/obj/structure/bed/nest, -/obj/effect/landmark/corpsespawner/engineer, -/turf/open/mars_cave{ - icon_state = "mars_cave_2" +/area/corsat/gamma/residential/north) +"wBA" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, -/area/corsat/sigma/biodome) +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) "wBJ" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 4 @@ -63346,19 +51867,25 @@ }, /area/corsat/gamma/foyer) "wBK" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" - }, +/obj/structure/surface/rack, +/obj/item/device/toner, +/obj/item/device/toner, /turf/open/floor/corsat{ - dir = 9; - icon_state = "whitetan" + dir = 8; + icon_state = "yellow" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/maint) "wBP" = ( /turf/open/floor/corsat{ icon_state = "greencorner" }, /area/corsat/gamma/medbay/morgue) +"wBX" = ( +/obj/structure/prop/mech/parts/durand_right_arm, +/turf/open/floor/corsat{ + icon_state = "arrow_west" + }, +/area/corsat/sigma/south/robotics) "wCI" = ( /obj/structure/flora/jungle/vines/light_1, /obj/structure/pipes/standard/simple/hidden/green{ @@ -63385,23 +51912,28 @@ icon_state = "yellow" }, /area/corsat/sigma/airlock/control) -"wDw" = ( -/obj/structure/platform{ - density = 0; - dir = 4; - icon_state = "platform_deco" - }, +"wDj" = ( /turf/open/floor/corsat{ - dir = 1; - icon_state = "whitecorner" + icon_state = "squares" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) "wDC" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "red" }, /area/corsat/sigma/hangar) +"wDK" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/platform{ + dir = 4; + layer = 2 + }, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "white" + }, +/area/corsat/sigma/south) "wEd" = ( /obj/structure/surface/table/reinforced, /obj/item/device/autopsy_scanner, @@ -63413,37 +51945,17 @@ icon_state = "purple" }, /area/corsat/omega/complex) -"wEn" = ( -/obj/structure/closet/crate/science, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) -"wFJ" = ( +"wET" = ( /turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/airlock/control) -"wFO" = ( -/obj/structure/ice/ice_rock/cornerOverlay{ - dir = 5; - icon_state = "single_part" + icon_state = "squares" }, -/turf/open/ice, -/area/corsat/gamma/biodome) +/area/corsat/gamma/security) "wFU" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "retrosquareslight" }, /area/corsat/gamma/medbay/lobby) -"wGb" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/corsat{ - icon_state = "officesquares" - }, -/area/corsat/sigma/south/offices) "wGm" = ( /obj/structure/machinery/camera/autoname{ dir = 4; @@ -63453,43 +51965,26 @@ icon_state = "retrosquareslight" }, /area/corsat/omega/complex) -"wGr" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/box/gloves, -/turf/open/floor/corsat{ - icon_state = "lightplate" +"wGZ" = ( +/obj/structure/closet/secure_closet/brig{ + id = "CORSAT Sec 1" }, -/area/corsat/gamma/biodome/toxins) -"wGT" = ( -/obj/structure/machinery/door/airlock/almayer/engineering/colony{ - dir = 2; - name = "Gamma Dome Control"; - req_one_access_txt = "102" +/obj/structure/machinery/brig_cell{ + id = "CORSAT Sec 1"; + name = "Cell 1"; + pixel_x = -32 }, -/obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) -"wGW" = ( -/obj/structure/surface/table/almayer, -/obj/item/folder/black_random, -/obj/structure/machinery/camera/autoname{ - network = list("gamma") + dir = 8; + icon_state = "red" }, +/area/corsat/gamma/security/cells) +"wHv" = ( /turf/open/floor/corsat{ dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/hangar/flightcontrol) -"wGZ" = ( -/obj/structure/surface/table/reinforced, -/obj/item/clipboard, -/obj/item/paper, -/turf/open/floor/corsat{ - icon_state = "purplewhite" + icon_state = "yellow" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/residential/maint) "wHN" = ( /obj/item/weapon/gun/flamer, /obj/item/explosive/grenade/incendiary, @@ -63508,23 +52003,6 @@ icon_state = "red" }, /area/corsat/sigma/hangar/security) -"wIk" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/landmark/corpsespawner/engineer, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/sigma/south/robotics) -"wIr" = ( -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/closet/wardrobe/science_white, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) "wIu" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 @@ -63538,7 +52016,7 @@ dir = 4; icon_state = "whitecorner" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/hallwaymain) "wII" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -63553,13 +52031,6 @@ icon_state = "redcorner" }, /area/corsat/omega/security) -"wIY" = ( -/obj/effect/landmark/hunter_primary, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/sigma/dorms) "wIZ" = ( /obj/structure/pipes/standard/simple/hidden/green, /obj/structure/bed/sofa/vert/white, @@ -63568,14 +52039,6 @@ icon_state = "tan" }, /area/corsat/gamma/residential/researcher) -"wJp" = ( -/obj/structure/surface/table/reinforced, -/obj/item/tool/wrench, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhitecorner" - }, -/area/corsat/gamma/sigmaremote) "wJq" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/computer/secure_data, @@ -63627,20 +52090,6 @@ icon_state = "retrosquareslight" }, /area/corsat/gamma/sigmaremote) -"wKf" = ( -/obj/structure/prop/mech/parts/durand_right_arm, -/turf/open/floor/corsat{ - icon_state = "arrow_west" - }, -/area/corsat/sigma/south/robotics) -"wKh" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/gamma/biodome/virology) "wKD" = ( /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 @@ -63650,21 +52099,13 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/south/engineering) -"wKF" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" - }, -/area/corsat/gamma/airlock/control) "wKK" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, +/obj/structure/surface/table/almayer, +/obj/item/storage/donut_box, /turf/open/floor/corsat{ - icon_state = "squares" + icon_state = "spiralplate" }, -/area/corsat/gamma/cargo/lobby) +/area/corsat/gamma/hangar/flightcontrol) "wKL" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -63679,6 +52120,14 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) +"wLj" = ( +/obj/effect/landmark/corpsespawner/pmc, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome/gunrange) "wLS" = ( /obj/structure/machinery/door/poddoor/almayer{ dir = 4; @@ -63690,6 +52139,15 @@ icon_state = "marked" }, /area/corsat/omega/cargo) +"wMa" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "11" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/sigma/south/complex/teleporter) "wMg" = ( /obj/structure/platform{ dir = 8 @@ -63701,21 +52159,34 @@ icon_state = "purplewhitecorner" }, /area/corsat/theta/biodome/complex) +"wMI" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "whitecorner" + }, +/area/corsat/gamma/hangar/arrivals) +"wNU" = ( +/obj/structure/cargo_container/wy/mid, +/turf/open/floor/corsat{ + icon_state = "cargo" + }, +/area/corsat/gamma/cargo) "wOt" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 }, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 4; - icon_state = "bluegrey" + icon_state = "retrosquares" }, -/area/corsat/gamma/administration) +/area/corsat/gamma/residential/north) "wOQ" = ( /obj/structure/surface/table/woodentable, /obj/item/storage/fancy/cigarettes/arcturian_ace, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "wOX" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/faxmachine, @@ -63724,21 +52195,6 @@ icon_state = "blue" }, /area/corsat/sigma/southeast/datalab) -"wPq" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/rnr) -"wPz" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhitecorner" - }, -/area/corsat/theta/biodome/complex) "wQd" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ @@ -63746,6 +52202,12 @@ icon_state = "purple" }, /area/corsat/omega/complex) +"wQx" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/sigma/north/engineering) "wQG" = ( /turf/open/floor/corsat{ icon_state = "yellowcorner" @@ -63757,7 +52219,14 @@ dir = 8; icon_state = "white" }, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) +"wQQ" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/landmark/corpsespawner/engineer, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/sigma/south/robotics) "wQZ" = ( /obj/structure/surface/table/almayer, /obj/item/storage/box/bodybags, @@ -63773,6 +52242,14 @@ icon_state = "cargo" }, /area/corsat/sigma/cargo) +"wRO" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor{ + dir = 1; + icon_state = "asteroidfloor" + }, +/area/corsat/sigma/biodome) "wSb" = ( /obj/structure/flora/bush/ausbushes/var3/fernybush, /turf/open/gm/dirtgrassborder/east, @@ -63790,36 +52267,16 @@ }, /area/corsat/omega/control) "wSz" = ( -/obj/structure/cargo_container/trijent/mid, /turf/open/floor/corsat{ - icon_state = "cargo" + icon_state = "white" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/arrivals) "wSM" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/corsat{ icon_state = "squares" }, /area/corsat/omega/control) -"wTp" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/computer/emails{ - dir = 1 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) -"wTZ" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "wUc" = ( /turf/open/floor/corsat{ dir = 4; @@ -63842,28 +52299,6 @@ icon_state = "retrosquares" }, /area/corsat/gamma/hallwaysouth) -"wUE" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/hangar/checkpoint) -"wVb" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/reagentgrinder, -/obj/item/stack/sheet/mineral/phoron/small_stack, -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/biodome/complex) -"wVz" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/auto_turf/snow/layer2, -/area/corsat/gamma/biodome) "wVA" = ( /obj/structure/surface/table/almayer, /obj/structure/machinery/computer/emails{ @@ -63891,6 +52326,13 @@ icon_state = "purplewhite" }, /area/corsat/sigma/south/complex) +"wWE" = ( +/obj/effect/landmark/lv624/xeno_tunnel, +/turf/open/floor/corsat{ + dir = 4; + icon_state = "yellow" + }, +/area/corsat/sigma/southeast/datamaint) "wWW" = ( /obj/structure/machinery/door/window/brigdoor/eastleft{ dir = 2; @@ -63910,17 +52352,6 @@ icon_state = "plate" }, /area/corsat/sigma/airlock/east/id) -"wXD" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony{ - dir = 2; - name = "Maintainance"; - req_one_access = null - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/toxins) "wXE" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -63935,11 +52366,6 @@ icon_state = "squares" }, /area/corsat/sigma/cargo) -"wYj" = ( -/turf/open/floor/corsat{ - icon_state = "red" - }, -/area/corsat/gamma/security) "wYt" = ( /turf/open/floor/corsat{ icon_state = "plate" @@ -63958,6 +52384,12 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay/morgue) +"wYI" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/floor/corsat{ + icon_state = "officesquares" + }, +/area/corsat/sigma/south/offices) "wYP" = ( /turf/open/floor/corsat{ dir = 4; @@ -63970,10 +52402,6 @@ }, /turf/open/floor/corsat, /area/corsat/sigma/south/complex) -"wZu" = ( -/obj/structure/pipes/vents/pump, -/turf/open/ice, -/area/corsat/gamma/biodome) "wZB" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 @@ -63981,18 +52409,7 @@ /turf/open/floor/corsat{ icon_state = "whitecorner" }, -/area/corsat/gamma/residential/east) -"wZC" = ( -/obj/structure/platform{ - density = 0; - dir = 8; - icon_state = "platform_deco" - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "whitecorner" - }, -/area/corsat/gamma/residential) +/area/corsat/gamma/residential/north) "xap" = ( /obj/structure/machinery/light{ dir = 4 @@ -64002,13 +52419,6 @@ icon_state = "yellow" }, /area/corsat/sigma/south) -"xaF" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "xaQ" = ( /obj/structure/machinery/vending/coffee, /obj/structure/platform{ @@ -64019,7 +52429,7 @@ dir = 5; icon_state = "white" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/foyer) "xbu" = ( /obj/structure/platform{ density = 0; @@ -64031,26 +52441,25 @@ icon_state = "whitecorner" }, /area/corsat/gamma/hallwaysouth) -"xbW" = ( -/obj/structure/safe, -/obj/item/storage/fancy/vials/random, -/turf/open/floor/wood, -/area/corsat/gamma/administration) +"xby" = ( +/obj/item/tool/wet_sign, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/residential/maint) "xbX" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ icon_state = "squares" }, -/area/corsat/gamma/engineering) -"xcG" = ( -/obj/structure/machinery/chem_dispenser{ - req_access_txt = "100" - }, -/obj/item/reagent_container/glass/beaker/bluespace, +/area/corsat/sigma/north/engineering) +"xcv" = ( +/obj/effect/landmark/corpsespawner/engineer, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "lightplate" + icon_state = "squares" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/sigma/north/engineering/core) "xdi" = ( /obj/structure/flora/bush/ausbushes/var3/fullgrass, /obj/structure/pipes/standard/simple/hidden/green{ @@ -64058,32 +52467,6 @@ }, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"xdB" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 10 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "red" - }, -/area/corsat/gamma/hangar) -"xeO" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreen" - }, -/area/corsat/gamma/rnr) -"xeV" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 1 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/security) "xfe" = ( /turf/open/floor/corsat{ dir = 6; @@ -64101,16 +52484,29 @@ layer = 3 }, /turf/open/floor/wood, -/area/corsat/gamma/residential/east) +/area/corsat/gamma/residential/north) "xfT" = ( /turf/open/floor/corsat{ icon_state = "red" }, /area/corsat/omega/hangar) -"xha" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/ice, -/area/corsat/gamma/biodome) +"xfX" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/omega/maint) +"xgl" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "9" + }, +/turf/open/floor/corsat{ + dir = 10; + icon_state = "corsat_teleporter_static" + }, +/area/corsat/sigma/south/complex/teleporter) "xhd" = ( /turf/open/floor/corsat{ icon_state = "yellowcorner" @@ -64130,18 +52526,14 @@ icon_state = "whitecorner" }, /area/corsat/sigma/dorms) +"xib" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/gamma/security/cells) "xiy" = ( /turf/open/floor/corsat{ icon_state = "bluegreycorner" }, /area/corsat/sigma/southeast/dataoffice) -"xiV" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "xiW" = ( /obj/structure/pipes/vents/pump{ dir = 8 @@ -64162,22 +52554,12 @@ dir = 8; icon_state = "whitetan" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "xkn" = ( /turf/open/floor/corsat{ icon_state = "sigma" }, -/area/corsat/sigma/hangar/monorail) -"xkt" = ( -/obj/structure/surface/table/almayer, -/obj/item/reagent_container/spray/cleaner, -/obj/structure/machinery/camera/autoname{ - network = list("gamma") - }, -/turf/open/floor/corsat{ - icon_state = "lightplate" - }, -/area/corsat/gamma/biodome/toxins) +/area/corsat/sigma/hangar/arrivals) "xkB" = ( /obj/structure/machinery/constructable_frame{ icon_state = "box_1" @@ -64186,32 +52568,16 @@ icon_state = "plate" }, /area/corsat/sigma/south/engineering) -"xkE" = ( -/obj/structure/pipes/vents/pump, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) "xkH" = ( /turf/open/floor/corsat{ dir = 1; icon_state = "green" }, /area/corsat/gamma/medbay/morgue) -"xld" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/structure/platform{ - dir = 4; - layer = 2 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "white" - }, -/area/corsat/sigma/south) "xlg" = ( /obj/structure/surface/table/almayer, /obj/item/tool/extinguisher, +/obj/effect/landmark/objective_landmark/science, /turf/open/floor/corsat{ dir = 8; icon_state = "purplewhite" @@ -64233,14 +52599,12 @@ /turf/open/floor/corsat, /area/corsat/sigma/south/complex) "xlG" = ( -/obj/structure/machinery/light, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - icon_state = "whitetan" +/obj/structure/computerframe, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/corsat{ + icon_state = "plate" }, -/area/corsat/gamma/residential/west) +/area/corsat/omega/maint) "xlR" = ( /obj/structure/machinery/autolathe, /turf/open/floor/corsat{ @@ -64295,12 +52659,17 @@ icon_state = "marked" }, /area/corsat/sigma/airlock/control) -"xnk" = ( -/obj/effect/landmark/hunter_primary, +"xnl" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony{ + damage_cap = 4000; + name = "\improper Emergency Access"; + req_access_txt = "100"; + req_one_access = null + }, /turf/open/floor/corsat{ - icon_state = "retrosquareslight" + icon_state = "plate" }, -/area/corsat/gamma/medbay/lobby) +/area/corsat/omega/maint) "xnU" = ( /obj/structure/machinery/vending/snack, /obj/structure/machinery/camera/autoname{ @@ -64318,10 +52687,13 @@ /turf/open/mars, /area/corsat/sigma/biodome) "xoq" = ( -/turf/open/floor/corsat{ - icon_state = "darkgreencorner" +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/research/containment/floor2{ + dir = 1 }, -/area/corsat/gamma/residential) +/area/corsat/gamma/sigmaremote/residential) "xoy" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 5 @@ -64343,15 +52715,16 @@ }, /area/corsat/sigma/southeast/generator) "xoV" = ( -/obj/structure/surface/table, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat, +/area/corsat/omega/maint) +"xoW" = ( +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, /turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" + icon_state = "plate" }, -/area/corsat/gamma/residential/west) +/area/corsat/omega/biodome) "xpk" = ( /obj/structure/window/reinforced{ dir = 4 @@ -64368,15 +52741,6 @@ icon_state = "purplewhite" }, /area/corsat/omega/complex) -"xqz" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_10" - }, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "xsm" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ @@ -64394,10 +52758,6 @@ /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) -"xsZ" = ( -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat, -/area/corsat/sigma/southeast/generator) "xtF" = ( /obj/structure/machinery/camera/autoname{ network = list("theta") @@ -64425,22 +52785,14 @@ icon_state = "green" }, /area/corsat/gamma/medbay/morgue) -"xtW" = ( -/obj/structure/pipes/standard/simple/hidden/green{ +"xuo" = ( +/obj/structure/pipes/vents/pump{ dir = 4 }, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) -"xuo" = ( -/obj/item/cell/crap, /turf/open/floor/corsat{ - icon_state = "plate" + icon_state = "retrosquareslight" }, -/area/corsat/gamma/residential/researcher) +/area/corsat/gamma/sigmaremote/residential) "xuF" = ( /obj/structure/closet/crate/science{ density = 0; @@ -64458,14 +52810,19 @@ icon_state = "greenwhite" }, /area/corsat/gamma/medbay/morgue) +"xuS" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/corsat/omega/maint) "xvj" = ( -/obj/structure/surface/table/reinforced, -/obj/item/form_printer, -/obj/item/tool/pen/red, +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "GammaHangarH"; + name = "Hangar Lockdown"; + use_power = 0 + }, /turf/open/floor/corsat{ - icon_state = "purplewhite" + icon_state = "marked" }, -/area/corsat/gamma/sigmaremote) +/area/corsat/gamma/hangar) "xvB" = ( /obj/structure/surface/table/almayer, /obj/structure/window/reinforced{ @@ -64491,12 +52848,6 @@ icon_state = "retrosquares" }, /area/corsat/sigma/hangar/arrivals) -"xvG" = ( -/obj/effect/alien/weeds/node, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" - }, -/area/corsat/omega/complex) "xvV" = ( /turf/open/floor/corsat{ dir = 9; @@ -64509,12 +52860,13 @@ icon_state = "blue" }, /area/corsat/omega/control) -"xxF" = ( +"xwF" = ( +/obj/effect/landmark/corpsespawner/prisoner, /turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreen" + dir = 8; + icon_state = "red" }, -/area/corsat/gamma/hangar) +/area/corsat/gamma/security/cells) "xxO" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, @@ -64525,24 +52877,20 @@ icon_state = "redcorner" }, /area/corsat/omega/hangar/office) -"xys" = ( -/turf/open/floor/corsat{ - icon_state = "bluegreycorner" - }, -/area/corsat/gamma/hangar/flightcontrol) "xzg" = ( /turf/open/floor/corsat{ icon_state = "greenwhite" }, /area/corsat/gamma/medbay) "xzI" = ( -/obj/structure/pipes/vents/pump{ - dir = 4 +/obj/structure/machinery/power/terminal{ + dir = 1 }, /turf/open/floor/corsat{ - icon_state = "squares" + dir = 1; + icon_state = "yellow" }, -/area/corsat/sigma/airlock/control) +/area/corsat/gamma/residential/generator) "xzU" = ( /obj/structure/filingcabinet/filingcabinet, /turf/open/floor/corsat{ @@ -64563,11 +52911,6 @@ icon_state = "blue" }, /area/corsat/theta/airlock/control) -"xAo" = ( -/turf/open/floor/corsat{ - icon_state = "darkgreencorner" - }, -/area/corsat/gamma/foyer) "xBa" = ( /obj/structure/pipes/standard/manifold/hidden/green, /turf/open/floor/corsat{ @@ -64589,17 +52932,20 @@ /area/corsat/omega/complex) "xBs" = ( /obj/structure/filingcabinet/filingcabinet, +/obj/structure/machinery/light, /turf/open/floor/corsat{ dir = 10; icon_state = "red" }, /area/corsat/theta/airlock/west) "xBz" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "darkgreencorner" + icon_state = "white" }, -/area/corsat/gamma/residential) +/area/corsat/gamma/residential/north) "xBA" = ( /obj/structure/machinery/light, /obj/structure/machinery/disposal, @@ -64608,11 +52954,6 @@ icon_state = "red" }, /area/corsat/sigma/hangar) -"xBK" = ( -/obj/effect/landmark/corpsespawner/scientist, -/obj/effect/decal/cleanable/blood/splatter, -/turf/open/floor/wood, -/area/corsat/sigma/dorms) "xCe" = ( /obj/structure/surface/table/reinforced, /obj/item/device/flashlight/lamp, @@ -64621,17 +52962,6 @@ icon_state = "red" }, /area/corsat/gamma/airlock/south/id) -"xCy" = ( -/obj/structure/bed/nest, -/turf/open/ice, -/area/corsat/gamma/biodome) -"xCE" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "bluegrey" - }, -/area/corsat/gamma/administration) "xDC" = ( /obj/structure/window/framed/corsat/security, /obj/structure/machinery/door/poddoor/shutters/almayer/open{ @@ -64640,34 +52970,24 @@ }, /turf/open/floor/plating, /area/corsat/sigma/airlock/east/id) +"xEq" = ( +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/comms/sigma_residential) "xEP" = ( /turf/open/floor/corsat{ dir = 8; icon_state = "whitetan" }, /area/corsat/gamma/residential/researcher) -"xER" = ( -/obj/structure/surface/table, -/obj/structure/machinery/computer/emails{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 9; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) "xEW" = ( /turf/open/floor/corsat{ dir = 6; icon_state = "red" }, /area/corsat/omega/hangar/office) -"xEX" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/monorail) "xFf" = ( /obj/structure/stairs{ dir = 4 @@ -64683,8 +53003,7 @@ network = list("gamma") }, /turf/open/floor/corsat{ - dir = 8; - icon_state = "blue" + icon_state = "squares" }, /area/corsat/gamma/hallwaysouth) "xFK" = ( @@ -64700,6 +53019,15 @@ }, /turf/open/mars, /area/corsat/sigma/biodome) +"xFR" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat{ + dir = 1; + icon_state = "tan" + }, +/area/corsat/gamma/residential/researcher) "xGd" = ( /turf/open/floor/corsat{ dir = 1; @@ -64714,24 +53042,6 @@ icon_state = "retrosquareslight" }, /area/corsat/omega/complex) -"xHd" = ( -/obj/structure/machinery/door/poddoor/almayer/open{ - id = "GammaHCargoN"; - name = "Gamma Cargo Checkpoint"; - use_power = 0 - }, -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "marked" - }, -/area/corsat/gamma/hangar/cargo) -"xHk" = ( -/obj/effect/landmark/hunter_secondary, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "squareswood" - }, -/area/corsat/gamma/rnr/arcade) "xHm" = ( /turf/open/floor/corsat{ icon_state = "white" @@ -64750,23 +53060,25 @@ icon_state = "yellowcorner" }, /area/corsat/sigma/airlock/control) -"xHN" = ( -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/virology) "xHV" = ( +/obj/structure/computer3frame/server{ + icon_state = "4" + }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "yellowcorner" + dir = 8; + icon_state = "purplewhitecorner" }, -/area/corsat/gamma/hallwaysouth) +/area/corsat/gamma/sigmaremote/residential) "xIJ" = ( -/obj/structure/cargo_container/wy/mid, +/turf/closed/wall/r_wall/biodome, +/area/corsat/gamma/sigmaremote/residential) +"xIR" = ( +/obj/effect/landmark/hunter_primary, /turf/open/floor/corsat{ - icon_state = "cargo" + dir = 4; + icon_state = "red" }, -/area/corsat/gamma/cargo) +/area/corsat/sigma/south/security) "xJc" = ( /obj/structure/barricade/handrail{ dir = 8 @@ -64796,34 +53108,9 @@ icon_state = "red" }, /area/corsat/sigma/dorms) -"xJI" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) -"xKr" = ( -/turf/open/floor/corsat{ - dir = 4; - icon_state = "redcorner" - }, -/area/corsat/gamma/hangar/monorail) "xKu" = ( /turf/closed/wall/r_wall/biodome, /area/corsat/sigma/airlock/east) -"xKA" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/structure/flora/bush/ausbushes/var3/brflowers, -/turf/open/gm/grass/grass1/weedable, -/area/corsat/gamma/hallwaysouth) "xKC" = ( /obj/structure/machinery/camera/autoname{ dir = 4; @@ -64842,12 +53129,6 @@ icon_state = "squares" }, /area/corsat/gamma/residential/maint) -"xLg" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) "xLv" = ( /obj/structure/filingcabinet/filingcabinet, /obj/structure/machinery/light{ @@ -64857,28 +53138,13 @@ dir = 1; icon_state = "red" }, -/area/corsat/gamma/airlock/south) +/area/corsat/omega/hallways) "xMg" = ( /obj/structure/bed/sofa/vert/grey/bot, /turf/open/floor/corsat{ icon_state = "retrosquares" }, /area/corsat/sigma/hangar/arrivals) -"xMi" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "redcorner" - }, -/area/corsat/sigma/hangar/monorail/control) -"xMy" = ( -/obj/structure/machinery/cm_vending/sorted/medical/no_access{ - req_access_txt = "100" - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/complex) "xMA" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 @@ -64890,21 +53156,6 @@ "xMJ" = ( /turf/closed/wall/biodome, /area/corsat/omega/hallways) -"xMS" = ( -/obj/structure/machinery/constructable_frame{ - icon_state = "box_1" - }, -/obj/effect/decal/cleanable/cobweb{ - dir = 1 - }, -/turf/open/floor/corsat, -/area/corsat/emergency_access) -"xNa" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/ice, -/area/corsat/gamma/biodome) "xNw" = ( /turf/open/floor/corsat{ icon_state = "purplewhite" @@ -64923,12 +53174,6 @@ icon_state = "arrow_east" }, /area/corsat/sigma/southeast/datalab) -"xOJ" = ( -/turf/open/floor/corsat{ - dir = 9; - icon_state = "darkgreen" - }, -/area/corsat/gamma/hangar/arrivals) "xPi" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -64947,15 +53192,6 @@ icon_state = "tan" }, /area/corsat/sigma/dorms) -"xPy" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) "xPF" = ( /obj/structure/machinery/disposal, /turf/open/floor/corsat{ @@ -64978,26 +53214,24 @@ /turf/open/floor/wood, /area/corsat/gamma/residential/lounge) "xQF" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, -/turf/open/floor/corsat, -/area/corsat/omega/control) +/obj/structure/surface/table/woodentable, +/obj/item/ashtray/bronze, +/obj/item/trash/cigbutt/cigarbutt, +/turf/open/floor/wood, +/area/corsat/gamma/residential/north) "xQH" = ( /obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 + dir = 10 }, /turf/open/floor/corsat{ - icon_state = "whitetancorner" + dir = 1; + icon_state = "tan" }, /area/corsat/gamma/residential/researcher) -"xQS" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 9 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/hangar/arrivals) +"xQN" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/gamma/foyer) "xRb" = ( /obj/structure/platform, /obj/structure/platform{ @@ -65009,6 +53243,14 @@ icon_state = "white" }, /area/corsat/gamma/hallwaysouth) +"xRi" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 6 + }, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/security) "xRq" = ( /obj/structure/flora/bush/ausbushes/ppflowers, /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, @@ -65025,30 +53267,14 @@ /obj/structure/window/framed/corsat/hull/security, /turf/open/floor/plating, /area/corsat/omega/security) -"xSk" = ( -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/effect/landmark/monkey_spawn, -/turf/open/floor/corsat{ - icon_state = "purplewhite" - }, -/area/corsat/gamma/biodome/toxins) "xSL" = ( /turf/open/floor/corsat{ icon_state = "purplecorner" }, /area/corsat/sigma/south) "xSO" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "blue" - }, -/area/corsat/gamma/hangar/arrivals) +/turf/open/floor/corsat, +/area/corsat/omega/checkpoint) "xST" = ( /obj/structure/machinery/light{ dir = 1 @@ -65059,6 +53285,12 @@ icon_state = "blue" }, /area/corsat/sigma/hangar) +"xTj" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat{ + icon_state = "squares" + }, +/area/corsat/gamma/cargo) "xTU" = ( /turf/open/floor/corsat{ dir = 4; @@ -65069,7 +53301,7 @@ /turf/open/floor/corsat{ icon_state = "whitetancorner" }, -/area/corsat/gamma/residential/west) +/area/corsat/gamma/residential/academy) "xUj" = ( /turf/open/floor/corsat{ dir = 1; @@ -65088,8 +53320,10 @@ /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/turf/open/floor/wood, -/area/corsat/gamma/rnr/bar) +/turf/open/floor/corsat{ + icon_state = "red" + }, +/area/corsat/gamma/security) "xWm" = ( /obj/structure/surface/table/reinforced, /obj/structure/pipes/standard/simple/hidden/green{ @@ -65109,27 +53343,29 @@ }, /area/corsat/sigma/biodome) "xWH" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/surface/table/almayer, +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen/blue, +/obj/structure/machinery/camera/autoname{ + network = list("gamma") }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "browncorner" + dir = 1; + icon_state = "bluegrey" }, -/area/corsat/gamma/cargo) +/area/corsat/gamma/hangar/flightcontrol) "xWS" = ( /obj/structure/pipes/standard/simple/hidden/green{ dir = 9 }, /turf/open/floor/wood, /area/corsat/sigma/dorms) -"xXp" = ( -/obj/effect/alien/weeds/node, +"xXl" = ( /turf/open/floor/corsat{ - dir = 8; - icon_state = "red" + icon_state = "squares" }, -/area/corsat/omega/hangar) +/area/corsat/gamma/residential/generator) "xYI" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ name = "Auditorium" @@ -65138,37 +53374,12 @@ dir = 1; icon_state = "tan" }, -/area/corsat/gamma/residential/west) -"xYP" = ( -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 5 - }, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "tan" - }, -/area/corsat/gamma/residential/west) -"xYY" = ( -/obj/item/tool/wet_sign, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/biodome/complex) +/area/corsat/gamma/residential/academy) "xZc" = ( /turf/open/floor/corsat{ icon_state = "blue" }, /area/corsat/sigma/southeast) -"xZn" = ( -/obj/structure/machinery/camera/autoname{ - dir = 8; - network = list("gamma") - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "red" - }, -/area/corsat/gamma/hangar) "xZB" = ( /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/sigma/south/complex) @@ -65178,31 +53389,13 @@ icon_state = "whitetan" }, /area/corsat/gamma/residential/researcher) -"yau" = ( -/obj/structure/pipes/standard/manifold/hidden/green, -/turf/open/auto_turf/snow/layer0, -/area/corsat/gamma/biodome) "yaD" = ( /obj/structure/surface/table/reinforced, +/obj/item/device/flashlight/lamp, /turf/open/floor/corsat{ - icon_state = "purplewhitecorner" + icon_state = "purplewhite" }, /area/corsat/gamma/sigmaremote) -"yaN" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/corsat{ - dir = 8; - icon_state = "red" - }, -/area/corsat/gamma/hangar/security) -"ybl" = ( -/turf/open/floor/corsat{ - dir = 8; - icon_state = "redcorner" - }, -/area/corsat/gamma/hangar) "ybq" = ( /turf/open/floor/corsat{ dir = 8; @@ -65243,36 +53436,37 @@ /turf/open/floor/corsat{ icon_state = "plate" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/hangar/arrivals) +"ycc" = ( +/obj/structure/machinery/power/apc/hyper{ + dir = 1; + pixel_y = 24; + start_charge = 0 + }, +/turf/open/floor/corsat{ + icon_state = "plate" + }, +/area/corsat/gamma/residential/generator) "ycd" = ( /turf/open/floor/corsat{ dir = 9; icon_state = "darkgreen" }, -/area/corsat/gamma/rnr/bar) +/area/corsat/gamma/hallwaymain) "ycg" = ( -/obj/structure/machinery/light{ - dir = 1 +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 5 }, /turf/open/floor/corsat{ - dir = 4; - icon_state = "darkgreencorner" + icon_state = "yellow" }, -/area/corsat/sigma/hangar/monorail) +/area/corsat/sigma/north/engineering) "ydU" = ( /obj/structure/surface/table/almayer, /turf/open/floor/corsat{ icon_state = "yellow" }, /area/corsat/sigma/south/robotics) -"ydX" = ( -/obj/structure/machinery/camera/autoname{ - network = list("gamma") - }, -/turf/open/floor/corsat{ - icon_state = "retrosquares" - }, -/area/corsat/gamma/residential) "ydY" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony{ dir = 2; @@ -65296,31 +53490,17 @@ dir = 1; icon_state = "darkgreen" }, -/area/corsat/sigma/hangar/monorail) -"yeL" = ( -/obj/structure/pipes/standard/simple/hidden/green, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/hangar) -"yeW" = ( -/obj/structure/surface/table/almayer, -/obj/item/storage/box/masks, +/area/corsat/sigma/hangar/arrivals) +"yeM" = ( +/obj/effect/landmark/corpsespawner/scientist, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - icon_state = "lightplate" + icon_state = "retrosquares" }, -/area/corsat/gamma/biodome/virology) +/area/corsat/sigma/hangar/checkpoint) "yfh" = ( /turf/open/floor/corsat, /area/corsat/sigma/cargo) -"yfB" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "squares" - }, -/area/corsat/gamma/airlock/control) "yfH" = ( /obj/structure/flora/jungle/vines/light_1, /turf/open/gm/dirtgrassborder/east, @@ -65332,30 +53512,15 @@ }, /turf/open/gm/dirt, /area/corsat/theta/biodome) -"yfQ" = ( -/obj/structure/pipes/vents/pump{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/gamma/airlock/north) -"yga" = ( -/obj/structure/pipes/standard/manifold/hidden/green{ - dir = 8 - }, -/turf/open/floor/corsat{ - icon_state = "retrosquareslight" +"yfS" = ( +/obj/effect/landmark/teleporter_loc/corsat_sigma_local{ + index = "24" }, -/area/corsat/gamma/biodome/toxins) -"ygx" = ( -/obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, -/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat{ - dir = 1; - icon_state = "purplewhitecorner" + dir = 10; + icon_state = "corsat_teleporter_static" }, -/area/corsat/theta/biodome/complex) +/area/corsat/sigma/south/complex/teleporter) "ygy" = ( /obj/structure/pipes/standard/simple/hidden/universal, /turf/open/floor/corsat{ @@ -65363,25 +53528,6 @@ icon_state = "yellow" }, /area/corsat/theta/airlock/control) -"ygF" = ( -/obj/structure/machinery/computer/cameras{ - network = list("theta"); - pixel_y = 22 - }, -/turf/open/floor/wood, -/area/corsat/gamma/administration) -"ygN" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_21" - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/corsat{ - dir = 4; - icon_state = "white" - }, -/area/corsat/gamma/residential) "yhc" = ( /obj/structure/closet/crate/science, /turf/open/floor/corsat{ @@ -65406,14 +53552,6 @@ icon_state = "squares" }, /area/corsat/sigma/cargo) -"yhI" = ( -/obj/structure/surface/rack, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/turf/open/floor/corsat{ - icon_state = "plate" - }, -/area/corsat/sigma/southeast/generator) "yhK" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -65421,15 +53559,13 @@ icon_state = "whitebluefull" }, /area/corsat/gamma/residential/showers) -"yio" = ( -/obj/structure/bed/chair{ - dir = 8 - }, +"yij" = ( +/obj/structure/pipes/standard/simple/hidden/green, +/obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/corsat{ - dir = 10; - icon_state = "whitebluefull" + icon_state = "retrosquares" }, -/area/corsat/gamma/residential/showers) +/area/corsat/sigma/north) "yji" = ( /obj/structure/machinery/light{ dir = 4 @@ -65440,20 +53576,6 @@ icon_state = "purplewhite" }, /area/corsat/theta/biodome/complex) -"yjw" = ( -/obj/structure/fence, -/obj/structure/pipes/standard/simple/hidden/green{ - dir = 4 - }, -/turf/open/auto_turf/snow/layer3, -/area/corsat/gamma/biodome) -"yki" = ( -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/corsat{ - dir = 10; - icon_state = "purplewhite" - }, -/area/corsat/gamma/sigmaremote) "ykJ" = ( /obj/structure/machinery/power/reactor/colony{ desc = "A high-tech thermoelectric generator fueled by a superheated uranium rod."; @@ -65472,6 +53594,11 @@ icon_state = "red" }, /area/corsat/sigma/hangar/security) +"ykX" = ( +/obj/structure/pipes/standard/simple/visible, +/obj/structure/window/framed/corsat/hull, +/turf/open/floor/plating, +/area/corsat/inaccessible) "yla" = ( /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat{ @@ -65486,21 +53613,15 @@ "ylo" = ( /turf/open/space, /area/space) -"ylS" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/corsat{ - dir = 1; - icon_state = "whitetan" - }, -/area/corsat/gamma/residential/west) -"ymj" = ( -/turf/open/floor/corsat{ - dir = 1; - icon_state = "redcorner" - }, -/area/corsat/gamma/hangar/security) +"yma" = ( +/obj/structure/window/framed/corsat/hull, +/turf/open/space/basic, +/area/corsat/gamma/residential/north) (1,1,1) = {" +adz +adz +adz ylo ylo ylo @@ -65534,6 +53655,54 @@ ylo ylo ylo ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -65541,41 +53710,28 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aer -aer -adM -adM -aer -adM -adM -aer -aer -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -65615,18 +53771,6 @@ ylo ylo ylo ylo -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU ylo ylo ylo @@ -65679,6 +53823,92 @@ ylo ylo ylo ylo +"} +(2,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -65686,6 +53916,28 @@ ylo ylo ylo ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -65744,8 +53996,6 @@ ylo ylo ylo ylo -"} -(2,1,1) = {" ylo ylo ylo @@ -65779,6 +54029,92 @@ ylo ylo ylo ylo +"} +(3,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -65786,118 +54122,28 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aer -adB -adO -adO -aFN -adO -adO -adB -aer -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aiU -aiU -aiU -aiU -aiU -aiU -bfF -bfB -bgk -bfS -bfa -bfZ -bgd -bge -bfQ -bfe -aiU -aiU -aiU -aiU -aiU -aiU -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -65990,23 +54236,120 @@ ylo ylo ylo "} -(3,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +(4,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -66037,30 +54380,10 @@ ylo ylo ylo ylo -aer -aer -aer -adC -adn -adn -adn -adn -adn -lJj -aer -aer -aer -abG -abG -adV ylo ylo ylo ylo -adV -abG -abG -adV ylo ylo ylo @@ -66097,34 +54420,6 @@ ylo ylo ylo ylo -aiU -aiU -aiU -aiU -bfS -bfW -bfa -pwp -bfB -bfG -bfc -bfc -bfc -bfc -bfc -bfc -bfc -pwp -bfG -bfg -nfz -xCy -ims -nfz -aiU -aiU -aiU -aiU ylo ylo ylo @@ -66146,6 +54441,121 @@ ylo ylo ylo ylo +"} +(5,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -66153,9 +54563,21 @@ ylo ylo ylo ylo +ahA +ahA +ahA +ahA +ahA +ahA +ahA ylo ylo ylo +ahA +ahA +ahA +ahA +ahA ylo ylo ylo @@ -66199,6 +54621,14 @@ ylo ylo ylo ylo +azX +azX +azX +azX +azX +azX +azX +azX ylo ylo ylo @@ -66217,6 +54647,121 @@ ylo ylo ylo ylo +"} +(6,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -66224,9 +54769,21 @@ ylo ylo ylo ylo +ahA +bFj +pPi +vHP +brx +bOL +ahA ylo ylo ylo +ahA +bsS +brx +bNb +ahA ylo ylo ylo @@ -66234,8 +54791,6 @@ ylo ylo ylo ylo -"} -(4,1,1) = {" ylo ylo ylo @@ -66268,6 +54823,22 @@ ylo ylo ylo ylo +azX +azX +azX +azX +azX +mRC +mRC +mRC +mRC +mRC +mRC +azX +azX +azX +azX +azX ylo ylo ylo @@ -66282,41 +54853,147 @@ ylo ylo ylo ylo -aer -aFH -aPj -lJj -adn -aeg -aQZ -afj -adn -lJj -aRG -aFH -acN -anf -anf -adV -adV -adV -adV -adV -adV -apF -abJ -adV -adV -adV -adV -adV +"} +(7,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +awz +awz +awz +awz +awz +awz +awz +awz +adz +adz +adz +awz +awz +awz +awz +awz +awz +awz +awz +awz +awz +awz +awz +ahA +arV +bNc +brO +aHe +brO +jzM +arV +arV +arV +arV +arV +aZI +brO +aZJ +arV +ahA +ahA ylo ylo -adV -adV -adV -adV -adV ylo ylo ylo @@ -66340,38 +55017,6 @@ ylo ylo ylo ylo -aiU -aiU -aiU -bfS -bfW -bfa -bfZ -bge -bfc -bfc -bfc -bfc -bfc -bfc -bfc -aEZ -tWy -bfc -bfc -bfc -bfc -bfc -bfc -aEZ -bfc -wFO -wFO -bfc -bfc -aiU -aiU -aiU ylo ylo ylo @@ -66382,6 +55027,26 @@ ylo ylo ylo ylo +azX +azX +azX +mRC +mRC +mRC +mRC +mRC +avX +avX +avX +avX +mRC +mRC +mRC +mRC +mRC +azX +azX +azX ylo ylo ylo @@ -66394,6 +55059,145 @@ ylo ylo ylo ylo +"} +(8,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +tNS +xjX +gXp +fCi +vaY +vaY +iWx +awz +cRJ +cRJ +cRJ +awz +adJ +pPp +tIP +vaY +pge +vaY +tIP +vaY +jOn +adJ +uhy +bjR +aZz +dgq +aHu +aHu +aHu +aHu +aHu +bMM +aiL +ehj +aHu +aHu +aHu +aHu +aHu +bMM +ahA ylo ylo ylo @@ -66428,6 +55232,28 @@ ylo ylo ylo ylo +azX +azX +mRC +mRC +mRC +avX +aIO +avX +avX +avX +avX +aIO +avX +avX +avX +avX +avX +mRC +mRC +mRC +azX +azX ylo ylo ylo @@ -66439,6 +55265,145 @@ ylo ylo ylo ylo +"} +(9,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ +pJo +pEj +aEJ +uEl +cwe +bHe +ahd +oVr +dLL +adH +fEI +adJ +pPp +wkv +als +aZn +aZM +aZn +aZM +aZn +uCU +jOn +uhy +btU +bry +aHw +aMZ +iLZ +aMZ +aMZ +aMZ +gbQ +aiQ +aHw +aMZ +aMZ +aMZ +aMZ +aMZ +gbQ +ahA ylo ylo ylo @@ -66471,6 +55436,32 @@ ylo ylo ylo ylo +azX +azX +azX +mRC +mRC +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +avX +aIO +mRC +mRC +azX +azX +azX ylo ylo ylo @@ -66479,1391 +55470,128 @@ ylo ylo ylo ylo -"} -(5,1,1) = {" ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -adV -abG -abG -abG -adV -adV -adV -adV -abG -abG -abG -aer -awZ -adj -adn -adn -aey -aRg -afr -adn -adn -aly -aRQ -acN -aFM -abN -abJ -abH -abP -aFW -abP -eTj -abN -ank -abP -aFi -acj -acB -adV -ylo -ylo -adV -aFi -acj -acB -adV -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aiU -aiU -aiU -bfc -nZR -wiF -wiF -wiF -wiF -wiF -wiF -wiF -wiF -wiF -wiF -wiF -wiF -wiF -fWM -wiF -wiF -nnC -huu -bfc -bfc -bfc -bfc -wFO -bfc -bfc -bfc -bfc -bfc -aiU -aiU -aiU -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahA -ahA -ahA -ahA -ahA -ahA -ahA -ylo -ylo -ylo -ahA -ahA -ahA -ahA -ahA -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -azX -azX -azX -azX -azX -azX -azX -azX -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(6,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -adV -adV -abL -abN -eTj -adV -aFi -acj -acg -abN -acH -exb -acN -aAU -adn -llr -adn -aep -aRj -afr -adn -llr -adn -aFH -acN -acu -lsH -abN -ank -abP -aox -acg -abN -lsH -asQ -abP -abP -acw -abP -adV -abG -abG -adV -abP -acw -abP -adV -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aiU -aiU -aiU -bfF -bgk -bfc -oJn -bfc -bfc -bfc -bfc -bfc -aEZ -bfc -bfc -bfc -bfS -bfa -bfc -bfc -bfc -bfc -bfc -hHy -huu -bfc -foQ -bfc -bfc -bfc -bfc -bfc -aEZ -bfc -bgf -bfb -bfu -aiU -aiU -aiU -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahA -bFj -brx -vHP -brx -bOL -ahA -ylo -ylo -ylo -ahA -bsS -brx -bNb -ahA -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -azX -azX -azX -azX -azX -sWP -sWP -sWP -sWP -sWP -sWP -azX -azX -azX -azX -azX -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(7,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abG -abH -abM -abN -eTj -abP -aci -abP -abP -adE -abN -abJ -acN -aFH -adj -dQQ -kHe -aep -aRs -ioh -adn -dQQ -aly -aRS -acN -abL -oGz -abN -abO -abP -aoy -abP -acz -oGz -abO -abP -acc -abN -acz -abP -xEP -apK -abP -acz -abN -lQu -adV -adV -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aiU -aiU -aiU -bfF -bfB -bfG -bfc -bfc -oJn -aEZ -aIt -aIt -aIt -aIt -aIt -aII -aII -aIt -aIt -aIt -lnQ -aII -aIt -aIt -bfc -oJn -bfc -bfc -bfc -bfc -bfc -sFF -bfc -bfc -sFF -bfc -bgc -bfU -bfT -pwp -bgk -aiU -aiU -aiU -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahA -ahA -arV -bNc -brO -aHe -brO -jzM -arV -arV -arV -arV -arV -aZI -brO -aZJ -arV -ahA -ahA -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -azX -azX -azX -sWP -sWP -sWP -sWP -sWP -avX -avX -avX -avX -sWP -sWP -sWP -sWP -sWP -azX -azX -azX -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(8,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abG -abJ -abN -lsH -asQ -abP -abP -abP -abL -fFa -lsH -aFn -acN -aFO -adn -dQQ -adn -aeq -aRF -afx -adn -dQQ -adn -aPj -acN -eTj -oGz -abP -abP -abP -abP -abP -abP -acv -abP -abP -aqb -rcg -pkc -apo -sCf -cRn -apo -pkc -aIj -acH -acI -abG -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aiU -aiU -bfF -bfB -bfG -bfc -aEZ -bfc -bfc -oJn -bfc -aIt -vHx -oCp -aIt -aSL -mSz -mWG -xMy -aSC -xMy -mWG -mSz -wlt -aIt -bfc -aER -bfc -bfc -bfc -hze -bfc -bfc -bfc -bfc -tWy -bfc -bfc -bfg -bfU -bfW -bfT -pwp -bgk -aiU -aiU -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahA -bjR -aZz -dgq -aHu -aHu -aHu -aHu -aHu -bMM -aiL -ehj -aHu -aHu -aHu -aHu -aHu -bMM -ahA -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -azX -azX -sWP -sWP -sWP -avX -aFc -avX -avX -avX -avX -aFc -avX -avX -avX -avX -avX -sWP -sWP -sWP -azX -azX -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(9,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -abF -aar -aar -aar -aar -aar -abF -abF -ylo -abF -aar -aar -aar -abF -abF -abF -abF -abF -abF -adE -oGz -abN -acg -acj -abP -abP -adE -qJl -acc -acN -awZ -adj -xQk -pIo -pIo -pIo -pIo -pIo -oEK -aly -aRQ -acN -juf -oGz -abP -aFW -acW -abP -yhy -diP -gth -uya -abP -uST -aGb -abO -abP -vad -aPr -abP -abL -aMP -eTj -abJ -abG -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aiU -aiU -aiU -pwp -bfG -bfc -bfc -bfc -bfc -bfc -bfc -oJn -aIt -aIt -aIG -aIG -aIt -lbC -bbH -vnF -bbH -bbH -bbH -vnF -bbH -vaK -aIt -aIt -oJn -bfc -bfc -bfc -bfc -bfc -bfc -bfc -bfc -hHy -huu -bfc -bfc -bfZ -bge -bfU -bfW -bfT -bfu -aiU -aiU -aiU -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahA -btU -bry -aHw -aMZ -iLZ -aMZ -aMZ -aMZ -gbQ -aiQ -aHw -aMZ -aMZ -aMZ -aMZ -aMZ -gbQ -ahA -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -azX -azX -azX -sWP -sWP -avX -avX -avX -avX -avX -avX -avX -avX -avX -avX -avX -avX -avX -avX -avX -aFc -sWP -sWP -azX -azX -azX -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(10,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -abF -ajS -aas -aas -aas -aas -aas -mQG -abF -abF -abF -akC -akE -akG -abf -anV -bxe -bxf -bxg -aax -abO -oGz -iZz -abP -aFj -acm -abP -abO -oGz -acz -acN -aGo -aPp -dQQ -adn -aeu -afb -afA -adn -dQQ -aFH -aFH -acN -acz -oGz -acg -acx -abP -abP -aBx -abU -gth -uya -abP -abP -abP -abP -abP -coy -uya -abP -abP -abP -abP -adV -adV -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aiU -aiU -bfc -bfc -bfc -bfc -aEZ -bfc -bfc -bfc -bfc -bfc -oJn -aIt -xYY -pcb -aSA -aIt -lmD -bbH -rMD -kmV -njv -uZh -rMD -bbH -vGn -vzV -aIt -oJn -bfc -aEZ -bfc -bfc -bfc -bfc -bfc -bfc -hHy -huu -bfc -bfc -aEZ -bfc -bfZ -bge -bfU -bfT -bfh -bfi -aiU -aiU -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahA +"} +(10,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ +pJo +lgv +sBc +pEj +adH +qvB +fEI +oVr +dLL +adH +fEI +adJ +dWv +aEJ +pEj +aZt +htl +aZt +pEj +bab +adH +mts +uhy btX bFg aHw @@ -67915,9 +55643,9 @@ ylo ylo azX azX -sWP -sWP -sWP +mRC +mRC +mRC avX avX avX @@ -67925,20 +55653,20 @@ avX avX avX avX -aFe -aFe -aFe -aFe +aCF +aCF +aCF +aCF avX avX -aFc +aIO avX avX avX avX -sWP -sWP -sWP +mRC +mRC +mRC azX azX ylo @@ -67951,164 +55679,125 @@ ylo ylo "} (11,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -vkq -ldy -olB -olB -olB -olB -olB -tKy -qqg -abf -tjQ -ldy -nrl -wGZ -abf -ayv -axj -axj -tpW -aax -abP -acv -abP -abP -abP -abP -abP -abP -acv -abP -acN -acV -acV -dQQ -adQ -acV -acV -acV -adn -lZp -acV -acV -acN -abP -acv -abP -abP -abP -yhy -diP -abU -gth -abQ -apK -xEP -bHi -xEP -apK -ifh -aQX -abP -aFi -acj -acB -adV -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aiU -aiU -nZR -wiF -wiF -wiF -wiF -wiF -wiF -wiF -wiF -qkt -wiF -xNa -aIt -ito -iDH -syk -aIt -lIE -bbH -dQL -ncR -klS -bbH -bbH -bbH -vGn -jho -aIt -nri -wiF -vfR -vfR -vfR -wiF -aFd -wiF -wiF -fWM -wiF -wiF -wiF -wiF -wiF -tlx -bfc -bfc -bfU -bfT -bfh -bfi -aiU -aiU -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahA +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ +pJo +pEj +jsq +bHe +adH +xUd +grK +adJ +dLL +adH +fEI +adJ +rur +aEJ +pEj +aZt +cgs +aZt +pEj +bab +adH +fEI +tgJ btZ brD aHw @@ -68159,193 +55848,34 @@ ylo ylo azX azX -sWP -sWP -qfl -avX -avX -avX -aFc -avX -avX -sWP -vCx -vCx -hwe -hwe -vCx -vCx -sWP -avX -avX +mRC +mRC +avb avX avX avX -aFc -qfl -sWP -sWP -azX -azX -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(12,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -abF -rcT -axj -axj -axj -axj -axj -axj -axj -lRg -abf -lPD -axj -axj -azU -abf -aCv -axj -mGL -bxh -aax -atu -mGl -mxc -vhz -vhz -hzU -vhz -loF -chJ -dcK -vhz -lRW -loF -hur -cRn -mxc -vhz -loF -cRn -hur -mxc -vhz -vhz -nBk -chJ -mxc -vhz -hzU -loF -mim -cRn -vbB -abU -abU -abU -abU -abU -abU -gth -uya -abP -abP -acw -abP -adV -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aiU -aiU -bfc -oJn -aEZ -bfc -bfc -bfc -bfc -bfc -bfc -aEZ -uXU -bfc -xCy -aIt -dfT -iDH -onz -aIt -xaF -bbH -sEc -vmm -jZU -uiW -gRE -fJx -jmL -wVb -aIt -bfe -bfc -bfc -huu -bfc -bfc -bfc -bfc -bfc -bfc -pwp -bfL -bfQ -bfc -bfc -oJn -bfc -bfc -bfc -bfU -bfW -bfa -bfi -aiU -aiU -ylo -ylo +aIO +avX +avX +mRC +aTj +aTj +gui +gui +aTj +aTj +mRC +avX +avX +avX +avX +avX +aIO +avb +mRC +mRC +azX +azX ylo ylo ylo @@ -68353,7 +55883,127 @@ ylo ylo ylo ylo -ahA +"} +(12,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ +pJo +hrf +jsq +pEj +adH +tLz +adJ +adJ +dLL +adH +fEI +adJ +qgg +aEJ +bHe +aZt +pEj +aZt +qFK +bab +bHe +fEI +tgJ bue bry aHw @@ -68403,9 +56053,9 @@ ylo ylo azX azX -sWP -sWP -dWJ +mRC +mRC +tmn avX avX avX @@ -68413,14 +56063,14 @@ avX avX avX avX -vCx -toC -qfl +aTj +jvh +avb avX avX -dPH -qfl -vCx +vAP +avb +aTj avX avX avX @@ -68428,9 +56078,9 @@ avX avX avX avX -qfl -sWP -sWP +avb +mRC +mRC azX azX ylo @@ -68441,164 +56091,125 @@ ylo ylo "} (13,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aar -woz -iYj -axj -eXX -nBw -mGL -nlU -ugK -axj -axj -aDZ -axj -axj -mGL -gZB -abf -bjn -axj -oVT -bxi -aax -ppy -gth -aPr -yaq -sam -gth -aPr -aFk -sam -gth -aPr -aFk -sam -gth -aPr -sam -abU -aPr -sam -xQH -aPr -aFk -sam -xQH -aPr -aFk -sam -gth -aPr -sam -abU -mGl -cRn -cRn -unL -wIZ -qkJ -cRn -vbB -ill -abP -acc -abN -eTj -adV -adV -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aiU -aiU -bfc -bfc -oJn -bfc -aIm -bcf -bcf -bcf -aIm -bfc -bfc -bfc -xCy -bfg -aIt -aIt -bbE -aIt -aIt -aII -bbH -aRo -aII -aIt -aIt -aIt -aIt -aIt -aIt -aIt -bfD -bfL -bfc -bfc -bfc -bfc -aUG -bcg -ukV -bcg -aUG -bfD -bfL -bfQ -bfc -oJn -bfc -bfc -bfc -bfc -bfZ -bga -bfh -bfi -aiU -aiU -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahA +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +dLL +iWF +tdi +cwe +adH +uCU +adJ +vxk +ulb +adH +fEI +adJ +sMW +aEJ +rwN +aZv +pEj +aZt +pEj +bab +kbm +ahd +tgJ btX aHe aHw @@ -68624,218 +56235,19 @@ ylo ylo ylo ylo -sXl -dDl -dDl -dDl -dDl -anT -aMB -aMB -wHN -wHN -auL -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -azX -sWP -sWP -qfl -avX -avX -avX -aFc -avX -avX -avX -aFe -vCx -qfl -aFf -aFe -aFe -aFe -qfl -vCx -aFe -avX -avX -avX -avX -avX -avX -avX -dPH -sWP -sWP -azX -ylo -ylo -ylo -ylo -ylo -ylo -"} -(14,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aar -uTg -iYj -axj -eXO -nrl -hap -wKb -tMG -xsE -xsE -xsE -xsE -xsE -qST -uRQ -abf -ayM -kBW -oVT -bxj -aax -abR -gth -uya -abP -abP -acv -abP -abP -abP -acv -abP -abP -abP -acv -abP -abP -pEX -abP -abP -acv -abP -abP -abP -acv -abP -abP -abP -acv -abP -aYY -sam -tDc -abU -abU -abU -abU -abU -abU -mGl -cRn -apo -pkc -uDW -aqb -uEC -abG -ylo -ylo -ylo -ylo -ylo -ylo +sXl +dDl +dDl +dDl +dDl +anT +aMB +aMB +wHN +wHN +auL ylo ylo -aiU -aiU -bfc -bfc -bfc -oJn -aIm -aIm -gaP -pVL -dXq -aIm -aIm -pwp -bgk -bfg -aIt -aIt -vHM -iLN -sXG -dWc -aIu -bbH -sEc -aSN -aIt -aJd -iyA -iyA -aTO -aTV -aIt -aIt -bfd -bfc -aEZ -bfc -aUG -aUG -nUs -ucu -pbX -aUG -aUG -bfD -bfL -bfc -oJn -bfe -bfc -bfc -bfc -bfc -bgb -bge -bfh -bfi -aiU -aiU ylo ylo ylo @@ -68843,7 +56255,167 @@ ylo ylo ylo ylo -arV +ylo +ylo +azX +mRC +mRC +avb +avX +avX +avX +aIO +avX +avX +avX +aCF +aTj +avb +dSa +aCF +aCF +aCF +avb +aTj +aCF +avX +avX +avX +avX +avX +avX +avX +vAP +mRC +mRC +azX +ylo +ylo +ylo +ylo +ylo +ylo +"} +(14,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +adK +eZq +daL +diI +diI +diI +akI +diI +adH +adH +uCU +oVr +ulb +aEJ +qFK +aZF +pEj +aZt +aZZ +bab +cgs +fEI +tgJ gJr bry aHw @@ -68892,36 +56464,36 @@ ylo ylo azX azX -sWP -qfl +mRC +avb avX -aFc +aIO avX avX avX avX avX avX -aFe -hwe +aCF +gui avX -aFe -aFe -aFe -aFe +aCF +aCF +aCF +aCF avX -hwe -aFe +gui +aCF avX avX avX avX avX -hwe -hwe -aFc -qfl -sWP +gui +gui +aIO +avb +mRC azX azX ylo @@ -68931,165 +56503,126 @@ ylo ylo "} (15,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -abF -dwH -axj -axj -axj -axj -axj -axj -axj -rCH -abf -dBW -axj -oVT -xvj -abf -abf -abf -bkr -abf -aax -abR -gth -uya -abP -eTj -oGz -acz -abP -abL -oGz -acc -abP -adE -oGz -eTj -abP -jOE -abP -abJ -oGz -eTj -abP -acz -oGz -adE -abP -abO -oGz -abP -abP -abR -tDc -aPr -jWy -yaq -bHj -yaq -jWy -vad -aPr -abP -abO -aQG -abH -iWA -abG -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aiU -aiU -nZR -wiF -aFd -wiF -xNa -aIm -kJT -aIo -ltk -xHN -jzn -aIm -aIm -aIm -aIt -aIt -xqz -aIu -sEc -bbH -bbH -bbH -bbH -sEc -vGn -bbJ -aIX -aIX -aIX -aIX -aIX -roj -aIt -aIt -bfc -bfc -aUG -aUG -aTQ -aJr -gbm -aJr -ecA -aUG -aUG -bfd -bfc -oJn -bfC -bfQ -bfe -bfc -bfc -bfc -bfc -bfQ -bfh -bfi -aiU -aiU -ylo -ylo -ylo -ylo -ylo -ylo -arV -bsS +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +adJ +kqZ +qpB +cbV +gGb +eUe +adJ +mJq +eZq +adH +adH +xYI +adH +aEJ +pEj +aZF +bHe +aZt +uEl +bab +jbQ +fEI +tgJ +bqw aHe aHw aMZ @@ -69136,204 +56669,165 @@ ylo ylo azX azX -sWP -sWP +mRC +mRC avX avX avX avX avX avX -lTU +dtQ avX avX -eMM -hwe +kAN +gui avX -aFe -eeG -aFe -aFe +aCF +gPY +aCF +aCF avX -hwe -eMM +gui +kAN avX avX -aFc -hwe +aIO +gui avX -hwe -hwe +gui +gui avX avX -sWP -sWP -azX +mRC +mRC +azX azX ylo ylo ylo ylo -"} -(16,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -izn -dBW -qRY -ahk -qRY -ahk -qRY -rCH -lkv -abf -nYO -dBW -oVT -tKy -abf -hyf -fGO -oVT -oob -aax -abR -mGl -nna -abP -avD -mqn -lQu -abP -aFo -fqp -abJ -abP -aFt -erc -acI -abP -jOE -abP -aFv -fqp -uEC -abP -aFI -erc -acI -abP -avD -mqn -lQu -abP -gab -vbB -uya -abP -abP -abP -abP -abP -coy -uya -abP -abP -abP -abP -adV -adV -ylo -ylo -ylo -ylo -ylo -ylo -aiU -aiU -bfc -oJn -bfc -bfc -bfc -bfe -aIm -aYz -aIq -aIq -vtk -rWM -wTZ -ezJ -bbB -sHB -aSj -aIu -bbH -sEc -vmm -aSk -obd -bbH -sEc -owL -bbJ -aIX -aJo -aTC -aJB -aIX -aIX -aTZ -aIt -bfc -bfc -aUG -aJf -hBq -aIZ -aIZ -jUx -pVr -aJf -aUG -bfg -bfc -oJn -bfD -bfE -bfG -bfc -bfc -bfc -bfc -bfc -bfQ -bfh -bff -aiU -aiU -aQz -aQz -aQz -aQz -aQz -aQz +"} +(16,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +awz +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +dLL +adH +adH +diI +diI +akD +alu +aZG +pEj +aZt +pEj +bab +adH +cLZ +uhy opl bry egM @@ -69380,40 +56874,40 @@ ylo ylo ylo azX -sWP -sWP +mRC +mRC avX avX avX -hwe -hwe +gui +gui avX -aFc +aIO avX avX avX -aFe -vCx -qfl -aFe -aFe -aFe -aFf -dWJ -vCx -aFe +aCF +aTj +avb +aCF +aCF +aCF +dSa +tmn +aTj +aCF avX avX -hwe -hwe +gui +gui avX avX avX avX avX avX -sWP -sWP +mRC +mRC azX ylo ylo @@ -69421,164 +56915,125 @@ ylo ylo "} (17,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -abF -abF -bke -vrA -lnW -agS -oEU -qSG -akf -abF -abF -abF -iYj -hap -xsE -aHy -xsE -kky -igg -oob -aax -abR -gth -uya -abP -abH -abM -abO -abP -eyA -abN -eTj -abP -abO -abN -abJ -abP -fdc -abP -acu -abN -abO -abP -alU -abN -eTj -abP -abH -abM -eTj -abP -abR -gth -uya -abP -aFi -nSC -acW -abP -vjF -aQX -abP -aFi -acj -acB -adV -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aiU -nZR -wiF -xNa -bfc -bfc -bfc -bfd -aIm -njP -aIr -yeW -jDO -aIq -aIq -aIq -aLi -bbH -bbH -bbH -bbH -sEc -voM -aIt -brm -bbH -scH -ncR -bbQ -mrQ -rbo -aTJ -aJC -fdh -aIX -aUa -bbJ -bfc -bfc -aUG -ese -scj -aIZ -kSD -jUx -taY -ese -aUG -bfc -aEZ -oJn -bfc -bfd -bfc -bfc -huu -huu -aEZ -bfc -bfc -bfc -bfc -bfu -awY -aQC -kOL -aQQ -aQO -xMS -aQC +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +avO +vaY +vaY +ctA +vaY +tUG +vaY +vaY +adJ +ulb +adH +xUd +oVr +jme +eZq +aZh +aZT +aZh +aZT +aZh +uyE +xUd +oBX +uhy bEM bFi aHw @@ -69614,8 +57069,8 @@ aIi aMC aMC fTT -cth -mpj +wrF +sTL kap aEG auL @@ -69625,40 +57080,40 @@ aSa aSa azX azX -sWP +mRC avX avX avX avX -hwe -hwe +gui +gui avX avX avX avX avX avX -vCx -qfl -dWJ +aTj +avb +tmn avX avX -jyX -qfl -vCx +fJM +avb +aTj avX avX avX avX avX avX -aFc +aIO avX avX avX avX avX -sWP +mRC azX azX ylo @@ -69666,165 +57121,126 @@ ylo ylo "} (18,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -abF -abF -aax -aaz -aaz -aaz -aaz -aaz -aax -abF -abF -abF -kXz -qIS -nqF -abf -dBW -oVT -axj -tpW -aax -abR -gth -uya -abP -abP -acw -abP -abP -abP -acw -abP -abP -abP -acw -abP -abP -djF -abP -abP -acw -abP -abP -abP -acw -abP -abP -abP -acw -abP -abP -abR -gth -uya -abP -abP -acw -abP -abP -coy -uya -abP -abP -acw -abP -adV -ylo -ylo -ylo -ylo -ylo -ylo -aiU -aiU -oJn -bfc -aUH -aUH -bcf -bcf -aUH -aUH -buL -muu -rMR -vLQ -oJV -oJV -oJV -bOj -ncR -ncR -ncR -ncR -iLN -bPt -aIt -brn -bbH -sEc -bbH -bqr -aIX -aJp -aTK -aJD -aIX -aIX -aUc -lnQ -bfc -bfc -aUG -aJf -oTw -aIZ -cuO -hSv -taY -aJf -aUG -bfc -bfc -oJn -bfc -bfc -bfc -bfc -huu -huu -bfc -bfc -bfc -bfc -bfc -bfc -bfc -ahc -aQQ -aQQ -aQO -aQO -aQC -aQC +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ +dLL +aEJ +pEj +aEJ +rwN +adH +adH +adH +bOU +adH +adH +fEI +adJ +adJ +jbj +cem +jme +alv +jme +cem +jme +oBX +awz +awz +arV aiL aHw aMZ @@ -69859,7 +57275,7 @@ bsD oZH aMC aMC -usz +aFE aMC qgl ged @@ -69869,11 +57285,11 @@ aSa aSa aSa azX -sWP -sWP +mRC +mRC avX avX -aFc +aIO avX avX avX @@ -69882,15 +57298,15 @@ avX avX avX avX -aFc -sWP -vCx -vCx -hwe -hwe -vCx -vCx -sWP +aIO +mRC +aTj +aTj +gui +gui +aTj +aTj +mRC avX avX avX @@ -69900,176 +57316,137 @@ avX avX avX avX -aFc +aIO avX -aFc -sWP -sWP +aIO +mRC +mRC azX ylo ylo ylo "} (19,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -abF -abF -gYL -gYL -gYL -gYL -gYL -gYL -gYL -abF -abF -abF -abf -abf -abf -abf -vGz -oVT -sYc -tpW -aax -abS -iIf -abS -abP -aFi -acx -acB -abP -aFi -acx -acW -abP -aFi -acx -acB -abP -jFF -abP -aFi -acx -acB -abP -aFi -acx -acW -abP -aFi -acx -acB -abP -abS -iIf -abS -abP -acz -abN -abO -abP -coy -abQ -abP -acz -abN -abL -adV -adV -ylo -ylo -ylo -ylo -aiU -aiU -bfc -oJn -aEZ -aUH -rmk -wTp -fGM -phN -bbB -mgO -aIq -dVN -oQO -sum -aRK -slU -bbB -gjw -aSk -obd -bbH -cIB -oia -bTU -gOO -ncR -iLN -vmm -bbJ -aIX -aJq -aTM -aTU -aIX -aIX -biO -aIt -aEZ -bfc -aUG -aJf -mOr -aIZ -cuO -jUx -xSk -aJf -aUG -bfe -bfc -bYI -wiF -wiF -wiF -wiF -wiF -wiF -wiF -tlx -bfc -bfc -bfc -bfc -bfc -aQC -aQC -aQO -aQW -aQQ -aQQ -ahc +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ +dLL +aEJ +pEj +kar +iWO +adH +bHe +bOR +adJ +eZq +adH +fEI +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +awz +adz +arV aHe aHw aMZ @@ -70114,7 +57491,7 @@ ylo ylo ylo azX -sWP +mRC avX avX avX @@ -70123,24 +57500,24 @@ avX avX avX avX -qVA -hwe -aFc +jPX +gui +aIO avX avX avX avX -aFe -eMM -aFe -aFe +aCF +kAN +aCF +aCF avX avX avX avX -aFc -hwe -hwe +aIO +gui +gui avX avX avX @@ -70149,172 +57526,133 @@ avX avX avX avX -sWP +mRC azX ylo ylo ylo "} (20,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -gYL -rvp -kFq -kFq -kFq -kFq -kFq -ewT -gYL -aax -auW -auW -asf -ntt -abf -wIr -uQt -wmr -mRl -aax -mQu -hxc -qac -abP -abP -abP -abP -abP -abP -abP -abP -abP -abP -abP -abP -abP -jOE -abP -abP -abP -abP -abP -abP -abP -abP -abP -abP -abP -abP -abP -cvr -hxc -qac -abP -abH -mfX -pkc -apo -jyZ -cRn -apo -pkc -kJa -abN -eTj -abG -ylo -ylo -ylo -ylo -aiU -nZR -wiF -xNa -bfc -aUH -aRq -lla -gOU -xHN -bbB -qyO -gxp -dVN -xHN -jzn -aIm -aIm -aIm -aIt -aIt -faF -obd -bbH -bbH -bbH -bbH -jvG -sEc -vGn -bbJ -aIX -aIX -aIX -aIX -aIX -ltX -aIt -aIt -bfc -bfc -aUG -aUG -aTR -pLy -cuO -vrC -aTn -aUG -aUG -bfd -bfc -oJn -bfc -bfe -bfc -bfc -bfc -aEZ -bfc -oJn -bfc -aEZ -bfc -bfc -bfc -bfc -aQC -aPb -aQO -aQQ -hQb -aQC +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ +kaf +aEJ +lgv +aEJ +pEj +adH +qvB +fEI +adJ +dLL +adH +fEI +apR +axs +bni +vsP +bFL +vJr +wBK +aRY +aqc +bLk +ahz +adz +arV iOP cUp pDB @@ -70359,17 +57697,17 @@ ylo ylo ylo azX -sWP +mRC avX avX avX avX avX avX -aFc +aIO avX -hwe -hwe +gui +gui avX avX avX @@ -70379,13 +57717,13 @@ avX avX avX avX -aFc +aIO avX avX avX avX -hwe -hwe +gui +gui avX avX avX @@ -70394,172 +57732,133 @@ avX avX avX avX -sWP +mRC azX ylo ylo ylo "} (21,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -gKQ -hho -aah -acU -acZ -afh -agi -qaY -jGk -aax -pTp -jkb -fUj -pTp -abf -ldy -oVT -eXX -meJ -aax -bHd -hxc -ehS -pdR -jOE -jOE -iQE -djF -djF -djF -jOE -oxL -piZ -djF -djF -jOE -iQE -jOE -djF -djF -djF -xuo -jOE -djF -piZ -djF -iQE -oxL -oxL -pdR -jZA -hxc -vWM -abP -iWA -aGj -abN -abP -aYY -jWy -abP -abO -aRl -abJ -anf -abG -ylo -ylo -ylo -aiU -aiU -oJn -bfc -aUH -aUH -aUH -mLu -oQY -rED -bnC -aUH -aUH -fMv -dVN -dqR -aIm -aIm -aeo -beO -beO -aIt -aIt -bqe -vrx -bTO -fax -obd -goV -sEc -dyd -aIt -aTu -aTw -ubv -aTl -nBa -aIt -aIt -xCy -bfc -bfc -xCy -aUG -aUG -aJa -aIc -aJa -aUG -aUG -bfu -bfQ -bfc -oJn -aEZ -beP -bfv -bfi -nfz -aEP -nfz -bYI -fVl -rMq -bfc -bfc -bfc -bfc -aQC -aQz -aQz -aQz -aQz -aQz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +kqZ +oOk +oXc +oOk +gGb +jme +jme +oBX +adJ +dLL +adH +fEI +apR +ghx +apS +apS +apS +apS +apS +apS +apS +bNR +ahz +adz +arV arV aiL qfp @@ -70604,7 +57903,7 @@ ylo ylo azX azX -sWP +mRC avX avX avX @@ -70621,7 +57920,7 @@ avX avX avX avX -elG +xoW avX avX avX @@ -70631,7 +57930,7 @@ avX avX avX avX -aFc +aIO avX avX avX @@ -70639,170 +57938,131 @@ avX avX avX avX -sWP +mRC azX azX ylo ylo "} (22,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -gYL -hho -aaA -abK -ada -afu -ago -qaY -gYL -aax -pTp -odW -odm -fKw -aIU -xsE -qST -axj -tpW -aaz -bBD -hxc -ehS -abP -abP -abP -abP -abP -abP -abP -abP -abP -abP -pEX -abP -abP -abP -abP -abP -abP -abP -abP -abP -abP -pEX -abP -abP -abP -abP -abP -jZA -hxc -ehS -apR -apR -apR -apR -apR -apR -apR +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +awz +awz +cRJ +cRJ +cRJ +cRJ +cRJ +awz +awz +dLL +adH +fEI apR -apQ -adV -adV -adV -adV -aSa -aSa -aSa -aiU -bfc -aER -bfc -aUH -luE -biq -aIo -vkO -aIq -vtk -bnD -aUH -bnH -aHF -bnH -aUH -aeo -aeo -bfg -beO -aeo -aIt -aIt -aIt -aIt -aIt -biG -bbH -lOS -wqn -aUI -aUI -aUI -aUI -aUI -aUI -aUI -xCy -nfz -aEP -aEP -nfz -xCy -aUG -ucj -cuO -aUf -aUG -bfc -bfc -bfc -bfc -oJn -bfc -bfh -bfq -bfi -ims -xCy -aEP -oJn -bfc -bfc -bfc -bfc -bfc -bfc -bfc -aiU -ylo -ylo +aQd +apS +apS +apS +apS +apS +apS +apS +bOG +ahz ylo ylo arV @@ -70824,14 +58084,14 @@ gbQ aiQ xUj agQ -bhk +bpa agQ agQ agQ azf agQ agQ -eLP +sBl agQ agQ aGB @@ -70848,10 +58108,10 @@ baU baU baU azX -sWP -sWP +mRC +mRC avX -aFc +aIO avX avX avX @@ -70859,197 +58119,158 @@ avX avX avX avX -aFc +aIO avX -sWP -vCx -dWJ -dWJ -dPH +mRC +aTj +tmn +tmn +vAP avX avX -toC -dPH -jyX -vCx -sWP +jvh +vAP +fJM +aTj +mRC avX avX avX avX avX avX -aFc +aIO avX avX avX avX -sWP -sWP +mRC +mRC azX ylo ylo "} (23,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -gYL -hho -aaW -acy -adf -afU -agp -qaY -gYL -aEa -pTp -iBO -jkb -nHU -abf -dBW -oVT -axj -tKy -aaz -bpb -vbW -pdW -oPa -adJ -adJ -oTE -mIa -oyA -vxk -ehU -xjX -xjX -vaY -grg -oYH -adJ -adJ -pPp -tIP -vaY -pge -vaY -tIP -vaY -jOn -adJ -adJ -kSG -agT -kjC -vbW -amb -apR -axs -bni +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +dLL +adH +fEI apR -bFL -aqc -aqc -bLk +uFX +apS +apS +apS +apS +apS +xKV +apS +bPf ahz ylo ylo -ylo -aSa -ylo -ylo -aiU -aiU -bfc -oJn -aUH -aUH -dYB -aIq -aIq -raw -emC -aIq -vtk -aIm -hHg -mUj -dcr -aUH -aeo -bgf -bfb -bgf -aeo -aII -xqz -aSj -aIw -aII -aIu -bbH -sEc -owL -bbM -gnm -aSY -bZK -aJr -azW -aUG -bfc -bfc -bfc -bfc -bfc -bfc -bbM -vTF -cuO -wEn -ukV -bfc -bfc -aEZ -wZu -fWM -wiF -tlx -bfl -bfo -bfi -xCy -nfz -oJn -bfc -bfc -bfc -aEZ -bfc -bfc -bfc -aiU -aiU -ylo -ylo -ylo arV nDN lZm @@ -71075,7 +58296,7 @@ azk azk iCm agQ -bhk +bpa agQ agQ agQ @@ -71093,208 +58314,169 @@ aoG aMc aoG bkO -hwe -hwe +gui +gui avX avX avX avX avX -aFc +aIO avX -sWP -sWP +mRC +mRC avX avX -sWP -sWP -sWP -sWP -sWP -hwe -hwe -sWP -sWP -sWP -sWP -sWP +mRC +mRC +mRC +mRC +mRC +gui +gui +mRC +mRC +mRC +mRC +mRC avX avX -sWP -sWP +mRC +mRC avX avX avX -hwe -hwe +gui +gui avX avX avX -sWP +mRC azX ylo ylo "} (24,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -gYL -hho -abq -kRa -adk -agc -agr -qaY -gYL -aax -dEe -jkb -jkb -nHU -abf -ugC -sll -xsE -xsE -aJR -jAE -acK -awk -otY -adJ -avZ -ulb -dbY -adH -adH -adH -dbY -adH +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +dLL adH -aEJ -gvl -adJ -pPp -ulb -als -aZn -aZM -aZn -aZM -aZn -uCU -jOn -adJ -hKD -aem -all -acK -jAE -axr -ghx -aQK +fEI apR -aWY +wHv apS apS -bNR +apS +apS +xby +huo +apS +bPg aqw ylo ylo -ylo -aSa -ylo -ylo -aiU -nZR -wiF -xNa -aUH -jzn -aIp -mGN -sjw -mRI -kEj -oJV -gfC -aHD -aIs -ssh -sFD -aUH -beO -bgg -bfV -bgg -aeo -aII -aIH -dQL -ncR -aIa -ncR -bZD -ozY -ncR -bZI -qHF -qHF -qHF -lwy -ilr -aUG -aEZ -bfc -bfc -bfc -bfc -aEZ -ukV -eRg -cuO -wEn -bbM -bfc -bfc -bfc -bfc -bfc -bfc -oJn -bfh -bfq -bfo -bfi -bgk -oJn -bfc -bfc -bfc -bfc -bfc -bfc -bfc -bfc -aiU -ylo -ylo -ylo arV djM bFf @@ -71338,208 +58520,169 @@ aoC aoC aoC aTP -hwe -hwe +gui +gui avX avX avX -qVA -hwe +jPX +gui avX avX avX -sWP -hwe -hwe -sWP -sWP -vCx -qfl -vZJ +mRC +gui +gui +mRC +mRC +aTj +avb +lNA avX avX -vCx -qfl -vCx -sWP -sWP -hwe -hwe -sWP +aTj +avb +aTj +mRC +mRC +gui +gui +mRC avX -aFc +aIO avX avX -hwe -hwe +gui +gui avX -aFc +aIO avX -sWP +mRC azX ylo ylo "} (25,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -gKQ -hho -acJ -acX -aew -agh -agy -qaY -jGk -aax -cvi -jkb -jkb -pTp -abf -obz -oVT -axj -axj -axj -aec -aec -vbW -otY -adJ -rur -jns -jns -adH -adH -uAN -oZx -diI -diI -xYP -hnx -adJ -rur -aEJ -pEj -aZt -pEj -aZt -pEj -bab +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +dLL adH -cLZ -adJ -lPi -aem -vbW -aec -sjs -apR -aQd -bvi +fEI apR -bwG +uJV +vim +vtS +awW +vNP apS +huo apS -bOG +bGn aqw ylo ylo -ylo -aSa -ylo -aiU -aiU -oJn -bfc -aUH -aUH -aIn -aIn -aHA -aIm -bnB -snG -mWj -dVN -aIm -cGb -aRW -ePL -aUH -beO -bgc -bfR -bgc -beO -aII -aIH -sEc -mKk -aII -kfc -sEc -bbH -lRY -bbM -aJe -aJe -meD -cuO -aYt -aUG -bfc -aUG -bcg -bcg -aUG -bfc -aUG -qAs -cuO -taY -aUG -bfu -bfQ -bfc -bfc -bfc -bfc -oJn -bgf -bfl -bfp -bfm -bfb -oJn -bfc -bfc -bfc -bfb -bfe -bfc -bfc -bfc -aiU -aiU -ylo -ylo ahA djM brB @@ -71574,45 +58717,45 @@ rWY aoC aoC aoC -biS +fvp aoC -aEn +lAJ aoC goe aoC aoC aoC aTP -hwe -qgF +gui +qmU +avX avX avX +gui +gui +avX +iNs avX -hwe -hwe +mRC avX -wAz avX -sWP avX +pra +aTj +gui +aTj avX avX +aTj +gui +aTj mRC -vCx -hwe -vCx avX avX -vCx -hwe -vCx -sWP avX +mRC avX -avX -sWP -avX -wfD +wbg avX avX avX @@ -71620,171 +58763,132 @@ avX avX avX avX -sWP +mRC azX ylo ylo "} (26,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -gYL -lTA -sVA -sVA -sVA -sVA -sVA -sEb -gYL -aax -eMI -eMI -pJP -eMI -abf -oVr -oVT -axj -cAV -aaz -pMN -aec -vbW -otY -adJ -vDu -pGp -pEj -adH -adH -kGV -adH -adH -jns -tdi -sCl -adJ -rur -aEJ -pEj -aZt -cgs -aZt -pEj -bab +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +awz +cRJ +cRJ +cRJ +cRJ +cRJ +awz +awz +dLL adH fEI -adJ -aRY -aem -vbW -aec -tSo apR apR apR apR -bzz -xKV -apS -bPf -ahz -aSa -aSa -aSa -aSa -aSa -aiU -bfc -aER -bfc -aUH -nHs -ftj -aIo -dVN -aIm -aIm -aIm -aIm -lXV -aIm -aIm -aIm -aIm -aUH -aeo -aeo -bfg -beO -beO -aIt -aSy -puh -vbv -aIt -aIt -sEc -bbC -aIt -aUG -xkt -aJf -kqp -qEu -aBm -aUG -aUG -aUG -sYh -ucu -aUG -aUG -aUG -qAs -cuO -taY -aUG -aUG -pwp -bfB -bgk -bfc -aEZ -oJn -bgg -bfl -beZ -bfm -bfR -oJn -bfc -bfc -bfg -bfR -bfC -bfc -bfc -bfc -bfc -aiU -ylo -ylo +apR +vOi +cwr +bOS +aTG +bGn +aqw +adz +adz ahA djM brB @@ -71816,7 +58920,7 @@ aZQ aBq qIU aEl -aEn +lAJ aoC aEu ayH @@ -71828,34 +58932,34 @@ aoG aMc aoG aTP -hwe -hwe +gui +gui avX -aFc +aIO avX avX avX -aFc +aIO avX avX -sWP +mRC avX avX -aFc +aIO avX avX avX avX -aFc +aIO avX avX avX avX -aFc +aIO avX avX -aFc -sWP +aIO +mRC avX avX avX @@ -71865,171 +58969,132 @@ avX avX avX avX -sWP +mRC azX ylo ylo "} (27,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -abF -abF -gYL -gYL -gYL -gYL -gYL -gYL -gYL -abF -abF -abF -abf -abf -abf -abf -oVr -oVT -rCH -eNm -aax -aDi -aec -vbW -otY +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ +pPp +vaY +vaY +vaY +vaY +vaY +iWx adJ dLL -aEJ -sHX adH -aEJ -wfn -qpB -nSm -qti -tdi -sCl -adJ -qgg -aEJ -bHe -aZt -pEj -aZt -qFK -bab -bHe fEI adJ -jyb -aem -vbW -aec -apr +kSG +fSQ +fSQ apR -aMY -aQN -aqc -pVm -huo +wwB apS -bPg +apS +apS +axt aqw -ylo -ylo -ylo -aSa -aiU -aiU -bfc -oJn -aUH -aUH -uKE -aIq -mGN -itb -aIm -lop -ebK -aIn -dVN -aRO -bnI -aIm -lop -aUH -aUH -aeo -aeo -beO -aIt -aIt -kmC -bbH -jdj -aII -oFe -bZE -bbI -npI -aUG -wGr -aSZ -iOW -cuO -cLF -bcc -aJr -aTA -aJr -gbm -hEi -biQ -aTS -lcF -cuO -cLF -tVx -aUG -aUG -aUG -aUG -bfc -bfc -oJn -bgc -bfl -bft -bff -bfc -oJn -bfc -bfc -beP -bfv -bfi -bfg -bfc -aEZ -bfc -aiU -aiU -ylo +adz +adz ahA djM brB @@ -72053,11 +59118,11 @@ azf aWy qIU hHL -oLg +sYV aBk qIU aBk -anL +oLg aBk qIU aoE @@ -72073,8 +59138,8 @@ baU baU baU azX -sWP -sWP +mRC +mRC avX avX avX @@ -72083,7 +59148,7 @@ avX avX avX avX -sWP +mRC avX avX avX @@ -72100,7 +59165,7 @@ avX avX avX avX -sWP +mRC avX avX avX @@ -72109,13 +59174,17 @@ avX avX avX avX -sWP -sWP +mRC +mRC azX ylo ylo "} (28,1,1) = {" +adz +adz +adz +adz ylo ylo ylo @@ -72124,161 +59193,118 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -abF -abF -abF -abF -bki -bki -bki -bki -bki -bki -bki -abF -abF -abF -uUk -uUk -uUk -abf -abf -aHz -abf -abf -aax -ljw -aec -vbW -otY -adJ -adK -agm -agl -mJq -ajM -pfk -adJ -adJ -adJ -dqt -adJ -adJ -sMW -aEJ -pEj -aZv -pEj -aZt -pEj -bab -kbm -ahd +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ +dLL +adH +adH +adH +adH +adH +uCU +vaY +ulb +adH +fEI adJ -kSG -aem -vbW -aec -amb +fSQ +ahP +fSQ apR -apS -apS -apS -apS -huo -apS -bGn -aqw -ylo -ylo -ylo -aSa -aiU -bfe -bfc -oJn -aUH -spP -aIp -aIq -dVN -bnz -aIm -aRy -oJV -aHC -kEj -gfC -oJV -aHC -oJV -rdn -aUH -beO -aeo -beX -aIt -jho -tml -bbH -dtU -bbG -fLm -bZE -bbI -aSO -aUI -aUI -aUI -sSg -gft -xiV -bbR -hyG -qHF -qHF -qHF -qHF -qHF -yga -qHF -oJb -aIZ -jWw -aUG -aJF -aJF -aUG -aUG -bfc -oJn -bfc -bfh -bff -bfb -bfc -aER -bfc -bgf -bfl -bfp -bfM -bfi -bfc -bfc -bfc -bfc -aiU -ylo +wwB +avd +qST +apM +aqd +ahz +adz +adz ahA djM brB -uip +iQc aVn nsg djM @@ -72319,7 +59345,7 @@ ylo ylo azX azX -sWP +mRC avX avX avX @@ -72328,39 +59354,43 @@ avX avX avX avX -sWP +mRC avX avX avX avX -vCx -vCx -vCx -vCx -vCx -vCx -vCx -vCx +aTj +aTj +aTj +aTj +aTj +aTj +aTj +aTj avX avX avX avX -sWP +mRC avX avX -aFc +aIO avX avX avX avX avX -sWP +mRC azX azX ylo ylo "} (29,1,1) = {" +adz +adz +adz +adz ylo ylo ylo @@ -72369,157 +59399,114 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -abF -abF -abF -abF -aaL -aId -aay -aId -aay -aId -aaK -abF -abF -abF -aav -aas -aas -atn -ldy -oVT -tKy -yki -aax -ljw -aec -vbW -otY -adJ -adJ -adJ -adJ -adJ -adJ -adJ -adJ -adJ -lxj -tdi -uCU -vda -ulb -aEJ -qFK -aZF -pEj -aZt -aZZ -bab -cgs -gYr +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ +jbj +eZq +adH +adH +adH +adH +adH +adH +adH +adH +grK adJ -hKD -aem -hRI -jAE -jAE -aIb -cwr -cwr -cwr -cwr -awf -bGj -taQ +kSG +fSQ +fSQ +apR +amo +apR +apR +apR ahz -ylo -ylo -ylo -aSa -aiU -bfd -aEP -aEX -bbB -xcG -dHG -uGC -eDd -aXF -aIm -oNR -aIm -aIm -btT -dVN -vFo -aIn -ebK -tOa -aUH -beX -aIk -aeo -aIt -sii -eVI -sTW -jok -aII -fLm -bZE -bbI -lyW -aIt -aJg -aUI -aUG -aJa -aJa -aJa -eKJ -aIZ -dlz -dos -aIZ -aIZ -pTt -aIZ -aIZ -aIZ -oVj -aIY -aJF -heb -aJF -aUG -bfc -oJn -bfc -bfc -bfC -bfV -bfc -oJn -bfc -bgc -bfh -bfp -bfp -bfm -bfc -bfc -bfc -bfc -aiU -ylo +ahz +adz +adz arV djM rFJ @@ -72564,48 +59551,52 @@ ylo ylo ylo azX -sWP +mRC avX avX avX avX avX -hwe -hwe +gui +gui avX -hwe +gui avX -aFc +aIO avX avX -vCx +aTj bcl bcl bcl bcl bcl bcl -vCx +aTj avX avX avX avX -hwe +gui avX avX -hwe -hwe +gui +gui avX avX avX -aFc -sWP +aIO +mRC azX ylo ylo ylo "} (30,1,1) = {" +adz +adz +adz +adz ylo ylo ylo @@ -72614,157 +59605,114 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -abF -tJA -aax -snW -aaL -aId -aay -aId -aay -aId -aaK -snW -aax -sKa -ldy -axj -axj -axj -axj -oVT -axj -oob -aax -ljw -aec -vbW -otY -adJ -tNS -xjX -gXp -fCi -vaY -vaY -iWx -adJ -dLL -xtW +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +awz +ulb +adH +adH +adH +adH +adH +adH adH -xYI -jns -aEJ -pEj -aZF -bHe -aZt -pEj -bab adH -fEI adJ -aRY -aem -vbW -fXJ -sjs -apR -apS -apS -apS -apS -axt -apR -apR -ahz -aqk -aqk -awb -aiU -aiU -nZR -wiF -xNa -bbB -mwK -aIp -vIb -aIq -aXG -aIm -aIm -aIm -kCH -aIp -sZc -fmM -aIm -aIm -aIm -aUH -aIk -tQd -aIk -aIt -aIt -aII -aII -aII -aIt -bqd -bZE -bbI -bbI -aJb -aKY -aJs -aUG -hle -hbu -aJa -bbT -aIZ -vth -lki -aIZ -aIZ -aIZ -aIZ -aIZ -aIZ -cLF -aIY -aJF -urN -aUk -aUG -bfe -oJn -bfc -bfc -bfC -bfb -bfc -oJn -bfc -bfX -bfa -bfp -bfN -bff -bgf -bfc -bfc -bfb -aiU -aiU +adJ +htZ +htZ +htZ +htZ +wyI +htZ +vFH +apT +adz +adz +adz +adz arV lTC lZm @@ -72809,208 +59757,169 @@ ylo ylo ylo azX -sWP +mRC avX avX avX avX avX -hwe -hwe -aFc -hwe +gui +gui +aIO +gui avX avX avX avX -vCx +aTj bck bQk caZ bZa bZc bck -vCx -avX -avX -aFc -avX -hwe -avX -avX -hwe -qVA -aFc +aTj avX avX +aIO avX -sWP -azX -ylo -ylo -ylo -"} -(31,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -uTU -aax -aeP -wlc -aId -aay -aId -aay -aId -aaK -alS -aax -mwH -axj -aav -aas -aas -aas -hUS -axj -gZB -aax -gtP -aec -vbW -otY -vda -pJo -pEj -aEJ -pEj +gui +avX +avX +gui +jPX +aIO +avX +avX +avX +mRC +azX +ylo +ylo +ylo +"} +(31,1,1) = {" +adz +adz +adz +adz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ adH -bHe -ahd -vda -dLL -juq -diI -diI -diI -akD -alu -aZG -pEj -aZt -pEj -bak adH -cLZ -adJ -aSc -aem -vbW +adH +adH +adH +adH +adH +adH +adH +nlk aec -apr -apR -amc -apx -apy -apM -aqd +aec +aec +aec +aec +gtr +aec +hId apT -ajb -aqe -aqe -ava -kdl -awY -bfg -oJn -bfc -bfc -aUH -hZO -aIp -dfV -aIq -aYA -aIm -ebK -aIm -aIm -qmT -dVN -vtk -aIn -mXC -ebK -aUH -aeo -iQh -aIk -aIt -eun -aIJ -aIB -aIB -aSD -kAM -bZF -sdR -cms -aIt -aIt -aIt -aUG -aTm -aJF -bbX -aIZ -aIZ -aIZ -aIZ -aIZ -sTH -ouC -fid -aIZ -aIZ -nMc -wXD -uIM -ixm -aJF -aUG -bfC -aEX -aEP -aEP -bfd -aFh -aEP -aEX -bfS -bfY -beP -bfp -bff -bfb -bgg -aEP -aEP -bfU -bfT -awY -ewW +adz +adz +adz +adz +arV lTC djM mxO @@ -73028,24 +59937,24 @@ hPF bNv aiQ sSZ -bhk +bpa sPB dnZ atF bjQ anQ anQ -hVR +sqf anQ -dbr -dbr +vpC +vpC anQ bCv -xvG +kUV bCv aoN byw -xvG +kUV nUa crG auG @@ -73054,33 +59963,33 @@ aSa aSa aSa azX -sWP -sWP -aFc +mRC +mRC +aIO avX avX avX avX avX avX -sWP +mRC avX avX avX -vCx -vCx +aTj +aTj bck bQS bYZ bYZ bZe bck -vCx -vCx +aTj +aTj avX avX avX -sWP +mRC avX avX avX @@ -73088,174 +59997,135 @@ avX avX avX avX -sWP -sWP +mRC +mRC azX ylo ylo ylo "} (32,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -cWa -aax -aId -hlf -aId -aay -aId -aay -aId -aaK -aId -fGJ -dBW -axj -iYj -yaD -qBZ -gkH -knx -axj -nLW -aax -atx -aec -vbW -otY -vda -pJo -lgv -sBc -pEj +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ +adH +adH +adH +adH +adH +adH +adH +adH adH -qvB -fEI -vda -dLL -pKg -xUd -vda -jme -eZq -aZh -aZK -aZh -aZT -aZh -aZT -xUd -oBX adJ -jyb -aem -vbW aec -apr -apR -apR -apR -apR -apR -apR -apT -ajd -aqf -aqf -avc -uwo -awY -bfc -oJn -bfc -bfe -aUH -aUH -aRq -aIq -aIq -aRB -aIm -aRy -oJV -aHC -oJV -kEj -oJV -aHC -oJV -eSC -aUH -aeo -iQh -beO -aIt -bnN -fLm -aIG -aIP -aIG -bbI -bZE -bbI -bbI -aJb -aKZ -aJs -aUG -cwp -nXu -aJa -kFE -aTB -meD -aIZ -onY -nNo -aJa -lWf -eRi -aIZ -mfH -aUG -aJF -aJF -aUG -aUG -bfd -oJn -bfc -bfc -bfc -bfc -bfc -oJn -bfc -pwp -bfH -bfI -bff -bfR -bgc -bfc -bfc -bfc -bfR -awY -hOb +aec +aec +aec +aec +gtr +aec +hId +aek +adz +adz +adz +adz +arV aiO aiO aiO @@ -73281,12 +60151,12 @@ bkR anQ anQ anQ -vBb +iSz anQ anQ -dbr +vpC bCv -lHB +jUA bCv aoN byw @@ -73300,19 +60170,19 @@ aSa aSa azX azX -sWP +mRC avX avX avX -aFc +aIO avX avX avX -sWP +mRC avX avX avX -vCx +aTj aLh aLh bYX @@ -73321,19 +60191,19 @@ aLl bZg aLh aLh -vCx +aTj avX avX avX -sWP -aFc +mRC +aIO avX avX avX avX avX avX -sWP +mRC azX azX ylo @@ -73341,172 +60211,133 @@ ylo ylo "} (33,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -jkb -hOU -aId -hlf -aId -aay -fst -aay -aId -aaK -aId -aax -lFX -axj -iYj -nTg -abf -fmC -hFc -axj -idf -aax -ljw -aec -vbW -otY -vda -pJo -pEj -jsq -bHe +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ adH -xUd -grK -adJ -rur -tdi -cLZ -adJ -adJ -jbj -cem -jme -alv -jme -cem -jme -oBX -adJ -adJ -kSG -aem -vbW +adH +adH +adH +adH +adH +adH +adH +adH +nlk aec -amb -awc -awc -awc -awd -akH -avO -apT -alA -atK -aqf -avd -axN -awY -bfc -oJn -bfc -bfD -bfL -aUH -lSU -kBA -bwb -bwa -aIm -tOa -wKh -aIn -feQ -ijV -mey -aIm -wKh -aUH -aUH -beX -jFP -beX -aIt -aIt -sMO -tHC -tHC -aSE -tzz -bZE -bbI -uHh -aIt -aJi -aIt -aUG -aUG -aUG -aUG -aUG -aUG -biP -nIF -fqj -iAO -aJa -daO -fqj -nIF -bUF -aUG -aUG -aUG -aUG -aeo -bfc -bYI -wiF -wiF -wiF -wiF -wiF -fWM -tlx -bfc -bfh -bff -bfZ -bge -bfc -aIk -aIk -bfc -bgc -awY -hOb +jAE +aec +aec +aec +aec +aec +hId +aek +adz +adz +adz +adz +aqr iiS aVZ -rTw -rTw +eiR +eiR mzi -aiO +jRL hUY eiR eiR @@ -73545,19 +60376,19 @@ ylo ylo ylo azX -sWP -sWP +mRC +mRC avX avX avX avX avX avX -sWP +mRC avX -aFc +aIO avX -vCx +aTj bck bOa bYY @@ -73566,19 +60397,19 @@ oNI bZh gGQ bck -vCx +aTj avX avX avX -sWP +mRC avX avX avX avX avX avX -sWP -sWP +mRC +mRC azX ylo ylo @@ -73586,172 +60417,133 @@ ylo ylo "} (34,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -phK -aax -aId -aaL -aId -aay -aId -aay -aId -aaK -aId -aaz -vVO -axj -iYj -wJp -kLC -lDh -tpW -axj -nLW -aax -ljw -aec -vbW -otY -vda -pJo -hrf -jsq -pEj +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +awz +eZq +adH +adH +adH +adH +adH +adH +adH adH -tLz -adJ -adJ -dLL -tdi -fEI -adJ -adJ -adJ -adJ -adJ -adJ -adJ -adJ -adJ -adJ -adJ adJ adJ -aem -hRI -jAE -jAE -jAE -jAE -jAE -jAE -alZ -jAE -agJ -anr -anr -auX -avF -arz -awY -bfQ -oJn -bfc -bfc -bfd -aUH -aUH -bcf -bcf -aUH -aUH -aUH -aUH -aUH -aUH -aUH -aUH -aUH -aUH -aUH -beO -beO -jFP -beO -beO -aIt -aII -aII -aIt -aIt -aII -bZE -bbL -aII -aIt -aIt -aIt -beO -beX -aIk -beO -beO -aUG -aUG -bcg -bcg -aUG -aUG -aUG -bcg -bcg -aUG -aUG -aeo -aeo -aeo -aeo -aeo -oJn -bfc -bfc -bfc -bfc -bfc -bfc -oJn -aeo -aeo -beX -beX -aIk -aIk -aIk -aIk -aIk -aIk -awY -hOb +nYO +nYO +nYO +wIy +aec +aec +hId +aek +adz +adz +adz +adz +aqr vND fll -aGr +aLL eUR kOi -aiO +jRL agN ahC azk @@ -73759,7 +60551,7 @@ azk azw azk azk -qjL +qCz hQS xMJ xUj @@ -73791,18 +60583,18 @@ auG auG azX azX -sWP -sWP +mRC +mRC avX avX avX avX avX -sWP +mRC avX avX avX -vCx +aTj bck bOe xwg @@ -73811,18 +60603,18 @@ tsA xwg bZl bck -vCx +aTj avX avX -aFc -sWP +aIO +mRC avX avX avX avX avX -sWP -sWP +mRC +mRC azX azX ylo @@ -73831,174 +60623,135 @@ ylo ylo "} (35,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -ikQ -aax -aId -aaL -aId -aay -aId -aay -aId -sxU -aId -aaz -vVO -axj -juI -vFm -vFm -vFm -kzm -axj -bXN -aax -ljw -aec -vbW -otY -adJ -dLL +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ +pPp +ulb adH -tdi adH adH -uCU -adJ -vxk -ulb -tdi -uCU -vaY -vxk -adJ -vaY -tUG -vaY -vaY -ctA -tdp -vUl -vaY -iWx -adJ -aem -vbW -aec -hId -wIy -amO -hId -wIy -vbW -avP -apT -aop -aqf -aqf -awH -arz -awY -bfe -oJn -aIk -aIk -aIk -beO -beO -aIk -aIk -aIk -aIk -aIk -aIk -aeo -aeo -aeo -aeo -aeo -beO -beO -beO -beO -oJn -bfc -beX -beO -beO -beO -beO -aIO -aIk -iQh -aIk -aIk -aIO -beO -beO -aeo -aIk -tQd -aIk -beX -beO -beX -beO -beO -beO -beO -beO -aeo -aeo -aeo -beO -aIk -aIk -aIk -beO -aeo -eOe -bfZ -bga -bfc -bfF -beZ -bfg -jFP -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -awY -hOb +adH +adH +adH +adH +adH +iWx +adJ +kSG +fSQ +fSQ +aem +aec +aec +hId +apT +adz +adz +adz +adz +aqr xLv -dRz +aBV hvD fum oZj -aiO +jRL agN -bhQ +hzu tLF epc olX @@ -74009,7 +60762,7 @@ anA xlv fdf agQ -bhQ +hzu anG qIU aBj @@ -74035,19 +60788,19 @@ bzQ bAa bAj auG -sWP -sWP -sWP +mRC +mRC +mRC avX avX avX avX avX -sWP -sWP -sWP -sWP -sWP +mRC +mRC +mRC +mRC +mRC aLh aLh aLh @@ -74056,17 +60809,17 @@ bao aLh aLh aLh -sWP -sWP -sWP -sWP -sWP +mRC +mRC +mRC +mRC +mRC avX avX avX avX avX -sWP +mRC azX azX ylo @@ -74076,172 +60829,133 @@ ylo ylo "} (36,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -pTp -aax -tOL -aaL -aId -aay -aId -aay -aId -aaK -alS -aax -iYj -axj -axj -axj -axj -axj -axj -wII -leP -aax -ljw -aec -vbW -otY -adJ -adK +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ +dLL +adH +adH +adH +adH +adH +xUd +jme eZq -daL -diI -diI -diI -akI -diI -diI -prF -diI -diI -mRp -akI -diI -oZx -pgn -alu -gqi -pEj -pGp adH fEI adJ +fSQ +ahP +fSQ aem -vbW aec -otY -acM -acM -acM -aem -vbW -avV +aec +hId apT -ajd -aqf -auY -axM -arz -bfF -bfG -iQh -aIk -aIk -aIk -beX -aeo -beX -aIk -aIk -tQd -aIk -beX -beO -beO -beO -fsx -beO -beO -beO -fsx -aeo -oJn -bfb -bfc -bfc -beO -beO -beO -bcW -aIk -gkx -kIW -kIW -sjr -oiQ -pSo -kIW -kIW -egd -kIW -kIW -kIW -kIW -orI -oiQ -oiQ -pSo -pSo -pSo -oiQ -kIW -nny -kIW -kIW -kIW -oiQ -oiQ -lGP -bfe -bgc -bfF -bfG -beO -beO -jFP -aIk -aIk -aIk -aIk -dFb -aIk -aIk -aIk -aIk -fsx -beO -hOb +adz +adz +adz +adz +aqr wjn -aGr -gaO -aGr +aLL +iwV +aLL uua -aiO +jRL agN azf anG @@ -74262,11 +60976,11 @@ anP hHA qIU aBk -anL +oLg aBk qIU bbZ -xvG +kUV bCv bzw bCv @@ -74280,15 +60994,15 @@ aLX bAh bUA auG -aFc +aIO avX -hwe +gui avX avX avX avX avX -sWP +mRC aLh aLh aLh @@ -74304,14 +61018,14 @@ aLh aLh aLh aLh -xQF -sWP +woB +mRC avX avX -aFc +aIO avX -sWP -sWP +mRC +mRC azX ylo ylo @@ -74321,172 +61035,133 @@ ylo ylo "} (37,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -jkb -aax -dgJ -aaL -aId -aay -aId -aay -aId -lwl -aId -aax -dLX -nwu -nwu -rYp -sNo -rYp -rwl -vrA -ceE -aax -ljw -aec -vbW -otY -adJ -adJ -kqZ -qpB -cbV -gGb -eUe -adJ -mJq -alc +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +cRJ +jbj jme -eZq -adH -tTE -adJ +jme +jme +jme +jme +grK adJ -eZq -aEJ -pEj -kar -iWO +dLL adH -bHe -ahd +fEI adJ +cKv +fSQ +fSQ aem -vbW aec -otY -acM -ylo -acM -aem -vbW -avV +aec +hId apT -apU -atY -auZ -axN -arz -bfd -beX -iQh -aIk -aIk -beX -beO -aeo -aeo -aeo -aIk -gkx -kIW -oiQ -pSo -pSo -oiQ -oiQ -pSo -oiQ -oiQ -pSo -pSo -xha -bfU -bfW -bfT -bfc -beO -beO -bcW -aIk -iQh -aIk -aIk -bcW -beO -bij -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -beO -bfZ -bgd -bge -beO -beO -beO -iQh -aIk -aIk -aIk -beX -beX -pwp -beP -bfi -bfd -beO -beO -beX -ppP -beO -beX -aIk -beO -aIk -beX -aIk -aIk -beX -beO -beO -hOb +apT +aek +aek +apT +aqr hSQ seB -hsD -lUc -gew -aiO +oaV +fsu +aEi +jRL agN azf anG @@ -74527,13 +61202,13 @@ bAn auG avX avX -hwe +gui avX avX avX -aFc +aIO avX -sWP +mRC aLh bEj bZq @@ -74542,7 +61217,7 @@ aLh dzZ aLt aLl -bjE +rmU aLt aLv aLh @@ -74554,8 +61229,8 @@ avX avX avX avX -sWP -sWP +mRC +mRC azX azX ylo @@ -74566,172 +61241,133 @@ ylo ylo "} (38,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -abF -jYc -aax -aax -oLX -oLX -oLX -oLX -oLX -oLX -oLX -aRt -aax -aax -aax -aax -aax -aax -aax -aax -aax -aax -aax -aDi -aec -vbW -otY -kSG -adJ -adJ -adJ -adJ -adJ +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +awz adJ +oVr +oVr +oVr +oVr +oVr adJ adJ +dLL +adH +fEI adJ adJ -ylS -adH -jEK -iWx adJ -kaf -aEJ -lgv -aEJ -pEj -adH -qvB -fEI adJ aem -vbW aec -otY -aek -ylo -aek -aem -vbW -avO -apT -awb -plI -plI -plI -awb -bno -aIk -kQb -adX -aIl -beX -beO -adX -adX -adX -aIk -iQh -bcW -aIl -aIl -aeo -aeo -aeo -aeo -beO -beO -aeo -aeo -oJn -bfZ -bga -bfV -bgh -bge -beO -bcW -aIk -iQh -aIk -aIk -bcW -beO -beX -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aeo -bgf -bfS -bfW -bfa -bgf -aeo -aeo -iQh -aIk -aIk -uIJ -uIJ -aeo -aeo -bfh -bff -aeo -beX -beX -adX -yjw -aIl -beX -beX -adX -adX -adX -aIk -aIk -bcW -aIl -aIl -ast +aec +pdW +htZ +htZ +htZ +htZ +htZ +aqr bCX bCX -aiO +jRL bCX uvy -aiO +jRL agN azf anG @@ -74739,7 +61375,7 @@ uBj ylo uBj iOe -bhQ +hzu tLF gIe epc @@ -74766,19 +61402,19 @@ nUa bCv bCv bCv -rVh +iRR qwM aoE auG -hwe -hwe -sWP -sWP -sWP -sWP +gui +gui +mRC +mRC +mRC +mRC avX avX -sWP +mRC aLh bEk bEm @@ -74798,8 +61434,8 @@ abx avX avX avX -sWP -sWP +mRC +mRC azX azX ylo @@ -74811,170 +61447,131 @@ ylo ylo "} (39,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -acM -acM -akH -qba -qWr -lDJ -aec -aec -aec -aec -aec -aec -dvE -anX -oIf -oIf -oIf -oIf -oIf -anX -oIf -oIf -oIf -oIf -adZ -aec -vbW -pdW -htZ -gAt -htZ -htZ -htZ -htZ -htZ -htZ -htZ -oDt +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +adH +adH +adH +adH +adH +adH +adH +vaY adJ -hte -jme -qGn -cLZ +dLL +adH +fEI adJ -kqZ -oOk -eUe -oOk -gGb -jme -jme -oBX +adH +adH adJ aem -vbW aec -otY -aek -ylo -aek -aem -vbW -akH +aec +fSQ ahP -aza -vVI -aiT -tUR -aIy -aIk -aIk -iQh -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -beX -aIl -aeo -fsx -beO -beO -beO -beO -beO -aeo -eOe -bfc -bgc -bfR -bgg -bfc -beO -beX -aIk -iQh -aIk -aIk -beX -beO -aeo -aeo -aIk -aIk -beX -aeo -aIk -aIk -bfZ -bgi -beP -bfv -bfi -bgb -bge -aeo -jFP -aIk -aIk -uIJ -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -ozp -aBa -aGr -lrQ +fSQ +fSQ +ahP +fSQ +ast +aLL tEJ +aLL +aLL azf pkh qkD @@ -75006,7 +61603,7 @@ auG auG bAK bBw -xvG +kUV nUa bBA aoc @@ -75020,10 +61617,10 @@ bCv aoE pDR pDR -sWP -sWP -sWP -sWP +mRC +mRC +mRC +mRC aLh caQ aLl @@ -75037,13 +61634,13 @@ bZb bZd aLh ajN -akw +nGO aLv -xQF -sWP -sWP -sWP -sWP +woB +mRC +mRC +mRC +mRC azX azX ylo @@ -75056,23 +61653,118 @@ ylo ylo "} (40,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -acM -hNh -akH -iVp -qWr +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +adH +adH +adH +adH +adH +adH +adH +adH +adJ +dLL +adH +fEI +adJ +adH +adH +adJ +aem aec aec aec @@ -75080,145 +61772,11 @@ aec aec aec aec -dXm -eHn aec -all -jAE -jAE -jAE -jAE -jAE -jAE -jAE -jAE -jAE -alZ -acK -jAE -jAE -jAE -jAE -jAE -jAE -jAE -jAE -jAE -awk -otY -adJ -adJ -adJ -ilZ -fEI -adJ -adJ -vda -vda -vda -vda -vda -adJ -adJ -adJ -aem -hRI -jAE -eqF -acM -ylo -acM -aem -hRI -jAE -jAE -aVG -ros -aqh -aqh -afR -aIk -aIk -iQh -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -beX -adX -aeo -beO -beO -fsx -aeo -aeo -snS -aeo -eOe -bfc -bfc -bfZ -bgi -bfc -beO -beX -beX -iQh -aIk -aIk -beX -aeo -aeo -aeo -aeo -beO -beO -aeo -aIk -bfc -bfc -bfc -bfg -bfh -bfx -bff -bgk -beO -mAx -oiQ -orI -kIW -kIW -kIW -nny -kIW -kIW -kIW -kIW -kIW -kIW -egd -kIW -kIW -kIW -kIW -kIW -kIW -nny -kIW -kIW -kIW -kIW -vVU -lqK -ahG -atV +agQ +agQ +agQ +agQ agQ azf agQ @@ -75233,12 +61791,12 @@ azf anG xMJ iOe -bhk +bpa azf anG qIU aBk -olY +pgj aBk lOW aLX @@ -75260,15 +61818,15 @@ ect bCv bCv bCv -xvG +kUV byE kYn aoE pDR pDR azX -sWP -sWP +mRC +mRC aLh caQ lLc @@ -75285,8 +61843,8 @@ ajp lLc bYU aLh -sWP -sWP +mRC +mRC azX azX azX @@ -75301,172 +61859,133 @@ ylo ylo "} (41,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -acM -mop -eby -uyT -hTI -jAE -jAE -jAE -jAE -jAE -jAE -jAE -jAE -hGg -hGg -ldE -aec -aec -aec -aec -aec -aec -aec -aec -aec -vbW -aec -aec -aec -aec -aec +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +adH +adH +adH +adH +adH +adH +adH +adH +adJ +dLL +adH +fEI +adJ +adH +adH +adJ +aem aec aec aec aec aec -vbW -otY -cKa -vda -vgn -sid -uCU -vaY -vaY -vaY -vaY -vaY -vaY -vaY -iwB -vda -cKa -aem -vbW aec -otY -acM -ylo -acM -bhi -vbW aec aec -afR -aqh -aqh -nxI -aVG -kIW -kIW -egd -kIW -nny -kIW -kIW -kIW -kIW -kIW -kIW -egd -wuS -aIk -beX -aeo -aeo -aeo -bfg -bfb -beO -aeo -beO -jFP -aeo -aeo -bfc -bfc -beO -beO -adX -beX -iQh -aIk -aIk -adX -aeo -aeo -beP -bfv -bfi -bfQ -bfg -bfc -bfc -bfc -bfc -bfc -bfc -bfc -bfd -bfg -beO -jFP -beO -beX -beO -aIk -aIk -iQh -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -aIk -aIk -aIk -clN -ahG +agQ +agQ bZP -azR +azk azk hdR -bhP +azk azk azE anG @@ -75489,7 +62008,7 @@ avT aLX kGP byP -xvG +kUV bCv byE byO @@ -75513,7 +62032,7 @@ aoE aoE azX azX -sWP +mRC aLh baf kqm @@ -75521,7 +62040,7 @@ kiO bav aLs aLl -akw +nGO vkt wSq nvx @@ -75530,7 +62049,7 @@ yla dwS bYW aLh -sWP +mRC azX azX ylo @@ -75546,170 +62065,131 @@ ylo ylo "} (42,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -acM -dZu -fXE -kfZ -qWr -aea -aea -aea -kqs -aea -aea -aea -aea -wIy -eHn -vbW -hId -aea -aea -aea -aea -ygN -wIy -ahP -hId -brf -wIy -ahP -hId -ygN -aea -aea -aea -aea -wIy -aec -vbW -otY -ahP -vda -eeN -tdi -adH -svB -iIK -adH -adH -svB -iIK -adH -hnx -vda -ahP -aem -vbW -aec -otY -aek -ylo -aek -aem -vbW -akH -ahP -afR -tUR -aiT -yfQ -afR -aIk -aIk -aIk -aIk -iQh -aIk -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -beO -beO -beO -bfg -lYX -bfR -bgf -aeo -beO -eOe -aeo -beO -aeo -aeo -beO -beO -adX -aIk -iQh -aIk -aIk -adX -aeo -beP -bfz -beZ -bfm -bfF -bgk -bfc -bfc -bfc -bfc -bfc -bfc -bfc -bfc -aeo -beX -jFP -aIk -beX -bcW -aIk -aIk -iQh -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -beX -beX -aIk -aIk -iQh -aIk -aIk -aIk -aIk -clN -aBa -aGr -atV +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +adH +adH +adH +adH +adH +adH +adH +adH +adJ +dLL +adH +fEI +adJ +adH +adH +adJ +aem +aec +aec +fSQ +ahP +fSQ +fSQ +ahP +fSQ +aLL +aLL tEJ +aLL +aLL azf lEb fsu @@ -75791,60 +62271,101 @@ ylo ylo "} (43,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaj -aal -aal -aal -aaj -qWr -qWr -qWr -qWr -qWr -qWr -qWr -qWr -qWr -qWr -qWr -qWr -aem -eHn -kwK -otY -acM -aek -aek -aek -acM -akJ -acS -akR -ald -akJ -aeS -akR -acM -aek -aek -aek -acM -aem -aec -vbW -otY -kSG -vda -rCO -qGn +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz adH adH adH @@ -75852,104 +62373,24 @@ adH adH adH adH -xUd -pJa -vda -kSG +adH +adJ +dLL +adH +fEI +adJ +adH +adH +adJ aem -vbW aec -otY -aek -ylo -aek -aem -vbW -avW -apu -aga -auc -auc -auc -aga -hWx -beX -adX -adX -kQb -aIk -aIk -adX -bcW -bcW -aIk -aIk -iQh -aIk -bcW -beO -bfb -beP -bfi -lYX -bgc -bfc -aeo -jdk -pSo -oiQ -kIW -kIW -epq -beX -adX -aIk -iQh -aIk -aIk -adX -beP -bfz -beZ -beZ -bfm -bfd -bfZ -bgd -bge -beP -bfv -bfi -bfc -bfc -aeo -aeo -dyK -yau -aIk -aIk -uIJ -aIk -aIk -iQh -aIk -bcW -bcW -beX -beO -bcW -bcW -bcW -beO -aeo -adX -adX -adX -iQh -aIk -adX -adX -bon +aec +aas +nYO +nYO +nYO +nYO +nYO ifX sCv nrT @@ -75964,7 +62405,7 @@ uBj ylo uBj iOe -bhQ +hzu pWl bYr ick @@ -75999,7 +62440,7 @@ bBT xpk xpk xpk -uxj +sjI xpk auG ylo @@ -76036,166 +62477,127 @@ ylo ylo "} (44,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaj -evq -abs -abE -abD -abD -abD -tuB -abD -abD -abD -abb -abD -hBp -pCT -hBp -abD -wnJ -ack -uMD -lJq -aaj -ylo -ylo -ylo -acM -aek -aek -aek -acM -aek -aek -aek -acM -ylo -ylo -ylo -acM -bhi -aec -vbW -pdW -htZ +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz adJ adJ -pPX -diI -siU -rba -jme -jme -eZq +adJ +adJ +adJ +adJ +adJ +adJ +adJ +dLL adH -npl +fEI adJ +adH +adH adJ -htZ -kjC -kwK -aec -otY -acM -ylo -acM aem -vbW -avY -awx -awB -awK -ivW -awV -apu -beO -beO -aIk -aIk -iQh -aIk -aIk -beO -beO -bcW -aIk -aIk -iQh -aIk -bcW -bfc -bfR -bfh -bff -bfg -bfc -bfc -bfc -aeo -aeo -aIk -aIk -aIk -iQh -aIk -aIk -aIk -iQh -aIk -aIk -beO -bfh -bfq -beZ -beZ -bfm -bfc -bfc -bfc -bfc -bfQ -bfl -bfo -bfi -bgf -aeo -aIk -aIk -iQh -wxi -aIk -uIJ -aIk -aIk -iQh -aIk -aIl -beO -beO -beO -beO -bfc -bfc -bfc -beO -beO -aIk -aIk -iQh -aIk -beX -beO -okT -epI +aec +aec +hId +apT +apT +aek +aek +apT +ifX lnG aBH lom @@ -76281,166 +62683,127 @@ ylo ylo "} (45,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaj -aaj -dem -pXp -abb -abD -abs -abs -ads -abD -ads -abs -abv -abD -hBp -cnC -hBp -abD -wnJ -ack -uMD -kUp -aal -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aek -aem -aec -vbW -aec -aec -aec -ewM -adH +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +pPp +vaY +vaY +vaY +vaY +vaY +vaY +vaY +vaY +ulb adH fEI -tdi -adH -adH -dLL +adJ adH adH -ewM -aec +adJ +aem aec -eHn -kwK aec -otY -acM -acM -acM -aem -vbW -avY -awz -awG -aua -aua -awW -apu -beO -beX -aIk -aIk -wcw -aIk -beX -bij -beO -bcW -aIk -aIk -iQh -aIk -bcW -beO -bfc -bfZ -bge -bfc -bfc -bfc -bfe -bfc -beO -aeo -aIk -dyK -egd -kIW -kIW -kIW -yau -aIk -aIk -beO -beX -bfh -bfq -bfI -bff -bfc -bfc -beO -beO -beX -bfh -bfq -bfm -bgg -beO -aIk -aIk -iQh -aIk -aIk -aIk -aIk -aIk -iQh -aIk -beO -beO -bij -beO -bfc -bfQ -bfc -bfg -bfc -beO -aeo -beX -iQh -aIk -aIk -beO -beO -epI +hId +apT +adz +adz +adz +adz +ifX qSt aLA kuO @@ -76459,7 +62822,7 @@ azk azk azk azk -jUJ +gHK azk azk azk @@ -76526,166 +62889,127 @@ ylo ylo "} (46,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aal -aaB -abr -ong -ach -abD -aei -adm -jdt -abD -aeX -ong -adR -abD -agf -hcU -hBp -abD -wnJ -ack -uMD -kUp -aal -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aek -aem -aec -vbW -aec -aec -eKm -adJ -aai -qwO +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +dLL +adH +adH +adH +adH +adH +adH +adH +adH +adH +adH fEI -tdi -hTd +adJ adH -dLL -qwO adH adJ -ydX -aec +aem aec -vbW aec -pdW -kjC -apv -pdW -kjC -vbW -awa -awx -aua -awN -aua -axv -apu -awY -beO -beX -aIk -aIk -aIk -aeo -beO -beO -beO -aIk -aIk -iQh -aIk -adX -beO -bfc -bfc -bfc -bfc -bfc -bfg -beP -bfi -bfc -aeo -aIk -aIk -aIk -aIk -uIJ -aIk -iQh -aIk -aIk -adX -beX -beO -bfh -bff -bfc -bfc -bfc -beO -beO -beX -bfg -bfh -bff -bgc -beO -beX -aIk -iQh -dFb -aIk -aIk -aIk -aIk -iQh -aIk -aIk -beO -beO -bfc -bfX -bfW -bfW -bfW -bfT -bfc -bfc -beO -jFP -aIk -aIk -beO -awY -epI +hId +apT +adz +adz +adz +adz +ifX iNR kSY aLB @@ -76721,7 +63045,7 @@ aoE bjl byF bzo -xvG +kUV nUa crG aoc @@ -76771,166 +63095,127 @@ ylo ylo "} (47,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aal -aba -abr -uPy -abb -abD -abb -mfN -aaq -abD -adY -mfN -abb -abD -hBp -kBE -hBp -abD -wnJ -ack -uMD -kUp -aal -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aek -aem -aec -hRI -jAE -jAE -jAE -nlk -diI -prF -xLg -prF -diI -mRp -hvl -prF -diI -nlk -jAE -jAE -jAE -acK -jAE -alZ -jAE -jAE -jAE -jAE -acK -jAE -iTT -apw -awR -axq -awX -apu -awY -beO -beO -bfc -bfZ -bga -bfc -aeo -beO -beX -aIk -aIk -iQh -aIk -adX -beO -aeo -aeo -bfc -bfc -bfc -beP -bfs -bfm -bfj -beO -aIk -aIk -aIk -aIk -uIJ -aIk -iQh -aIk -aIk -bcW -beO -beO -beO -bfc -bfc -bfc -beO -beO -aIk -aIk -aIk -bfZ -bge -beO -beO -aIk -aIk -iQh -aIk -beO -adX -aIk -aIk -iQh -aIk -uIJ -beX -bfc -bgf -bfR -beP -bfK -bfi -bfR -bfZ -bga -bfc -eOe -aIk -beO -beO -awY -epI +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +dLL +xUd +jme +jme +jme +jme +jme +jme +jme +jme +jme +grK +adJ +adH +adH +adJ +aem +aec +aec +hId +aek +adz +adz +adz +adz +ifX elt aLA aLA @@ -76939,7 +63224,7 @@ vht aja agN kKw -bhP +rWy azk anI azk @@ -76954,7 +63239,7 @@ ahQ ahQ agN agQ -bhQ +hzu anG aoE xuF @@ -77016,166 +63301,127 @@ ylo ylo "} (48,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaj -abD -abI -mfN -abv -abD -abv -mfN -adD -abD -aaq -mfN -abv -abD -hBp -kBE -hBp -abD -wnJ -ack -uMD -lJq -aaj -ylo -ylo -ylo -aaj -aal -aal -aal -aaj -aal -aal -aal -aaj -ylo -ylo -ylo -acM -bhi -aec -vbW -hId -aea +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +dLL +fEI adJ adJ -qxR -adH -uCU -vaY -vaY -xPy -ulb -qoN -kfJ adJ adJ -aea -wIy +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adH +adH +adJ +aem aec aec -vbW -xoq -rEq -rEq -awe -akH -alt -apu -afz -axo -aga -aga -aga -aiU -beO -bfc -bfg -bfe -bgb -bga -bfc -beO -adX -aIk -aIk -iQh -aIk -beX -beO -aeo -beO -aeo -bfc -bfg -bfl -bft -bff -bfg -aIk -aIk -aIk -aIk -aIk -uIJ -aIk -iQh -aIk -aIk -bcW -bcW -bcW -beO -beX -adX -adX -aIl -aIk -aIk -uIJ -uIJ -bcW -aeo -beX -adX -uIJ -uIJ -iQh -beX -aIl -adX -aIk -aIk -iQh -aIk -uIJ -aIk -bfc -bgg -beP -bfz -beZ -bfo -bfK -bfi -bgb -bga -eOe -aIk -beX -beO -awY -epI +hId +aek +adz +adz +adz +adz +ifX aLw skf aWz @@ -77236,7 +63482,7 @@ auG auG auG epc -bhk +bpa azf aWS aHL @@ -77261,166 +63507,127 @@ ylo ylo "} (49,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo ylo -aaj -aaj -aaj -abD -abD -abT -abD -abD -abD -abT -abD -abD -abD -abT -abD -abD -abD -nLK -abD -abD -wnJ -ack -uMD -kUp -aaj -aal -aal -aal -aaj -adh -acT -ado -adF -adh -acT -ado -aaj -aal -aal -aal -aaj -aem -aec -vbW -otY -kSG -vda -vgn -ulb -adH +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +dLL +uCU +vxk +adJ +vxk +vaY +tUG +arW +iWx +adJ adH adH adH -tdi adH adH -uCU -iwB -vda -kSG +adJ aem aec aec -vbW -cWu -arW -arW -arW -arW -arW -awQ -awQ -awQ -ahs +hId +aek +adz ylo ylo -aiU -beO -bfc -bfQ -bfD -bfL -bgc -bfc -beO -bcW -aIk -aIk -iQh -aIk -beO -beO -aeo -aeo -aeo -bfc -pwp -bfh -bff -bfg -aeo -aIk -aIk -aIk -aIk -beX -beX -aIk -iQh -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -aIk -aIk -aIk -aIk -iQh -aIk -uIJ -aIk -beX -bgc -bfh -bfx -bfx -bfq -beZ -bfo -bfi -bgc -oJn -aIk -beO -fsx -awY -epI +adz +ifX aja qUt aja @@ -77504,168 +63711,129 @@ ylo ylo ylo ylo -"} -(50,1,1) = {" +"} +(50,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aer +aer +adM +adM +aer +adM +adM +aer +aer +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo ylo ylo ylo ylo ylo -aal -ftx -tjf -wQJ -ldg -dNb -vMV -acl -ldg -dNb -vMV -vOh -ldg -dNb -kOA -tOT -ldg -dNb -kOA -wmE -ldg -fDY -vAm -sIL -wQJ -wQJ -vVc -wQJ -wQJ -ldg -uRp -kOA -uPR -ldg -uRp -kOA -wQJ -wQJ -wQJ -wQJ -wQJ -dWk -jAE -ldE -otY -ahP -vda -ttB +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +dLL +adH +diI +akI +diI +rCO +bHe +qvB +fEI +adJ adH adH -svB -iIK adH -tdi -svB -iIK adH -hnx -vda -ahP +adH +adJ aem aec aec -vbW -cWu -arW -aGs -apP -asg -asg -asg -apP -aGI -ahs +hId +apT +adz ylo ylo -aiU -beO -beO -bfc -bfb -bfD -bgk -bfc -aeo -bcW -aIk -aIk -iQh -aIk -uIJ -beO -bij -aeo -aeo -bfc -bfc -bfZ -bge -beO -aIk -aIk -aIk -aIk -bij -beO -beX -aIk -iQh -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -aIk -aIk -aIk -aIk -iQh -aIk -beX -beO -beO -bfc -bfZ -bgd -bga -bfh -bfq -bft -bfx -bgk -iQh -aIk -beO -beO -awY -epI +adz +ifX aLA dct gQj @@ -77694,7 +63862,7 @@ agQ bgw bCv bCv -xvG +kUV bCv bCv bCv @@ -77708,7 +63876,7 @@ wGm bCv bCv bCv -xvG +kUV bCv bCv bCv @@ -77728,7 +63896,7 @@ aoc lqm azk azE -bjJ +iUt aQo apq niv @@ -77751,165 +63919,126 @@ ylo ylo "} (51,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo ylo -aal -kBE -acO -ade -lSS -iWK -wZB -wBf -lSS -iWK -wZB -ade -lSS -pCT -acO -iPn -lOM -lOM -lOM -mQU -pCT -ack -vDg -wZB -ade -lSS -kBE -acO -ade -lSS -kBE -acO -tgJ -lSS -kBE -acO -iPn -lOM -lOM -lOM -mQU -akH -aec -vbW -otY -cKv -vda -rCO -jme -ome -jme -jme +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aer +adB +adO +adO +aFN +adO +adO +adB +aer +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +awz +cRJ +cRJ +cRJ +cRJ +cRJ +awz +awz +dLL +xUd +mJq +adJ eZq -tTE -jme -jme -jme -pJa -vda -cKv -sRx -aea -wIy -vbW -cWu -arW -arW -arW -apf -asg -aQY -arW -arW -ahs +tdi +adH +adH +fEI +adJ +adJ +adJ +adJ +adJ +adJ +adJ +aem +aec +aec +hId +apT +adz ylo ylo -aiU -aiU -beO -aeo -bfR -bfg -bfc -aIk -aeo -bcW -aIk -aIk -iQh -aIk -uIJ -aIk -aeo -aeo -aeo -aeo -beO -beO -beO -beO -aIk -aIk -aIk -beO -beO -beO -uIJ -aIk -gkx -kIW -kIW -kIW -kIW -kIW -kIW -kIW -kIW -kIW -kIW -nny -kIW -kIW -kIW -kIW -kIW -kIW -kIW -kIW -nny -egd -kIW -kIW -kIW -kIW -kIW -yau -aIk -beO -beO -fsx -bfc -bfc -bfc -bgb -bga -bfh -bfy -bfc -bfc -iQh -aIk -beX -aiU -aiU +adz ifX ifX ifX @@ -77946,7 +64075,7 @@ azO cku azO azO -hST +uLv pYW azO cku @@ -77959,7 +64088,7 @@ azO azO azO dHa -xvG +kUV tgE aoc lYq @@ -77996,165 +64125,126 @@ ylo ylo "} (52,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo -aaj -aaj -abT -abD -abD -abD -abT -abD -abD -abD -abT -abD -abD -abD -abD -abD -abD -mqU -mqU -xfC -mZf -mQU -ack -uMD -kUp -abD -abD -abT -abD -abD -abD -abT -abD -abD -abD -abT -abD -abD -mqU -mqU -xfC -mZf -wZC -aec -vbW -otY -adJ -adJ -adJ -adJ -adJ -adJ -adJ +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +aer +aer +aer +adC +adn +adn +adn +adn +adn +lJj +aer +aer +aer +abG +abG +adV +ylo +ylo +ylo +ylo +adV +abG +abG +adV +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +awz +adH +adH +lpK +adH +lpK +adH +adH +awz dLL -kVT -adJ -adJ -adJ -adJ +fEI adJ adJ +qgg +rED +pEj +cgs +puF adJ +apf +ueK +aQY +uTC +uTC adJ -aem -vbW -cWu -arW -aGs -apP -asg -aEW -asg -apP -dsF -ahs -ylo -ylo +kjC +aec +aec +hId +aek +adz ylo -aiU -beO -fsx -aeo -beO -beX -aIk -aIk -bcW -aIk -aIk -iQh -aIk -uIJ -uIJ -uIJ -aIk -beO -aIl -aIl -aIl -aeo -aeo -uIJ -adX -adX -beX -beO -uIJ -uIJ -aIk -iQh -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -aIk -beX -beX -beX -beX -aIk -aIk -iQh -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -bcW -beO -beO -aeo -bfc -bfc -bfc -bgb -bge -bfD -bgk -beX -iQh -aIk -beX -aiU ylo +adz ylo ylo xSj @@ -78177,7 +64267,7 @@ wzK qzo dBi bDp -bhS +odr agQ azf tLF @@ -78241,167 +64331,128 @@ ylo ylo "} (53,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo -aaj -aaj -abb -mfN -adR -abD -aef -mfN -aef -abD -abb -mfN -abv -abD -ssw -jdt -abs -fxf -qFq -qKc -abs -aFl -bHl -ack -uMD -oLA -abD -adD -mfN -ads -abD -ads -mfN -abb -abD -adG -mfN -aed -abD -qFq -qNM -abs -aFl -vMA -aec -vbW -otY -adJ -xER -qlI -mIa -khv -khv -adJ -kjm -dgp -vxk -adJ -vxk -vaY -tUG -cFe -iWx -adJ -jOw -vbW -cWu -arW -arW -arW -apf -asg -aQY -arW -arW -ahs ylo ylo ylo -aiU -beO -beO -aeo -aeo -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -aIk -aIk -aIk -aIk -aIk -beX -beX -beX -beX -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -aIk -aIl -aIl -aIl -aIk -aIk -uIJ -uIJ -uIJ -iQh -aIk -bcW -aIl -aIl -aeo -beP -bfi -bcW -yjw -beX -aIk -uIJ -uIJ -uIJ -aIk -gkx -jZk -uCn -oiQ -oiQ -pSo -wiF -wiF -wiF -tlx -bfc -bfc -bfg -beO -iQh -beX -beO -aiU ylo ylo ylo +ylo +ylo +ylo +aer +enp +aPj +lJj +adn +aeg +aQZ +afj +adn +lJj +aRG +gLj +acN +anf +anf +adV +adV +adV +adV +adV +adV +apF +abJ +adV +adV +adV +adV +adV +ylo +ylo +adV +adV +adV +adV +adV +ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +adH +adH +adH +lER +mgW +lER +mgW +adH +oVr +dLL +fEI +adJ +dbn +ulb +cTs +svB +mmr +aGs +leP +asg +mmr +mmr +apP +diI +vzV +wDj +aec +aec +hId +aek +adz +ylo +ylo +adz +ylo +ylo xSj bDl azK @@ -78486,165 +64537,126 @@ ylo ylo "} (54,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo +adV +abG +abG +abG +adV +adV +adV +adV +abG +abG +abG +aer +gnr +adj +adn +adn +aep +aRg +afr +hze +adn +aly +aRQ +acN +aFM +abN +abJ +abH +abP +aFW +abP +eTj +abN +ank +abP +aFi +acj +acB +adV ylo ylo -aal -aao -abr -mfN -adR -abD -abs -mfN -abv -abD -abb -mfN -ads -abD -mea -akS -abs -fxf -aFU -aFU -abs -fCK -bHl -ack -uMD -kUp -abD -adR -mfN -alN -abD -adY -jCO -abb -abD -abb -mfN -aaq -abD -qKc -qNM -abs -fCK -vMA -aec -vbW -otY -vda -ueK -dbY -dbY -cxO -diI -shg +adV +aFi +acj +acB +adV +ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +adH +pEj +adH +lER mgW -juq -diI -akI -diI -xYP -bHe -qvB +lER +mgW +adH +oZQ +dLL fEI +oVr +qwr +adH +lgv +pEj +pEj +puF +leP +ttB +nWr +nWr +vgn +xUd adJ -aem -vbW -cWu -arW -aGs -apP -asg -mmr -asg -apP -aGI -ahs -aSa -aSa -aSa -aiU -aiU -beO -beO -aeo -aIk -aIk -aIk -aIk -aIk -aIk -bro -kIW -kIW -kIW -kIW -gJz -kIW -kIW -kIW -kIW -kIW -kIW -kIW -kIW -kIW -kIW -kIW -kIW -kIW -kIW -yau -aIk -aIk -adX -beO -beX -aIk -aIk -aIk -aIk -aIk -iQh -aIk -beO -beO -bfg -beP -bfz -bfy -bgf -jFP -beO -aIk -aIk -aIk -aIk -aIk -iQh -aIk -beO -beO -aeo -bfc -bfZ -bga -bfc -nri -qkt -pSo -oiQ -pSo -kXj -beO -aiU -aiU -aSa +wIy +aec +aec +hId +aek +adz +ylo +adz +adz asz asz asz @@ -78683,7 +64695,7 @@ qwM kVZ kVZ kVZ -ero +gMa qGY aoc rId @@ -78731,163 +64743,124 @@ ylo ylo "} (55,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +adV +abL +abN +eTj +adV +aFi +acj +acg +abN +acH +acI +acN +aAU +adn +llr +adn +aep +aRj +afr +adn +llr +adn +aFH +acN +acu +lsH +abN +ank +abP +aox +acg +abN +lsH +asQ +abP +abP +acw +abP +adV +abG +abG +adV +abP +acw +abP +adV ylo -ylo -ylo -aal -aaq -abs -sfx -aaf -abD -aub -sfx -abv -abD -asu -sfx -akS -abD -abs -abs -aaf -abD -alb -abs -abs -aFq -bHl -ack -uMD -lJq -abD -aei -sfx -aaq -abD -aFx -gBx -abv -abD -aei -sfx -aed -abD -wnO -aFU -abs -aFq -vMA -aec -vbW -otY -vda -tNT -vsP -vsP -tdi -xUd -adJ -eZq -tTE -mJq -adJ -eZq -tdi +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +aEJ +pEj adH +lER +mgW +lER +mgW adH +peh +dLL fEI +oVr +qwr +adH +mmr +mmr +mmr +aGs +leP +asg +uiK +uFJ +vhN +aGI vda aem -vbW -cWu -arW -arW -arW -apf -nWr -aQY -arW -arW -ahs -ylo -ylo -ylo +aec +aec +hId +aek +adz ylo -aiU -beO -fsx -aIk -aIk -aIk -aIk -adX -aIk -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -aIk -adX -beO -bij -beX -aIk -aIk -aIk -aIk -iQh -aIk -aIk -beX -beP -bfh -bfx -bff -bgc -jFP -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -beO -beO -bfZ -bge -bfQ -bgb -bga -aeo -eOe -beX -beO -aIk -aIk -beO -aiU ylo ylo xSj @@ -78940,7 +64913,7 @@ agQ agQ azf agQ -bhk +bpa agQ agQ agQ @@ -78949,11 +64922,11 @@ agQ azf agQ agQ -bhk +bpa agQ agQ azf -bjJ +iUt aiB aAh uUW @@ -78976,163 +64949,124 @@ ylo ylo "} (56,1,1) = {" -ylo -ylo -ylo -aaj -aaj -abv -abv -abs -abD -ale -abr -abs -abD -abv -abs -ads -abD -dZW -abs -abs -iZQ -abs -abs -abs -sQI -kMZ -ack -uMD -kUp -abD -alr -abv -abs -abD -aaq -abs -abs -abD -abv -abs -aaq -abD -abE -abs -abs -sQI -wDw -aec -vbW -otY -vda -ueK -koV -pSu +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +abG +abH +abM +abN +eTj +abP +aci +abP +abP +adE +abN +abJ +acN +hjV +adj +dQQ +bgf +aep +aRs +afr +adn +dQQ +aly +aRS +acN +abL +oGz +abN +abO +abP +aoy +abP +acz +oGz +abO +abP +acc +abN +acz +abP +xEP +apK +abP +acz +abN +lQu +adV +adV +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +adH +adH +adH +lER mgW -ieZ -vda +lER +mgW +adH +oVr dLL -kVT -adJ -adJ -qgg -xoV +fEI +oVr +pvh +adH pEj -cgs -hnx +qvB +pEj +sIL +leP +tNT +uoq +nWr +xUd +viq vda aem -vbW -cWu -arW -cst -apP -asg -nWr -asg -apP -hMx -ahs -ylo -ylo -ylo +aec +aec +hId +apT +adz ylo -aiU -aiU -beX -aIk -aIk -aIk -aIk -uIJ -aIk -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -aIk -aeo -beO -beO -beX -aIk -aIk -aIk -aIk -gkx -jxR -aIk -bgf -beP -bfi -bfb -bgf -beO -jFP -aIk -aIk -aIk -aIk -aIk -beX -jFP -beO -beO -bfc -bfX -bfa -beP -bfi -bgc -aeo -iQh -aIk -aIk -aIk -beO -aiU -aiU ylo ylo xSj @@ -79221,162 +65155,123 @@ ylo ylo "} (57,1,1) = {" -ylo -ylo -ylo -ylo -aaj -abD -abD -acY -abD -abD -abD -abb -abD -abD -abD -akX -abD -pSZ -abs -abs -fxf -abs -abs -abs -ffp -pCT -ack -uMD -kUp -abD -abD -abD -abb -abD -abD -abD -abv -abD -abD -abD -aee -abD -pSZ -abs -abs -ffp -akH -aec -vbW -otY -vda -tNT -vsP -vsP -xUd -vhN -vda +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +abG +abJ +abN +lsH +asQ +abP +abP +abP +abL +abN +lsH +aFn +acN +aFO +adn +dQQ +adn +aeq +aRF +afx +adn +dQQ +adn +aPj +acN +eTj +oGz +abP +abP +abP +abP +abP +abP +acv +abP +abP +aqb +rcg +pkc +apo +sCf +cRn +apo +pkc +uDW +acH +acI +abG +adz +adz +adz +dxy +dxy +uev +uev +dxy +dxy +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +awz +adH +adH +lpK +adH +lpK +adH +adH +awz dLL -xlG +fEI +adJ +kqZ +jme +rTf +aqF +rTf +sYb +adJ +avx +rTf +aqF +grK +adJ adJ -lQk -ulb -vJr -sxa -dbY -xJI -vda aem -vbW -cWu -arW -arW -arW -apf -nWr -aQY -arW -arW -ahs -ylo -ylo -ylo -ylo -ylo -aiU -beO -beX -aIk -aIk -aeo -aIl -aIl -uIJ -aIk -aIk -uIJ -uIJ -uIJ -iQh -aIk -uIJ -uIJ -bcW -beO -beX -adX -bcW -bcW -beO -beO -bcW -bcW -aIk -iQh -aIk -aIk -aeo -beO -beO -beO -beO -beO -beO -beO -iQh -aIk -aeo -bgc -bfh -bff -bfR -bgc -beO -jFP -aIk -aIk -aIk -aIk -beO -beO -jFP -beO -bfc -bfg -bfR -beP -bfi -bff -bfQ -aIk -iQh -aIk -aIk -aIk -beO -aiU +aec +aec +hId +apT +adz ylo ylo ylo @@ -79405,7 +65300,7 @@ bDp agN agQ azf -biw +doS aoc byz bCv @@ -79434,7 +65329,7 @@ oaV oaV oaV oaV -bjx +kbl oaV mEt oaV @@ -79466,162 +65361,123 @@ ylo ylo "} (58,1,1) = {" -ylo -ylo -ylo -ylo -aaj -abE -abD -abD -abD -afy -abD -abD -abD -aee -abD -abD -abD -jsp -abs -abs -fxf -abs -abs -abs -ffp -pCT -ack -uMD -bpe -abD -alH -abD -abD -abD -abb -abD -abD -abD -aml -abD -abD -abD -psV -abs -abs -ffp -akH -aec -hRI -eqF +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +adE +abN +oGz +abN +acg +acj +abP +abP +adE +oGz +acc +acN +awZ +adj +xQk +pIo +pIo +pIo +pIo +pIo +oEK +aly +aRQ +acN +juf +oGz +abP +aFW +acW +abP +yhy +diP +gth +uya +abP +aIt +aGb +abO +abP +vad +aPr +abP +abL +aMP +eTj +abJ +abG +adz +adz +dxy +dxy +lYW +xXl +heH +heH +dxy +dxy +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +awz +oVr +oVr +oVr +oVr +oVr +awz +awz +dLL +fEI +awz +leP +leP +leP +awz adJ -jlp -pvh -eLc -grK adJ adJ -vDu -kVT -vda -kGK -adH -lgv -pEj -pEj -hnx -vda +adJ +adJ +adJ +adJ +adJ +vAq aem -vbW -cWu -arW -aGs -apP -avx -nWr -asg -apP -aGI -ahs -ylo -ylo -ylo -ylo -ylo -aiU -aiU -beO -aIk -aIk -beO -beO -beX -aIk -aIk -aIk -aIk -aIk -aIk -iQh -aIk -aIk -aIk -beX -beX -beX -beO -aeo -aeo -beO -beO -beO -bcW -aIk -iQh -aIk -aIk -beO -bci -bci -bci -bci -bci -bci -beO -ppP -aeo -bgf -bfS -bfT -bfd -bfg -aeo -beX -ppP -aIk -aIk -aIk -aIk -beX -beO -eOe -aeo -bfc -bfQ -beP -bfz -bfy -bfb -bgf -aIk -gkx -kIW -jxR -aIk -aiU -aiU +aec +aec +hId +aek +adz ylo ylo ylo @@ -79653,7 +65509,7 @@ azf anG aoc byz -xvG +kUV bCv aYp bzm @@ -79711,164 +65567,125 @@ ylo ylo "} (59,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +adV +abO +oGz +iZz +abP +aFj +acm +abP +abO +oGz +acz +acN +aGo +aPp +dQQ +adn +aeu +afb +afA +adn +dQQ +gLj +aFH +acN +acz +oGz +acg +acx +abP +abP +aBx +vzu +gth +uya +abP +abP +abP +abP +abP +coy +uya +abP +abP +abP +abP +adV +adV +adz +adz +dxy +ycc +aQP +fwY +fwY +fwY +eps +dxy +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +awz +awz +pPp +vaY +vaY +vaY +vaY +vaY +iWx +awz +dLL +fEI +leP +adz +adz +adz +aek +dSv +htZ +htZ +htZ +htZ +htZ +htZ +htZ +htZ +kjC +aec +aec +hId +aek +adz ylo ylo -ylo -aaj -aaj -abs -abs -abb -abD -abs -abs -aee -abD -abs -abs -aFg -abD -vuq -abs -abs -iZQ -abs -abs -dem -nvA -mQU -ack -uMD -kUp -abD -abs -abs -abb -abD -ads -abs -abv -abD -abs -abs -ads -abD -abE -abs -dem -nvA -wZC -aec -vbW -otY -adJ -adJ -adJ -adJ -adJ -adJ -wBK -ulb -kVT -vda -kGK -adH -dbY -dbY -dbY -xJI -vda -aem -vbW -cWu -arW -arW -arW -arW -axy -arW -arW -arW -ahs -ylo -ylo -ylo -ylo -ylo -aSa -aiU -bfZ -bgd -bge -aeo -beO -beO -aIk -aIk -aIk -bRT -kIW -kIW -egd -nny -kIW -kIW -oiQ -pSo -pSo -pSo -pSo -pSo -pSo -lUY -nHu -uCn -kIW -yau -aIk -aIk -beO -bcj -bJD -bKn -bDT -bxR -bcj -beO -jFP -beO -bgb -bge -bfR -bfg -aeo -beX -aeo -iQh -aIk -aIk -beP -bfi -bfu -aeo -eOe -bfc -bfc -pwp -bfJ -beZ -bfy -bfR -bgc -beX -iQh -aIk -aIk -beO -aiU -aSa -aSa -aSa arA arA avL @@ -79916,7 +65733,7 @@ bib dAW aoc iOe -bhk +bpa azf agQ bai @@ -79956,164 +65773,125 @@ ylo ylo "} (60,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +abP +acv +abP +abP +abP +abP +abP +abP +acv +abP +acN +acV +acV +dQQ +adQ +acV +acV +acV +adn +lZp +acV +acV +acN +abP +acv +abP +abP +abP +yhy +rZa +abU +gth +abQ +apK +xEP +bHi +xEP +apK +ifh +aQX +abP +aFi +acj +acB +adV ylo +adz +adz +dxy +waS +kZp +uOe +waS +uOe +rqw +uev +adz +adz +adz +adz +adz +adz +adz ylo -ylo -aal -aaB -abr -ong -ach -abD -aei -ong -ads -abD -aei -ong -ala -abD -abs -abs -aaf -abD -alb -abs -pXp -aFl -bHl -ack -uMD -lJq -abD -ibz -ong -alR -abD -aFC -ong -aee -abD -aFR -amo -sdu -abD -mcj -aFX -pXp -aFl -vMA -aec -vbW -otY -adJ -mNW -vaY -tUG -vaY -vaY -iIu +adz +adz +adz +cRJ +jJQ +ulb adH -kVT -vda -ttB adH -pEj -qvB -pEj -peh -adJ +adH +adH +adH +uCU +vaY +ulb +prF +leP +adz +adz +adz +aek aem -vbW -xBz -vLX -aQM -vLX -nLl -gtr -qyg -clI -bhz -ass -ylo -ylo -ylo -ylo +aec +aec +aec +aec +aec +aec +aec +aec +aec +aec +aec +hId +aek +adz +adz ylo -aSa -aiU -aiU -bfS -bfa -bfg -beO -beO -aIk -beX -aeo -ppP -aIk -aIk -aIk -wcw -aIk -aIk -beO -beO -aeo -aeo -bfc -bfg -beO -aeo -jFP -aIl -aIk -iQh -aIk -aIk -beO -bcj -bVn -bJI -bKq -bKr -bcj -beO -jFP -beO -beO -beO -bfg -aeo -beO -beO -aIk -iQh -aIk -beP -bff -bff -bfQ -fsx -eOe -bfc -bgf -bfb -bfh -bfx -bff -bgf -beO -aeo -iQh -aIk -beO -aiU -aiU -aSa -aSa -aSa arA bOs bOr @@ -80201,163 +65979,124 @@ ylo ylo "} (61,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +atu +mGl +mxc +vhz +vhz +hzU +vhz +loF +chJ +mxc +vhz +vhz +loF +hur +cRn +mxc +vhz +loF +cRn +hur +mxc +vhz +vhz +nBk +chJ +mxc +vhz +hzU +loF +cRn +cRn +vbB +abU +abU +abU +abU +abU +abU +gth +uya +abP +abP +acw +abP +adV ylo +adz +adz +uev +lzY +xzI +jFi +waS +jFi +rqw +uev +adz +adz +adz +adz +adz +adz +adz ylo -ylo -aal -aba -abr -mfN -abb -abD -abb -mfN -adx -abD -abb -mfN -aaq -abD -ssw -adx -abs -fxf -aFX -aFX -abs -fCK -bHl -ack -uMD -kUp -abD -adx -mfN -abv -abD -ame -mfN -abv -abD -abv -mfN -ads -abD -qNM -qKc -abs -gtc -vMA -aec -vbW -otY -adJ -hte -eZq +adz +adz +adz +cRJ +kfJ +tdi adH -wvN -siU -oZQ -dgx -uFJ -adJ -kqZ -jme -pvh -eLc -pvh -dOq -adJ -jOw -hRI -hGg -wPq -wPq -kkK -kkK -hvT -awL -rvL -bOU -ass -ylo -ylo -ylo -ylo -aSa -aSa -aSa -aiU -pwp -bfi -bfQ -bfg -beO -beO -beO -aeo -eOe -aeo -beX -aIk -aIk -aIk -beX -aeo -aeo -bfc -bfZ -bge -lYX -beO -aeo -eOe -aIl -aIk -iQh -aIk -aIk -qDx -bcj -fPK -aIL -aIL -mKc -bcj -beO -jLU -oiQ -oiQ -oiQ -oiQ -wVz -pSo -kIW -kIW -kXj -aIk -bfh -bff -bfQ -bfg -beO -eOe -bfc -bgc -bfU -bfa -bfd -bfZ -bgi -jLa -kIW -kXj -beX -beO -aiU -ylo -ylo -ylo +lQk +mIa +adH +adH +lQk +mIa +adH +puF +leP +adz +adz +adz +aek +aem +aec +aec +aec +aec +aec +aec +aec +aec +aec +aec +aec +hId +apT +adz +adz ylo arA rUK @@ -80446,162 +66185,123 @@ ylo ylo "} (62,1,1) = {" -ylo -ylo -ylo -aaj -aaj -abI -mfN -abv -abD -abv -mfN -aaq -abD -abb -mfN -agk -abD -mea -nWh -abs -fxf -sTD -wOQ -abs -aFq -bHl -ack -uMD -oLA -abD -aaq -mfN -abb -abD -aaq -mfN -adD -abD -abb -mfN -sdu -abD -sTD -qNM -abs -aFq -vMA -aec -vbW -otY -adJ -adJ -vda -adH -tbY -vda -adJ -adJ -adJ -adJ -adJ -adJ -adJ -adJ -adJ -adJ -adJ -aem -kwK -qhT -cWI -cWI -cWI -cWI -jUa -gtr -rvL -arN +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +ppy +gth +aPr +yaq +sam +gth +aPr +aFk +abU +abU +abU +abU +abU +gth +abU +abU +abU +abU +abU +gth +abU +abU +abU +gth +abU +abU +abU +gth +abU +abU +vzu +mGl +cRn +cRn +unL +wIZ +qkJ +cRn +vbB +ill +abP +acc +abN +eTj +adV +adV +adz +adz +uev +waS +kZp +aWU +waS +uOe +rqw +dxy +adz +adz +adz +adz +adz agI agI agI agI agI agI -aSa -ylo -aiU -aiU -bfh -beP -bfi -bfZ -bgd -bga -aeo -eOe -beO -aeo -bfc -bfc -aeo -aeo -aeo -aeo -lYX -beP -bfv -bfi -bfg -beO -eOe -bnP -aIk -iQh -aIk -lkd -aIx -aIx -aTa -aIL -aIL -aTo -aIx -aIx -beO -beO -beO -beO -beO -jFP -beX -aIk -aIk -aIk -aIk -aIk -bfu -bfg -aeo -aeo -eOe -bfc -beP -bfi -bfZ -bge -aeo -beX -iQh -aIk -beX -beO -aiU -aiU -ylo -ylo +agI +khv +kvN +adH +adH +adH +adH +adH +adH +adH +xUd +pJa +leP +adz +adz +adz +aek +aem +aec +aec +aas +nYO +nYO +wIy +wDj +aas +nYO +nYO +nYO +otY +apT +adz ylo ylo arA @@ -80628,7 +66328,7 @@ gne agQ agQ agQ -bhk +bpa azf agQ agQ @@ -80637,13 +66337,13 @@ agQ agQ agQ agQ -bhk +bpa agQ agQ azf agQ agQ -bhk +bpa agQ agQ agQ @@ -80691,162 +66391,123 @@ ylo ylo "} (63,1,1) = {" -ylo -ylo -ylo -ylo -aaj -aaj -abT -abD -abD -abD -abT -abD -abD -abD -abT -abD -abD -abD -abD -abD -abD -bpU -bpU -hzm -erP -kMZ -ack -uMD -kUp -abD -abD -abT -abD -abD -abD -abT -abD -abD -abD -abT -abD -abD -bpU -bpU -hzm -erP -wDw -aec -vbW -otY -adJ -fmk -iIu -adH -tdi -uCU -iWx -adJ -omL -htZ -htZ -htZ -htZ -gCo -htZ -htZ -htZ -kjC -vbW -cWu -rqo -aSg -aSg -rut -asa -gtr -oZv -arN +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +wfa +gth +uya +abP +abP +acv +abP +abP +abU +abU +abU +abU +abU +gth +abU +abU +abU +abU +abU +gth +abU +abU +hsD +hvl +abU +abU +abU +gth +abU +abU +abU +gth +abU +abU +abU +abU +abU +abU +mGl +cRn +apo +pkc +uDW +aqb +uEC +abG +adz +adz +uev +lzY +xzI +jFi +waS +jFi +rqw +dxy +dxy +dxy +apT +apT +apT +agI arU arO aGL -arO +idw arU +arN +adJ +kGK +diI +lWD +mNW +jme +jme +eZq +adH +pgn +adJ +awz +aek +aek +aek +apT +aem +aec +aec +hId +aQC +aQC +aQC +tRC +aQC +aQC +aQC +aQC +aQC aQz aQz -aQz -aQz -aQz -aQz -bfh -bff -lYX -bfQ -bgc -beO -eOe -aeo -bfc -beP -bfi -bfc -beO -bfc -bfc -bfc -bfh -bfq -bfo -bfi -bfc -eOe -aIx -aIQ -tEm -aIQ -anC -aIx -aKe -nzB -aIL -aIL -gEV -bKg -gLs -gLs -gLs -gLs -gLs -gLs -jFP -beX -aIk -aIk -aIk -aIk -aIk -aIk -beX -beO -aIk -iQh -beP -bfI -bff -aeo -aeo -aIk -aIk -iQh -aIk -beO -aiU -aiU -aSa -aSa -aSa arA arA arA @@ -80897,7 +66558,7 @@ azk azk azk azk -biY +mof lEb aiB aid @@ -80936,162 +66597,123 @@ ylo ylo "} (64,1,1) = {" -ylo -ylo -ylo -ylo -ylo -aal -kBE -hCt -mYe -oyJ -qxi -ddS -qNJ -oyJ -qxi -ddS -mYe -oyJ -pCT -hCt -rws -oYP -oYP -oYP -kMZ -pCT -ack -vDg -ddS -mYe -oyJ -kBE -hCt -mYe -oyJ -kBE -hCt -tTv -oyJ -kBE -hCt -rws -oYP -oYP -oYP -kMZ -akH -aec -vbW -otY -adJ -vHf -hPi -jJQ -lWD -jJQ -fEI -adJ -aem -all -jAE -jAE -jAE -acK -jAE -jAE -jAE -jAE -axe -cWu -rqo -aSg -aSg -rut -asa -gtr -qyg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +abR +gth +uya +abP +eTj +oGz +acz +abP +abU +abU +abU +abU +abU +gth +adV +abG +abG +adV +abU +gth +abU +abU +gth +adV +abG +abG +adV +gth +abU +abU +abU +gth +aPr +jWy +yaq +bHj +yaq +jWy +vad +aPr +abP +abO +aQG +abH +abJ +abG +adz +adz +dxy +waS +kZp +aWU +waS +aWU +rqw +xXl +nrD +xXl +ycd +beX +vLX arN arU arO arU arO arU -aQC -ahx -aQQ -any -apX -aQC -bfc -bfc -bfZ -bge -bfc -bfc -jFP -bfg -lYX -bfl -bfo -bfi -bfQ -bfc -bfc -bfc -bfg -bfh -bfq -bfm -bfc -eOe -aIx -aJt -dqi -aIL -aJt -aIx -bKy -aIS -xkE -cXm -aIS -bKh -gLs -hqX -bQt -bQt -hqX -gLs -jFP -beO -beO -aIk -aIk -aIk -aIk -aIk -aIk -aIk -aIk -iQh -bfh -bfm -aeo -aeo -beX -aIk -aIk -iQh -aIk -beO -aiU -ylo -ylo -ylo -ylo +arU +adJ +kPc +adH +fEI +tdi +adH +adH +dLL +adH +adH +nlk +aec +pdW +htZ +htZ +htZ +kjC +aec +aec +hId +aQC +aQQ +aQQ +aQQ +aQQ +aQQ +aQC +ahx +aQQ +any +apX arA apG mEy @@ -81134,7 +66756,7 @@ oaV apc agQ uFy -biW +rjn apc azf uFy @@ -81166,7 +66788,7 @@ rSP rSP rSP rSP -xXp +rvG rSP rSP rSP @@ -81181,162 +66803,123 @@ aEy aEy "} (65,1,1) = {" -ylo -ylo -ylo -ylo -ylo -aal -iwU -lco -mKP -ebH -mSi -eTC -adS -ebH -mSi -eTC -opH -ebH -mSi -rGn -fuG -ebH -mSi -rGn -mKP -ebH -fDY -vAm -tRC -mKP -mKP -eBl -mKP -ebH -vxj -nJb -rGn -uXL -ebH -nJb -rGn -mKP -pEe -leM -ofP -mKP -cYU -jAE -ldE -otY -adJ -eLR -rTf -hsJ -aGd -rTf -cTs -adJ -aem -vbW -xoq -rEq -tTf -rEq -rEq -rEq -sDV -rEq -rEq -tDf -rqo -aSu -aSg -rut +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +abR +mGl +nna +abP +avD +mqn +lQu +abP +abU +abU +abU +abU +abU +gth +abG +hfY +hfY +abG +abU +gth +abU +abU +gth +abG +hfY +hfY +abG +gth +abU +abU +gab +vbB +uya +abP +abP +abP +abP +abP +coy +uya +abP +abP +abP +abP +abP +adV +adz +adz +dxy +waS +evY +caU +aYK +caU +iRj +xXl +nrD +xXl asa -axD -kkK +hRI +jAE axJ mjv mjv dTb arO -arQ +arO +arO +kjm +adH +kVT +fEI +tdi +nxb +adH +dLL +kVT +adH +adJ +qlI +aec +aec +aec +aec +aec +aec +aec +hId +aQC +aQQ +aQO +aQO +aQO +aQQ aQC aQC aQO aQO aQQ -ahc -bfc -bfc -bfc -bfc -bfc -bfc -oJn -bfg -bfQ -bfl -beZ -bfo -bfi -bfQ -bfc -bfc -bfc -bfg -bfh -bff -bfc -jFP -aIx -aSU -rWN -aIL -aIS -aJc -aLn -aIS -aIL -dqi -aIS -bKi -gLs -hqX -hqX -bYm -bYw -gLs -jFP -aeo -beX -aeo -aeo -aIk -aIk -aIk -aIk -aIk -aIk -iQh -beX -bfd -beO -aIk -aIk -aIk -aIk -jFP -beO -aiU -aiU -ylo -ylo -ylo -ylo arA kpS aqg @@ -81415,7 +66998,7 @@ ahZ ahZ ahZ ahZ -gvh +qbc ahZ ahZ ahZ @@ -81426,162 +67009,123 @@ aQt aiD "} (66,1,1) = {" -ylo -ylo -ylo -ylo -ylo -aaj -aaj -aaj -abD -abD -abT -abD -abD -abD -abT -abD -abD -abD -abT -abD -abD -abD -wmV -abD -abD -wnJ -ack -uMD -kUp -aaj -aal -aal -aal -aaj -ubJ -adg -hKi -adF -ubJ -aeT -hKi -aaj -aal -aal -aal -aaj -aem -aec -vbW -otY -adJ -sMW -sjx -jJQ -sbw -jJQ -cLZ -adJ -bhi -vbW -cWu -asm -asm -asm -asm -asm -asm -asm -asm -asm -asm -asm -asm -asm +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +abR +gth +uya +abP +abH +abM +abO +abP +abU +abU +abU +abU +abU +gth +abG +hfY +hfY +abG +abU +gth +abU +abU +gth +abG +hfY +hfY +abG +gth +abU +abU +abU +gth +uya +abP +aFi +acj +acW +abP +vjF +aQX +abP +aFi +acj +acB +abP +qEw +qEw +qEw +qEw +cas +cas +cas +qww +qww +qww +qww +qww +qww asa gtr -arY +aec arO arO arO arO arO -eYe +arO +arO +koV +adH +adH +fEI +tdi +nxb +adH +dLL +adH +adH +adJ +aec +aec +aec +aec +aec +aec +aec +aec +hId aQC aQQ aQO aQO +aQO aQQ aQC -bfg -bfc -bfc -bfc -bfc -bfc -oJn -bfc -bfg -bfl -bfp -bfp -bfo -bfi -bfQ -bfc -beO -aeo -lYX -beO -beO -jFP -aIx -aIS -aIL -ieU -cQv -aJc -aKI -bJF -aIL -dqi -bJL -bJN -gLs -gLs -gLs -bQv -bQv -gLs -eOe -aeo -beO -bfg -beP -bfi -beX -mVq -kIW -nny -kIW -dwW -orI -kIW -kIW -kIW -oiQ -oiQ -oiQ -lGP -aiU -aiU -ylo -ylo -ylo -ylo -ylo +aQQ +aQO +aQO +aQQ arA aVa bOr @@ -81622,7 +67166,7 @@ agQ qKN kyQ bKY -kjZ +eCn bLC aoY bLQ @@ -81644,11 +67188,11 @@ ahZ ahZ ahZ ahZ -gvh +qbc ahZ ahZ ahZ -gvh +qbc ahZ ahZ ahZ @@ -81671,67 +67215,69 @@ aQt aiD "} (67,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaj -abD -adR -mfN -ads -abD -abE -mfN -ads -abD -adG -mfN -aed -abD -hBp -kBE -hBp -abD -wnJ -ack -uMD -lJq -aaj -ylo -ylo -ylo -aaj -aal -aal -aal -aaj -aal -aal -aal -aaj -ylo -ylo -ylo -acM -bhi -aec -vbW -otY -adJ -eLR -qww -gWS -dbn -rTf -cTs -adJ -aem -vbW -cWu +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +adV +abR +gth +uya +abP +abP +acw +abP +abP +abP +abU +abU +abU +abU +gth +abG +hfY +hfY +abG +abU +gth +abU +abU +gth +abG +hfY +hfY +abG +gth +abU +abU +abU +gth +uya +abP +abP +acw +abP +abP +coy +uya +abP +abP +acw +abP +abP asm rlh asm @@ -81739,12 +67285,12 @@ ciW asm ciW asm -gKn +akE jQL hsq lhi muo -asm +aZe nLl gtr vfd @@ -81753,80 +67299,39 @@ ndF fzm arQ arO -arO -ahc +arQ +arQ +adJ +adH +kXz +mfv +kXz +diI +obz +oLY +kXz +diI +pJT +jAE +aas +wIy +aec +aas +nYO +nYO +nYO +otY +aQC +aQQ +aQO +aQO +aQO +aQQ +aum aQQ aQW aQO aQC -aQz -aiU -aiU -aiU -bfc -bfc -bfc -oJn -bfc -bfc -bfh -bfq -bfp -beZ -bfm -bfn -aeo -aeo -aeo -aeo -beX -beX -jFP -aIx -aJt -aIL -dqi -aJt -aIx -bJA -aTb -aIL -dqi -kjU -bJO -gLs -bYd -buU -bYo -bYx -aIx -eOe -aeo -bfg -bfQ -bfl -bfy -bgk -eOe -aIk -wcw -aIk -aIk -aIk -aIk -aIk -beX -beO -beO -beO -awY -aiU -ylo -ylo -ylo -ylo -ylo -ylo arA kpS bOr @@ -81848,7 +67353,7 @@ avN avN bkb agQ -bhk +bpa agQ agQ azf @@ -81916,67 +67421,69 @@ aQt aiD "} (68,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aal -abb -abs -mfN -ahX -abD -abs -mfN -adv -abD -abb -mfN -aaq -abD -hBp -kBE -hBp -abD -wnJ -ack -uMD -kUp -aal -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aek -aem -aec -vbW -otY -adJ -dLL -adH -adH -adH -adH -fEI -adJ -aem -vbW -cWu +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +adV +yhy +diP +gth +uya +abP +aFi +acx +acB +abP +abP +abP +abP +abU +abU +gth +adV +abG +abG +adV +abU +gth +abU +abU +gth +adV +abG +abG +adV +gth +abU +abP +abS +iIf +abS +abP +acz +abN +abO +abP +coy +abQ +abP +acz +abN +abL +abP asm asv asm @@ -81984,13 +67491,13 @@ asv asm asv asm -aso -aso -oOr -aso -aso -vxb -arY +aec +aec +gtr +aec +aec +aec +aec gtr rvL arN @@ -81998,80 +67505,39 @@ arO fzm aGK arO -arO +arQ +arN +adJ +mQu +adH +uCU +vaY +vaY +ojf +ulb +adH +prB +adJ +aZe +aZe +aZe +sbw +aZe +aZe +aZe +apT +apT +aQz +aQQ +aQQ +aQQ +aQQ +aQQ aQC aiW aQQ aQQ art -aQz -ylo -aSa -aiU -aiU -bfc -wZu -xha -bfc -bfc -bfc -bfh -bfr -bfr -bff -aeo -aeo -aeo -beO -aIk -aIk -aIk -jFP -aIx -aIQ -aIQ -tEm -nDX -aIx -aIx -aIx -aIL -bcA -aIx -aIx -gLs -bQH -bQN -bYp -bYy -aIx -eOe -bfc -bfg -beP -bfz -bfy -bfQ -eOe -aIk -aIk -aIk -aIk -snS -aeo -aeo -bfZ -bge -aQC -arv -aQC -aiU -ylo -ylo -ylo -ylo -ylo -ylo arA rlH jTg @@ -82155,88 +67621,90 @@ sJk sJk cru apk -gvh +qbc xfT aQt aiD "} (69,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aal -abb -abs -sfx -aih -abD -aei -sfx -aaq -abD -aei -sfx -aed -abD -agf -kpD -hBp -abD -wnJ -ack -uMD -kUp -aal -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aek -aem -aec -vbW -otY -adJ -adK -eZq -cgs -bHe -xUd -oBX -adJ -aem -vbW -cWu +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +abG +tgV +abR +abU +gth +uya +abP +abP +abP +abP +abP +jFF +jFF +abP +abP +abU +gth +abU +abU +abU +abU +abU +gth +abU +abU +xQH +hMJ +abU +abU +abU +gth +abU +abP +hsl +vMP +pTi +abP +abH +mfX +pkc +apo +jyZ +cRn +apo +pkc +kJa +abN +eTj asm aso -cce +aso esF yhK yhK haG -qJi -mNV -dhN -yhK -yhK -yhK -kkK -voj +gGZ +jAE +hvT +jAE +jAE +jAE +jAE +ldE rvL asp asp @@ -82244,71 +67712,30 @@ asp asp asp asp -aZe -aZe -aZe -aZe -aZe -akt -aSa -aSa -aSa -aiU -aiU -bfc -nri -wiF -tlx -bfc -bfc -bfg -bfk -bgk -beO -snS -aeo -aIk -aIk -aIk -aIk -iQh -aIx -bnR -aIL -dqi -aJt -gEV -hwW -nzB -aIL -dqi -gEV -aIC -gLs -gLs -gLs -nHS -bYz -aIx -oJn -bfc -bfc -bfh -bfA -bff -bgf -oJn -aIk -aIk -aIk -beX -aeo -aeo -bfg -beP -aQC -aQC -aQQ +asp +jJQ +ulb +adH +adH +adH +adH +tdi +adH +adH +uCU +pPX +pSu +qwO +qxR +qxR +sxa +pSu +pSu +pWi +adz +aqs +aqs +aqs aUR aqs aqs @@ -82371,7 +67798,7 @@ apg avE avI qiw -gvh +qbc mbp mbp ahZ @@ -82394,79 +67821,81 @@ uHm ugB aiv aiz -aiH -apj -ahW -apk -gcM -apk -ahZ -xfT -aQt -aiD -"} -(70,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaj -aaj -abs -abs -abs -abD -adi -abv -abs -abD -abv -abs -aaq -abD -hBp -sRo -hBp -abD -wnJ -ack -uMD -kUp -aal -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aek -aem -aec -vbW -otY -adJ -adJ -jbj -qwr -pvh -grK -adJ -adJ -bhi -vbW -cWu +aiH +apj +apk +apk +gcM +apk +ahZ +xfT +aQt +aiD +"} +(70,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +abG +lGO +abR +abU +gth +uya +abP +jFF +jFF +jFF +jFF +jFF +jFF +jFF +abP +abU +gth +aPr +yaq +yaq +yaq +sam +gth +aPr +aFk +sam +gth +aPr +aFk +sam +gth +abP +abP +aqG +vMP +dES +abP +abJ +aGj +abN +abP +aYY +jWy +abP +abO +aRl +abJ +anf asm gKn gKn @@ -82474,12 +67903,12 @@ fgu svU cvm asm -oOr -aso -aso +gtr +aec +wDj qaa -cvm -asm +qNM +aZe jUa gtr rvL @@ -82489,72 +67918,31 @@ aRe aRf bCd aRe -bCi -aRe -bCh -bCa -asr -akt -akt -aSa -aSa -aSa -aiU -aiU -bfc -bfc -oJn -bfc -bfc -bfc -bfg -bfg -aeo -aeo -aIk -aIk -bRT -kIW -kIW -lGP -aIx -jnb -aIL -dbV -sdv -sdv -sdv -sdv -yfB -bXO -sdv -sdv -bYa -sdv -sdv -lxi -bYA -aIx -oJn -bfc -bfc -bfg -bfd -bfQ -bgc -oJn -bfc -aeo -aeo -aeo -bfg -beP -bfv -bfz -aQC +heI +pvh +adH +adH +lQk +mIa +adH +tdi +lQk +mIa +adH +puF +pSu +qxR +qxR +qxR +qxR +qGn +tbY +pWi +adz +aqs axH -aQQ -aQO +aQc +xSO agZ bbn baE @@ -82642,7 +68030,7 @@ aie aie aie apm -ahW +apk gcM oHU ahZ @@ -82651,67 +68039,69 @@ aQt aiD "} (71,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaj -abv -abv -adR -aaj -aaj -aaj -hEb -abD -abD -abD -aee -abD -hBp -pCT -hBp -abD -wnJ -ack -uMD -lJq -aaj -ylo -ylo -ylo -acM -aek -aek -aek -acM -aek -aek -aek -acM -ylo -ylo -ylo -acM -bhi -aec -vbW -otY -sLw -adJ -adJ -adJ -adJ -adJ -adJ -sLw -aem -vbW -cWu +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +abG +xFR +abR +abU +gth +uya +abP +jFF +jFF +jFF +jFF +jFF +jFF +jFF +abP +abP +acv +abP +abP +abP +abP +abP +acv +abP +abP +abP +acv +abP +abP +abP +acv +abP +aYY +aqG +vMP +bnn +abP +abP +abP +abP +abP +abP +abP +abP +abP +abP +abP +abP asm asm asm @@ -82719,14 +68109,14 @@ asm asm asm asm -oOr -aso +gtr +aec asm asm asm asm oVe -nSV +gtr rvL asq aRz @@ -82734,72 +68124,31 @@ jnA bCb bCe asy -bCk -asy -bCk -bCo -bCp -bCq -akt -akt -aSa -aSa -aSa -aiU -aiU -bfc -nri -wiF -wiF -wiF -wiF -oiQ -pSo -pSo -kIW -kIW -yau -aIk -aIk -beX -aIx -uVD -aIL -aIL -aIL -aIL -aIL -aIL -dqi -aIL -aIL -aIL -bcB -aIL -aIL -tfF -dbV -bYE -xha -bfc -bfc -bfc -bfZ -bge -bfc -oJn -bfc -bfc -bfZ -bge -beP -bfz -beZ -aiU -aQC -aQV -aQQ -baz +heI +khv +jme +lkH +jme +jme +eZq +ome +jme +jme +jme +pJa +pSu +qwO +qxR +qxR +sxa +pSu +pSu +pWi +adz +aqs +agE +aQc +aPQ agZ aZc ahp @@ -82815,7 +68164,7 @@ agQ agQ agQ agQ -bhk +bpa agQ azf agQ @@ -82842,7 +68191,7 @@ ajf ahQ ahQ agN -bhQ +hzu agQ qKN kyQ @@ -82872,12 +68221,12 @@ aDY nbl aia ain -dXp +oUw aiF aiF aiF aiF -rpr +ewX aiF aiF aiF @@ -82888,7 +68237,7 @@ aip aip aiw apm -aEj +gcM sJk ahZ xfT @@ -82896,82 +68245,84 @@ aZi aEy "} (72,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaj -aal -aal -aal -aaj -ylo -aap -abi -abi -abi -abi -abi -abi -abi -abi -abi -abi -aem -aec -vbW -otY -acM -aek -aek -aek -acM -nKH -adl -kTg -ald -nKH -aeW -kTg -acM -aek -aek -aek -acM -aem -aec -vbW -pdW -htZ -htZ -htZ -htZ -htZ -htZ -htZ -htZ -kjC +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +adV +liq +sam +gth +uya +abP +jFF +jFF +jFF +jFF +jFF +jFF +jFF +abP +adE +oGz +eTj +abP +hnx +abP +abJ +oGz +eTj +abP +acz +oGz +adE +abP +abO +oGz +abP +abP +aqG +oFY vbW -xBz -vLX +mRB +mRB +mRB +mRB +mRB +mRB +mRB +mRB +mRB +mRB +mRB +mRB +mRB vLX -xeO -aQM +iVA +beX vLX -asm -thv -oOr -aso +aZe +nLl +gtr +aec asm dGb nuI asm asa -hpM +gtr rvL asq aRz @@ -82979,72 +68330,31 @@ ffF bCb bCf asy -bCk -asy -bCm -bCo -bBZ -bCb -aRf -akt -akt -aSa -aSa -aSa -aiU -aiU -aiU -bfS -bfT -bfc -bfc -beO -beO -aeo -beX -aIk -wcw -aIk -aIk -aIk -aIx -wFJ -wFJ -wFJ -wFJ -wFJ -qzy -aJt -dqi -aIL -aJt -aJG -aIx -bYf -bYl -bYs -bVG -aIx -bYI -wiF -wiF -wiF -wiF -wiF -wiF -xNa -bfc -bfg -beP -bfv -bfz -aiU -aiU -aiU -mwC -mwC +asp +asp +asp +asp +asp +asp +nYp +oDt +asp +asp +asp +pSu +pSu +pSu +qxR +qxR +qxR +qGn +tbY +pWi +aqs +aqs +agZ vqF -mwC +agZ agZ bbp ahq @@ -83068,7 +68378,7 @@ azk azk azk azk -bhP +rWy azk azk azk @@ -83130,89 +68440,91 @@ tYX aiF aiF aiF -dXp +oUw aiF fSX -aEj +gcM apk ahZ xfT -aQt -aiD -"} -(73,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aap -btJ -btG -bFR -bFU -abi -btR -asj -bGc -bGd -abi -aGA -aec -vbW -pdW -htZ -htZ -htZ -htZ -aFm -kjC -ahP -pdW -pVD -kjC -ahP -pdW -aFm -htZ -htZ -htZ -htZ -kjC -aec -kVy -aec +aQt +aiD +"} +(73,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +adV +abR +gth +uya +abP +jFF +jFF +jFF +jFF +jFF +jFF +jFF +abP +gWS +hfh +acI +abP +hnx +abP +bnC +hpM +uEC +abP +hsJ +hfh +acI +abP +avD +mqn +lQu +abP +aqG +acD +vMP +acD all +oRo +oRo +oRo +oRo +oRo +oRo +fpL +oRo +oRo +oRo +oRo jAE +hvT jAE jAE jAE jAE -jAE -jAE -jAE -acK -jAE -kkK -kkK -hvT -gGZ -kkK -sfJ -yhK -dhN -yhK -cjg -iQQ +axw +aec +aPh +aso nuI asm asa @@ -83228,64 +68540,23 @@ bCf asy bCe asy -npN asy +mRp asy -dfB -akt -akt -aSa -ylo -ylo -ylo -aiU -aiU -bfU -bfa -bfc -bfc -beO -beO -beO -aIk -aIk -aIk -aIk -beX -aIx -aIK -aiY -aIx -aIx -aIx -aSt -bWV -dqi -aIL -bXW -qLa -aIx -aIx -aIx -aIx -bYC -aIx -oJn -bfc -bfc -bfc -bfc -bfc -bfc -bfc -bfg -beP -bfz -beZ -aiU -aiU -ylo -aqs +asr +asp +asp +asp +pSu +pSu +pSu +qwO +qxR +sxa +pSu +pSu +pSu +aQc aQc ahJ agR @@ -83297,7 +68568,7 @@ ahq aoh agZ qkD -bhk +agQ azf lEb mEt @@ -83319,7 +68590,7 @@ fsu agQ agQ agQ -bhk +bpa agQ sPB azk @@ -83378,7 +68649,7 @@ gGR ilo aiA aQf -aEj +gcM apk ahZ xfT @@ -83386,89 +68657,91 @@ aQt aiD "} (74,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aap -btM -btL -btO -bMA -abi -aNa -blT -mOV -mOV -bkv -jAE -jAE -acK -jAE -jAE -jAE -jAE -jAE -jAE -alZ -jAE -jAE -acK -jAE -jAE -jAE -jAE -jAE -jAE -alZ -jAE -jAE -alZ -qJa -jAE -ldE -xoq -rEq -tTf -rEq -rEq -rEq -tTf -rEq -rEq -rEq -cWI -cWI -jUa -gtr -arY -uBk -aso -aso -mbZ +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +abR +gth +uya +abP +abP +abP +abP +abP +abP +abP +jFF +abP +abO +abN +abJ +abP +hnx +abP +acu +abN +abO +abP +hte +abN +eTj +abP +abH +abM +eTj +abP +aqG +all +wBJ +oRo +axe +acD +acD +acD +acD +acD +acD +vMP +acD +acD +acD +acD +aec +aec +aec +aec +aec +aec +aec +aec asm -oOr +bET nuI asm asa gtr -arY +aec bjU asr asy asy fsL -sGB +asy asy asy asy @@ -83478,60 +68751,19 @@ asy fsL asy asr -akt -akt -aqK -aqK -aqK -anw -aiU -aiU -aiU -pwp -bgk -bfZ -bge -aeo -aIx -aIx -aLo -aLo -aIx -aIx -bCM -aIW -aIx -sgn -aID -bWG -bWW -roZ -bXQ -bWl -bXY -jgM -uAl -aIx -bYt -aIL -aIx -bYJ -gLs -gLs -gLs -gLs -bfc -bfc -bfg -bfQ -bfh -aiU -aiU -aiU -ylo -ylo -aqs +asp +asp +pSu +qtl +qGn +qxR +qxR +qxR +qGn +tbY +pSu aQF +aQc agR agR aQc @@ -83592,9 +68824,9 @@ kyQ kyQ gYm kyQ -apg -apg -apg +kyQ +kyQ +kyQ aYB ahZ cpS @@ -83622,8 +68854,8 @@ aiF aiF aiF aQe -ahW -aEj +apk +gcM apk ahZ xfT @@ -83631,83 +68863,85 @@ aQt aiD "} (75,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -aaE -aap -bum -aag -aag -bFV -abi -wGW -aNO -aag -aag -aag -aec -aec -aec -aec -aec -aec -aec -aec -aec -vbW -aec -aec -aec -aec -aec -aec -fXJ -aec -aec -vbW -aec -aec -vbW -eHn -eHn -vbW -cWu -alI -alI -alK -alK -alK -alI -alI -alI -alI -jfP -jfP -nLl -gtr -vRc -asm -asm -asm -asm -asm -qkL +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +hzq +gth +abQ +xEP +abS +trc +mRB +mRB +gqi +abP +jFF +abP +abP +acw +abP +abP +hnx +abP +abP +acw +abP +abP +abP +acw +abP +abP +abP +acw +abP +abP +aRD +vMP +acD +acD +acD +acD +acD +acD +pdh +rEq +rEq +iCo +rEq +rEq +rEq +rEq +cWI +cWI +cWI +aIx +aZe +arY +cWI +cWI asm +thv +nuI asm oVe -axD -kkK +bWl +jAE dZH dZH cVR @@ -83717,66 +68951,25 @@ cVR cVR cVR cVR -pya -pya +cVR +cVR cVR qig asy asy aRf -akt -nQZ -aqQ -aTc -axc -pdh -axf -aiU -aiU -aiU -pwp -bgk -bfg -aIx -gio -aID -aID -rSz -cMy -hRb -aID -aIx -lYM -bWl -bWI -bYb -dqi -aIL -iys -iys -bYb -equ -aIx -bYu -aIL -aSG -bYq -bQN -hqX -aCa -gLs -bfZ -bge -bfQ -aiU -aiU -aiU -ylo -ylo -ylo -ylo -aqs +asp +pSu +pSu +pSu +qwO +qxR +sxa +pSu +pSu +pSu aRa +aQc agR agR aQc @@ -83817,7 +69010,7 @@ oaV fsu aLL agQ -bhQ +hzu aLL lEb oaV @@ -83851,7 +69044,7 @@ aEd aii aib aib -jhR +rfJ aiu aiu aiu @@ -83868,7 +69061,7 @@ jjb gGR aiw apm -aEj +gcM apk ahZ xfT @@ -83876,84 +69069,86 @@ aQt aiD "} (76,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -agA -btC -bum -aag -aag -bFW -abi -bFY -aNO -aag -xys -abi -jSm -jSm -jSm -agM -miE -miE -miE -miE -uQT -vbW -alt -miE -miE -miE -miE -miE -miE -miE -acC -vMP +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +abR +xQH +cRn +cRn +lBI +oRo +acD +acD +bnn +abP +jFF +abP +aFi +acx +acB +abP +hnx +abP +aFi +acx +acB +abP +aFi +acx +acW +abP +aFi +acx +acB +abP +hZO +sGB +vRc +rEq +rEq +vgV acD -bGQ -dDt -gPk -dky -vMP -aFK -alI -btI -gui -aXU -vAP -avb -uJV -cXt -uJV -uJV -avb -kkK -voj -rvL -rTD -dxy -dxy -bph -lVW -tfY -axl -rTD -asa -gtr -vfd -asp +acD +bnn +ggq +ggq +dmz +ggq +ggq +aGr +acM +apT +aek +aek +apT +apT +aek +aek +aek +qEw +aIL +buK +qEw +apT +qkt +apT +akt ovC asy asy @@ -83963,64 +69158,23 @@ bCk asy bCe asy -sGB -sGB +asy +asy fmq bCo jnA bCq -akt -mCD -aqI -axa -lBx -aqI -kOd -nQZ -gvi -aiU -aiU -aiU -bfu -aIx -cYL -qEw -aIL -aIL -aIL -aIL -aIL -bcz -aIL -aIL -aIL -aIL -roZ -sdv -sdv -sdv -sdv -sdv -wGT -sdv -bXQ -aIL -bYK -gLs -hqX -bYP -gLs -bfu -aiU -aiU -aiU -aSa -aSa -ylo -ylo -ylo -ylo -aqs +asp +pSu +qtl +qGn +qxR +she +qxR +qGn +tbY +pSu +aQc aQc agR agR @@ -84071,18 +69225,18 @@ aHq aoJ aoJ kyQ -rWG -vim -tGq +fFh +pRl +pRl fFh fFh pRl -vim +pRl pRl fFh fFh pRl -vim +pRl fFh rLZ qiw @@ -84107,13 +69261,13 @@ aip aip aip tYX -dXp +oUw aiF aiF aiF aiF fSX -aEj +gcM apk ahZ xfT @@ -84121,84 +69275,86 @@ aQt aiD "} (77,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -ajC -btD -aeH -aag -aag -bFX -bjj -ehy -aNO -aag -aLR -aNK -aNK -aNK -aNK -aNK -auq -auq -auq -auq -auq -ays -auq -auq -auq -auq -auq -auq -auq -auq -aFz -vMP +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adV +liq +yaq +dxQ +yaq +abS +uuX +vgV acD -tDQ -acd -bGR -dky -edP +bnn +adV +adV +adV +adV +adV +adV +adV +adV +adV +adV +adV +adV +adV +adV +adV +adV +adV +adV +adV +adV +adV +idL +ggq +ggq +ggq +ggq +aqG acD -axY -aXU -aXU -aXU -wtM -alI -ami -qbc -ami -aMF -alI -jUa -gtr -rvL -rTD -dxy -dxy -dxy -lVW -aso -aSw -rTD -asa -gtr -rvL -asq +acD +bnn +ggq +ggq +dmz +ggq +ggq +hKD +xQN +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +qzy aRz jnA bCb @@ -84214,62 +69370,21 @@ fmq bCo ffF bCr -akt -aSF -aqI -aqI -reh -aqI -kOd -aSb -mCD -anw -ylo -aiU -aiU -aoW -hqd -oYC -ckt -wKF -nYn -sdv -sdv -uyg -sdv -sdv -sdv -sdv -lxi -aIL -aIL -aIL -aIL -aIL -bcB -aIL -aIL -aIL -bYL -buU -bYN -hqX -qIU -aiU -aiU -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -aqs -atR -atR -atR -baI +asp +pSu +pSu +pSu +qwO +shg +sxa +pSu +pSu +pSu +aQc +aQc +agR +agR +aQc aqs aof ahq @@ -84280,7 +69395,7 @@ atR atR bcu bek -ksH +gkP hSo ahq ahq @@ -84315,21 +69430,21 @@ efN aBG oHT xBs -avQ -avQ -avQ -avQ -avQ -avQ -avQ -avQ -avQ -avQ -avQ -avQ -avQ -avQ -aEy +kyQ +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +kyQ qiw ahZ ahZ @@ -84344,7 +69459,7 @@ aii aik aiF aiF -dXp +oUw aiF aiF aiF @@ -84358,7 +69473,7 @@ aiu aiu aiA aQf -aEj +gcM oHU ahZ xfT @@ -84366,84 +69481,86 @@ aZi aEy "} (78,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -aCk -aOi -aeH -aag -aag -aag -aOi -aag -aNO -aag -bGe -aNK -abn -arq -asO -aNK -aIe -aJN -aWa -aJN -bcs -tCn -azQ -auq -bFH -bFI -bFt -bFx -bFB -auq -puF +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hFm +qac +pEX +qac +abP +abP +abP +aqG vMP +bnn +acM +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +acM +ieZ +ggq +ggq +ggq +ggq +aqG acD -amR -acA -aPF -dky -awu -oRo -eMu -awy -awy -awy -pPN -bHR -ami -ami -ami -ami -alI -asa -gtr -rvL -rTD -dxy -dxy -drv -lVW -aso -aSw -rTD -asa -gtr -rvL -asq +acD +bnn +ggq +ggq +dmz +ggq +ggq +kWz +xQN +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +qzy aRz ffF bCb @@ -84459,65 +69576,24 @@ fmq bCo jnA bCq -akt -aSH -aqI -aqI -reh -aqI -kOd -aSb -exY -aqK -ylo -ylo -ylo -aoW -aoW -aoW -aoW -bat -buS -cAW -cAW -aIx -qzy -aIS -aIS -aJt -dqi -aIL -aJt -aIS -aIS -aJG -aIx -bYv -bYD -bYF -bYM -qIU -qIU -qIU -qIU -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -aqs +asp +pSu +qtl +qGn +qxR +shg +qxR +qGn +tbY +pSu +aQc axG agR agR axG bCS aZC -tuo +cjY ahq baR bCS @@ -84560,21 +69636,21 @@ etp dyY bJr bJu -aoR -ylo -aSa -aSa -ylo -ylo -ylo -ylo -aSa -aSa -ylo -ylo -ylo -ylo -aEy +lac +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +kyQ aYB ahZ ahZ @@ -84602,7 +69678,7 @@ aiq aiq aiq aQf -ahW +apk gcM sJk ahZ @@ -84611,84 +69687,86 @@ aQt aiD "} (79,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -aUl -aOi -aeH -aag -gzB -aag -aOi -aag -aNO -btO -bqE -aNK -adc -aNR -atL -aNK -wyL -aNV -aNV -aNV -aNV -tCn -azS -aPP -bDz -bFr -bFu -bFy -wYj -bCI -puF +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hFm +iOX +arR +qac +fTH +fTH +dqC +aRD vMP +bnn +acM +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +acM +iwB +ggq +ggq +ggq +ggq +aqG acD -gzz -aev -bGT acD -vMP -xAo -alI -bsL -aXU -aXU -fSo -axV -ami -biR -biV -aCF -alI -oVe -gtr -rvL -rTD -dxy -dxy -wwB -lVW -aso -yio -rTD -asa -gtr -rvL -asp +bnn +ggq +ggq +dmz +ggq +ggq +qpo +xQN +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +qzy aRf crH aRf @@ -84697,65 +69775,24 @@ crH bCi crH bCn -bCc +aRf asr asr aRw asr asr aRf -akt -iDV -fGS -lER -iZu -aqI -kOd -aSb -exY -aqK -ylo -ylo -ylo -ylo -ylo -ylo -aoW -aoW -aoW -aoW -aoW -aoW -uZM -bVh -bWO -qzy -dqi -aIL -aJG -bXZ -bVs -bYh -aoW -aoW -aoW -aoW -aoW -aoW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -aqs +asp +pSu +pSu +pSu +qwO +shg +sxa +pSu +pSu +pSu +aQc aQc agR agR @@ -84805,24 +69842,24 @@ uMo oCz bJq rLw -aoR -ylo -aSa -aSa -ylo -ylo -ylo -ylo -aSa -aSa -ylo -ylo -ylo -ylo -aEy +lac +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +kyQ vpl hHx -gvh +qbc ahZ ahZ apk @@ -84846,7 +69883,7 @@ aiE aiG aiI aQg -ahW +apk apk gcM apk @@ -84856,151 +69893,112 @@ aQt aiD "} (80,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -cOv -btD -aeH -aag -aag -xys -akM -dRI -aNO -aag -bGf -aNK -aPd -aNR -aPe -aaF -aNW -aNW -aNW -nwT -mAK -aPn -uvd -aPP -boD -wyL -aNW -aNW -wYj -bCI -puF +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lJz +eFc +iOX +qac +dqC +dqC +dqC +aqG vMP +bnn +acM +acM +acM +xQN +xQN +acM +acM +acM +acM +acM +acM +acM +acM +acM +acM +acM +acM +xQN +xQN +xQN +acM +iDH +iDV +iIK +ggq +ggq +aqG acD -adT -eqK -mIn acD -vMP -fps -alI -aXU -aXU -aXU -fSo -aTj -ami -alI -alI -alI -alI -asa -gtr -rvL -asm -rTD -rTD -asm -asm -rTD -rTD -asm -asa -gtr -rvL -asp -asp -asp -asp -asp -asp -asp -asp -asp -asp -asq -asq -bjV -asq -asq -asp -akt -aod -aod -aod -lgt -aqI -kOd -aSb -ggU -anw -anw -anw -anw -anw +bnn +ggq +ggq +dmz +ggq +ggq +amp +acM anw +aqK +aqK anw anw +aqK +aqK +aqK anw anw anw +adz +adz +adz anw -aoW -aoW -aoW -aoW -aIQ -tEm -aIQ -sdm -aoW -aoW -aoW -aoW -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -aqs +akt +asp +asp +asp +akt +akt +akt +akt +akt +asp +asp +asp +aRw +lFP +akt +akt +akt +pWi +qtl +qGn +rCN +shg +qxR +qGn +tbY +pSu +aQc aQc agR agR @@ -85050,22 +70048,22 @@ jqo jqo jqo jqo -atH -ylo -aSa -aSa -ylo -ylo -ylo -ylo -aSa -aSa -ylo -ylo -ylo -ylo -aEy -aEy +lac +rWG +xfX +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +kyQ +kyQ qiw ahZ ahZ @@ -85095,158 +70093,119 @@ oHU oHU iDD apk -gvh +qbc xfT aQt aiD "} (81,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -aUm -ako -aeH -aag -aag -aLR -abi -aVP -aNO -btO -bqE -aNK -adw -aNR -atM -aNK -aAu -aNV -ghu -czh -aNV -xeV -mAK -ayB -pUP -mAK -mpS -aNW -ivy -auq -puF -vMP -acD -adT -hYU -mIn -acD +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lJz +arR +hzT +qac +mRB +mRB +mRB +woz vMP -jmO -alI -awA -aXU -aXU -fSo -aFE -alI -alI -ycd -oyu -oyu -nLl -gtr -qyg -vLX +qaO +mRB uSz hpB aSd aSd mrO uSz -vLX -nLl -gtr -qyg -vLX -vLX -vLX -vLX -vLX +mRB +woz +vMP +qaO +mRB +mRB +mRB +mRB +mRB eiQ -vLX -vLX -vLX -vLX -vLX -nLl -gtr -qyg -vLX -qpo -aqI -aqI -aqI -aqI -aqI +mRB +mRB +mRB +mRB +mRB +mRB +mRB +mRB +mRB +woz +acD +acD +qaO +mRB +mRB +jyf +mRB +mRB +mRB +woz +oiI aqI -sFI -pdh -pdh -vqA aqI -oiI aqI aqI aqI aqI aqI oiI -aqI mCD aqK ylo -aSa +ylo ylo aqK aSb -eaL -aqH +kQO +aSb aSb aqK ylo aSa ylo aqK -aqK -aqK -anw -aqK -aqK +aqI +aqI +oiI +bCM +aqI aqK ylo ylo -ylo -aqK -aqK -aqK +bbX anw -aqK -aqK -aqK -ylo +qWE +qWE +siU +qWE +qWE +anw +bbX aqs -aQc +uvs agR agR aQc @@ -85295,22 +70254,22 @@ bdJ aYR aYR aYR -aqL -aqL -aqL -aSa -ylo -ylo -ylo -ylo -aSa -aSa -ylo -ylo -ylo -ylo -ylo -aEy +aYR +aYR +aYR +rWG +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +fFh +kyQ qiw ahZ ahZ @@ -85346,109 +70305,70 @@ aQt aiD "} (82,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -aaE -aap -btH -aag -aag -aLR -abi -aVP -aNO -aag -bMD -aNK -aez -ars -atU -aNK -aCj -bCB -bCH -blA -aNU -tCn -hZu -aPP -aNU -mfS -aNW -aNW -wYj -bCI -puF -vMP +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lJz +kSD +arR +qac +acD +acD acD -adT -ggq -mIn acD vMP -adT -alK -bhx -bhx -aXU -xVS -bhx -bhx -alK -asa -arY -arY -arY -gtr -cQs -cQs -arY -arY -arY -arY -fsP -kkK -kkK -kkK -hvT -gGZ -kkK -kkK -kkK -kkK -kkK -kkK -kkK -kkK -kkK -gGZ -kkK -kkK -hvT -kkK -gGZ -lvR -lvR -kuU -lvR -lvR -lvR -lvR -lvR -lvR -lvR -lvR +acD +acD +acD +acD +acD +acD +all +oRo +oRo +oRo +wBJ +fpL +oRo +oRo +oRo +oRo +oRo +oRo +oRo +oRo +oRo +fpL +oRo +oRo +oRo +oRo +fpL +oRo +oRo +oRo +oRo +oRo +oRo +wBJ +oRo +oRo +oRo +oRo lvR lvR lvR @@ -85461,12 +70381,12 @@ aqI exY aqK ylo -aSa +ylo ylo aqK aJu -eaL -aqH +qgb +tHq aJu aqK ylo @@ -85475,7 +70395,7 @@ ylo aqK aqI aqQ -rjv +exY rFw aqI aqK @@ -85483,14 +70403,14 @@ ylo ylo ylo aqK -aqI -aqQ -rjv +rba aqX +aSb +sxI aqI aqK -ylo -aqs +adz +tTE aQc agR agR @@ -85542,20 +70462,20 @@ bdQ bdQ bdQ bdQ -aqL -aqL -aqL -aqL -ylo -ylo -aSa -aSa -ylo -ylo -ylo -ylo -ylo -aEy +aYR +aYR +aYR +aYR +rWG +xfX +fFh +fFh +fFh +fFh +fFh +fFh +fFh +kyQ vpl aQs aQs @@ -85569,7 +70489,7 @@ ahZ ahZ ahZ ahZ -gvh +qbc ahZ ahZ ahZ @@ -85591,109 +70511,70 @@ aQt aiD "} (83,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aap -bFM -bFP -aag -sTN -akh -hIo -aNO -btO -bqE -aNK -aNK -aNK -aNK -aNK -auq -auq -auq -auq -aNX -tCn -wYj -aPP -aNX -aNV -bFv -bFK -bFC -bCI -puF -vMP +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hFm +iOX +arR +qac acD -adT -eqK -mIn +all +oRo +oRo +wBJ +oRo +fpL +oRo +oRo +fpL +oRo +axe +pdh +tTf +vgV acD vMP -adT -alK -axV -axV -hFm -mag -axV -bHR -alK -asa -fsP -kkK -kkK -hvT -kkK -rtZ -wPq -wPq -gGZ -kkK -axw -vfd -aQP -jUa -arY -gtr -vfd -aQP -cWI -cWI -cWI -cWI -aQP -jUa -arY -gtr -vfd -aQP -cWI -cWI +pdh +tTf +rEq +rEq +rEq +rEq +tTf +vgV +acD +vMP +pdh +tTf +rEq +rEq iCo vgV -aqH -eaL -mFm -eUB -eUB -eUB -eUB -eUB -eUB -eUB +acD +acD +aDi +buO +buO +buO +buO +buO +buO +buO eUB eUB eUB @@ -85706,37 +70587,37 @@ aqI ggU aqK ylo -aSa +adz ylo aqK aSb -eaL -aqH +qgb +qgb aSb aqK ylo aSa ylo -anw +aqK aqI aqQ exY -aqX +rFw aqI anw anw ylo anw anw -aqI -aqQ -exY +rba aqX +aSb +aSb aqI -anw -ylo -aqs -ahF +aqK +adz +tTE +aQc aVb azg azg @@ -85790,26 +70671,27 @@ bdQ bdQ oge bdS -aqL -aqL -aqL -aSa -aSa -aSa -aSa -aSa -aSa -aQz -aQz -aQC -arv -aQC +aYR +aYR +aYR +fFh +fFh +fFh +fFh +fFh +fFh +fFh +kyQ +kyQ +xnl +kyQ aYB ahZ ahZ ahZ ahZ -gvh +qbc +ahZ ahZ ahZ ahZ @@ -85824,7 +70706,6 @@ ahZ ahZ ahZ ahZ -gvh ahZ ahZ ahZ @@ -85836,77 +70717,38 @@ aQt aiD "} (84,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aap -bFN -bFQ -aag -aag -qqI -mOV -ehN -aag -csk -aNP -oHP -axd -lDb -bkP -aIR -aQL -bhJ -aNP -qlF -tCn -aPg -auq -bFq -bFs -bFw -bFA -bFD -auq -puF -vMP +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hFm +hFm +hFm +arR +arR +qac acD -tDQ -acd -mIn acD +pdh +rEq +tTf +vgV vMP -adT -alK -bjD -bjD -aXU -xVS -bjD -bjD -alK -asa -gtr -vfd -cWI -aQP -jUa -gtr -vfd -cWI +pdh +rEq gOx -cWI +rEq mBq bpr asc @@ -85929,9 +70771,9 @@ bnr asC waF aqG -aqH -eaL -gCO +acD +acD +caA aqN aqN aqN @@ -85951,12 +70793,12 @@ aqI lOV anw anw -aSa +ylo anw anw aws -eaL -aqH +aqI +aqI aSb anw anw @@ -85966,7 +70808,7 @@ anw kGi aqI aJu -aqI +bCM pXU aSb anw @@ -85977,10 +70819,10 @@ pXU aqI aJu aqI -aul -anw -ylo -aqs +cjr +aqK +adz +tTE aQc aXk agR @@ -86037,18 +70879,18 @@ bdQ bdP bdP bdP -aqL -aqL -aqL -aSa -aSa -aSa -aSa -aQz -ahx -aQQ -aQQ -aQC +aYR +aYR +aYR +fFh +fFh +fFh +fFh +fFh +xlG +fFh +fFh +kyQ vpl wJU aQs @@ -86081,70 +70923,31 @@ aEy aEy "} (85,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -aaE -aap -btK -aag -aag -aag -aOi -aag -aNO -btO -bqE -aNP -aoU -klD -urX -avG -urX -urX -aNT -aPO -aNX -tCn -aUg -auq -auq -auq -auq -auq -auq -auq -pxl -jxN -acD -aoL -acA -mIn -acD -vMP -jmO -alI -cKi -aXU -wmf -xVS -aXU -gwY -alI -oVe -gtr -rvL -mJC +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lJz +iOX +iOX +iOX +iOX +qac +bYx +dbY +qac +qac arx arx atZ @@ -86173,10 +70976,10 @@ aTY bpO asC asC -aqG -aqH -eaL -caA +iKy +rEq +rEq +jlp aqN oXK esV @@ -86200,8 +71003,8 @@ anw anw aJu aqI -eaL -aqH +aqI +aqI aqI aJu anw @@ -86211,7 +71014,7 @@ jGd duY xFf xFf -xFf +mVq rRm jDp dlO @@ -86226,7 +71029,7 @@ duY anw aqs aqs -aQc +uvs aXk agR agR @@ -86284,16 +71087,16 @@ aJZ beg bdP bdQ -aqL -aqL -aqL -ylo -ylo -aQz -aQQ -aQO +aYR +aYR +aYR +xfX +fFh +fFh +fFh +pRl bgx -aQz +xuS aEy aEy aEy @@ -86326,70 +71129,31 @@ ylo ylo "} (86,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -aVM -btE -aeH -aag -aag -msj -btQ -qsY -aNO -aag -bGi -aNP -qhl -sQb -aNL -bkP -aNS -rBf -kha -aPO -wyL -tCn -bFG -auq -bCw -sCZ -aeY -bCD -bCF -auq -puF -vMP -acD -gzz -aev -mIn -acD -vMP -adT -alK -bhx -bhx -aXU -xVS -bhx -bhx -alK -asa -gtr -rvL -arx +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lJz +iOX +iOX +iOX +qac +qac +wET +wET +fhQ +qac arx arH uTq @@ -86401,7 +71165,7 @@ arx aDT ase gZw -wuC +ase sHR ase aYS @@ -86417,12 +71181,12 @@ asG asG tYg qTZ -asC -aRD -aqH -eaL -gCO -aqN +iJq +acM +xQN +xQN +acM +juq xkH cGi cGi @@ -86445,8 +71209,8 @@ jyR aqI aqI aqI -eaL -aqH +aqI +aqI aqI aqI aqI @@ -86456,7 +71220,7 @@ aqI aqI aqH aqH -aqH +eaL iTt duY duY @@ -86464,9 +71228,9 @@ duY duY duY lgt -aqH -aqH -aqH +aSb +aJu +aSb aqI aqI aha @@ -86531,14 +71295,14 @@ bdP bdQ bdQ bdQ -aqL -aqL -aqL -aQz -aQQ -aQW -aQz -aQz +aYR +aYR +aYR +fFh +fFh +xoV +xuS +xuS aSa aSa aEy @@ -86571,74 +71335,35 @@ ylo ylo "} (87,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -ajC -btD -aeH -aag -aag -fZQ -abi -bFY -aNO -btO -bqE -aNP -aNP -aNP -aNP -aNP -ave -aNQ -rjO -aeA -mAK -aPn -uvd -bkM -wyL -bCx -ahl -bCE -bCG -auq -puF -vMP -acD -adT -eqK -mIn -acD -vMP -adT -alK -axV -bHR -aXU -xVS -axV -axV -alK -asa -gtr -rvL -arx +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hFm +qac +gTG +qac +qac +bfp +acE +arR +dXq +qac rfh kPl awO -feD +arH arH arH arH @@ -86648,7 +71373,7 @@ ase aHE fLz bpD -wuC +ase ase ase asB @@ -86662,12 +71387,12 @@ bPi bnq axQ bnx -aRv -aqG -aqH -eaL -gCO -aqN +iJq +acM +iLo +iLo +acM +juq xkH snc snc @@ -86690,12 +71415,8 @@ eaL aqH aqH aqH -eaL aqH aqH -eqM -fsr -eqM aqH aqH aqH @@ -86705,6 +71426,10 @@ aqH aqH aqH aqH +eaL +aqH +aqH +aqH aqH aqH aqH @@ -86779,10 +71504,10 @@ bdQ bdQ bdQ aYR -aQC -aQQ +kyQ +fFh baz -aQz +xuS ylo aSa aSa @@ -86816,70 +71541,31 @@ ylo ylo "} (88,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -bqx -aOi -aeH -aag -btO -bpR -abi -bFZ -aNO -aag -aZA -aNP -oHP -axd -ggO -bkP -lhI -aNQ -vFL -aPO -aNU -xeV -mAK -bkN -mAK -bCy -akN -aNW -akP -auq -puF -vMP -acD -adT -aJy -mIn -acD -vMP -adT -alK -bjD -huQ -aXU -xVS -bjD -bjD -alK -asa -gtr -rvL -arx +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hFm +aGd +jzF +aLW +jzF +gRm +bzz +wET +wET +qac wwQ bcQ uTq @@ -86908,11 +71594,11 @@ bnq axQ bnx aRv -aqG -aqH -eaL -gCO -aqN +iLo +iLo +iLo +iLo +juq xkH cGi cGi @@ -86935,19 +71621,19 @@ mer lvR lvR lvR -mer -kuU -sDx -sDx -lvR -lvR -lvR -lvR -lvR -lvR lvR +kuU lvR lvR +bGj +baJ +baJ +baJ +baJ +baJ +npl +hUS +nJb lvR lvR lvR @@ -87024,10 +71710,10 @@ bdP bdQ bdQ bdQ -aQC -arv -aQC -aQz +kyQ +xnl +kyQ +xuS ylo aSa aSa @@ -87061,75 +71747,36 @@ ylo ylo "} (89,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -aUl -aOi -aeH -aag -bGh -bMB -abi -aWD -aNO -btO -bqE -aNP -aoU -klD -urX -awD -urX -urX -mTO -aPO -aNX -tCn -hZu -bkM -aNU -aNV -ahl -aNV -alD -auq -soi -vMP -acD -adT -nTz -mIn -acD -vMP -adT -arL -arL -arL -arL -uwP -arL -arL -alI -asa -gtr -rvL -arx +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lJz +wcn +xRi +hXu +hXu +hXu +bBZ +dcK +hXu +qac aRh aWh aML awU -ucx +awU oEa awU aHP @@ -87140,24 +71787,24 @@ cEC iei ase ase -tFv +ase asB asF asG asG asG -dVQ +asG rpB asG asG asG bny -asC -aqG -aqH -eaL -gCO -aqN +iJq +iLo +iLo +iLo +iLo +juq sNE cGi aAE @@ -87181,18 +71828,18 @@ eUB eUB cVK aqH -nUz +eaL tUO buT -buT -buT -buT -buT -buT -buT -fSr -buT -buT +awd +aax +aax +aax +aax +aax +aax +aax +eDZ buT buT buT @@ -87306,70 +71953,31 @@ ylo ylo "} (90,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -ajC -btD -aeH -aag -aag -bFV -abi -bMC -aNO -aag -bME -aNP -qhl -sQb -aNL -bkP -aIV -bhA -brd -aNP -bHc -tCn -aBu -auq -gaF -ndr -axm -ndr -wBc -auq -puF -vMP -acD -adT -eqK -mIn -acD -vMP -adT -arL -bpa -jrQ -amg -rXj -agq +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hFm +wcn +uRR +kHd +iCB +bfS +dJr +dfB +eeN arL -uSz -nLl -gtr -rvL -arx bjA aQR uTq @@ -87393,16 +72001,16 @@ eGQ bnq asG kzN -eGQ +cUr bnq axQ bJg aRv -aqG -aqH -eaL -gCO -aqN +iLo +iLo +iLo +iLo +juq wQZ tvO iHc @@ -87426,24 +72034,24 @@ arf arf cSI aqH -nUz +eaL aro -nQZ -arp -arp -arp -arp -arp -arp -arp -arp -arp -arp -arp -arp -arp -arp -nQZ +aax +aax +aax +olB +olB +olB +olB +olB +aax +aax +aax +aax +aax +aax +aax +aax cfZ aqH eaL @@ -87551,80 +72159,41 @@ ylo ylo "} (91,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -bqC -btF -aeH -aag -btO -bpR -abi -bum -aNO -btO -bqE -aNP -aNP -aNP -aNP -aNP -aNP -aNP -aNP -aNP -auq -ays -auq -auq -auq -auq -auq -auq -auq -auq -kvm -vMP -acD -tDQ -acd -bGR -acD -vMP -adT +adz +adz +adz +adz +adz +adz +adz +xib +xib +xib +xib +xib +xib +xib +xib +xib +wcn +xVS +arL +arL +arL +arL +arL +arL arL -bpa -gRm -arR -rXj -arR -nTO -arY -arY -gtr -kvN -ary ary ary aHO ary thb hhP -eyK -lsu nAl -uZL +nAl +nAl +thb mIs asc asc @@ -87643,11 +72212,11 @@ bnq axQ bnx aRv -aqG -aqH -eaL -gCO -aqN +iLo +iLo +iLo +iLo +juq aqN aqN avU @@ -87670,25 +72239,25 @@ arg bAX arf cSI -eqM -nUz +aqH +eaL aro -arp -arp -ahB -aTG -ahB -qoq -arp -bEC -bqw -arp -bDO -hLL -bEI -bqA -arp -arp +aax +vkq +ldy +axj +axj +axj +axj +axj +tKy +qqg +aax +auW +auW +asf +ntt +aax cfZ aqH eaL @@ -87796,70 +72365,31 @@ ylo ylo "} (92,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aaE -aaE -aap -aeH -aag -bFT -aqq -abi -bum -aNO -aag -sTN -abA -yaN -aNN -aNN -hYs -aNN -yaN -aNN -aPh -ymj -aPo -gMY -abA -aOb -bOZ -bPa -bOZ -aOf -adb -puF -vMP -acD -amR -acA -aPV -acD -vMP -adT +adz +adz +adz +adz +adz +adz +adz +xib +hJE +hNb +xwF +uwy +wGZ +azR +avQ +vdh +syT +xVS +arL +urT +bhJ +tOQ +dgp +ehf arL -bpa -gRm -arR -eqt -arR -arR -arY -arY -gtr -rvL -ary mVk bhD fZW @@ -87878,21 +72408,21 @@ aKX aKX arx aRA -jvk asG -tWw +asG +asG asG boW asG asG asG bny -asC -aqG -aqH -eaL -gCO -aqN +iJq +iLo +iLo +iLo +iLo +juq aqR vyk aqW @@ -87918,22 +72448,22 @@ cSI aqH eaL aro -arp +aax bnY -aiS -aVl -aty -ahB -arp -aTT -nGs -arp -bEE -qWK -bjC -nJl -bKN -arp +axj +eXX +nBw +mGL +nlU +ugK +axj +tKy +aax +pTp +jkb +jkb +pTp +aax cfZ aqH eaL @@ -88041,70 +72571,31 @@ ylo ylo "} (93,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aap -aeH -aag -aag -bFX -bjj -ehy -omw -mOV -mOV -aaC -adu -adu -adu -adu -adu -aPk -adu -adu -adu -spN -adu -aOp -hta -hta -hta -aPu -pXY -adb -aFz -vMP -acD -gzz -aev -bGT -acD -vMP -adT -arL -bpa -gRm -arR -arR -arR +adz +adz +adz +adz +adz +adz +adz +rQd +bna +aai +wcO +lRi +wcO +wcO +cKi +cPg +wcn +xVS +rqZ +aSF +alI +bCa +dgx +fhQ arL -cbS -jUa -gtr -rvL -ary bhI arI fZW @@ -88120,24 +72611,24 @@ ary aHR arH arH -boX +mlQ arx asF axQ bpK -gTe -tWw +bnq +asG kzN bJf bnq axQ bHB aRv -aqG -aqH -eaL -gCO -aqN +iLo +iLo +iLo +iLo +juq aqS qWf aqW @@ -88163,22 +72654,22 @@ cSI aqH eaL aro -arp +aax aUr -ath -aVm -eKL -tYF -bye -ppi -olD -arr +axj +eXO +nrl +hap +wKb +tMG +xsE +xsE bqz -ayS -aDO -ayS -mSR -arp +pTp +jkb +jkb +nHU +aax cfZ aqH eaL @@ -88286,70 +72777,31 @@ ylo ylo "} (94,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aap -aeH -aag -aag -aag -blT -mOV -bmL -aag -xys -abA -qOJ -aoV -aoV -agV -aoV -juA -agV -aoV -aoV -agV -oKh -abA -iOR -adz -adz -tDt -cPC -jbN -acE -vMP -acD -slL -gJn -vyR -acD -vMP -jmO -arL -arL -arR -oGe -lqR -arR -arL +adz +adz +adz +adz +adz +adz +adz +xib +rwt +qEC +wod +uwy +acS +jZA +awA +cPg +gRm +rpz +rqZ +aWY +gRm +wET +wET +fhQ arL -oVe -gtr -rvL -ary bhy vDt vLO @@ -88371,18 +72823,18 @@ asF axQ bJf bnq -quI +chg rFf bHA bnq axQ bnx -aRv -aqG -aqH -eaL -gCO -aqN +iJq +acM +iLo +iLo +acM +juq aZk rVK aqW @@ -88408,23 +72860,23 @@ cSI aqH eaL hhA -arp -rSG -bqq -aVr -auA -ahB -arr -azC -vff -arr -arr -ayS -ifj -bqy -bEU -arp -pir +aax +dwH +axj +axj +axj +axj +axj +axj +axj +rCH +aax +dEe +iBO +jkb +nHU +aax +cfZ aqH eaL aqI @@ -88531,70 +72983,31 @@ ylo ylo "} (95,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aap -bFO -dtl -dtl -dRI -aNO -xys -dtl -dtl -sFd -abA -aiR -agt -avv -aAS -agt -avv -aAS -agt -avv -aAS -ajP -abA -bOX adz adz -tDt adz -aPH -acD -vMP -acD -acD -acD -acD -acD -vMP -adT -uWJ -qcR -arR -lue -oGe -arR -aQv +adz +adz +adz +adz +xib +vdh +vdh +vdh +vdh +agq uWJ -asa -gtr -rvL -ary +axV +bHR +hXu +cPK +aMG +sKJ +hXu +bCm +wET +erc +arL bhB arI arI @@ -88622,14 +73035,14 @@ asG asG dOB fNy -asC -aRD -aqH -eaL -gCO -aqN +iJq +acM +xQN +xQN +acM +juq kkV -nAm +rVK sjK jjz lfF @@ -88645,7 +73058,7 @@ lxS lAd aSp arj -hzk +ybP arg bAX arf @@ -88653,22 +73066,22 @@ cSI aqH eaL aro -arp -ahB -aUK -aVt -avz -ahB -arr -ayR -dQc -ppi -nqd -ppi -kje -ayS -bqD -arp +aax +izn +dBW +qRY +ahk +qRY +ahk +qRY +rCH +lkv +aax +abf +jkb +jkb +abf +aax cfZ aqH eaL @@ -88776,70 +73189,31 @@ ylo ylo "} (96,1,1) = {" -ylo -aab -aab -acL -acL -acL -acL -aab -aab -acL -acL -acL -acL -aab -aap -abi -btN -btN -abi -bmH -abi -btN -btN -abi -abA -alV -apC -abA -alV -apC -abA -alV -apC -abA -alV -apC -abA -bOY -adz -adz -aPw -hta -hta -oRo -wBJ -oRo -oRo -oRo -oRo -oRo -jxN -adT -uWJ -kUV -flQ -wcn -xHk -flQ -biy +adz +adz +adz +adz +adz +adz +adz +xib +hJE +hNb +sDe +uwy +huQ uWJ -asa -gtr -rvL -ary +axa +cPg +whW +uRR +rqZ +whW +bmq +wET +wET +fhQ +arL ary biZ bpl @@ -88868,10 +73242,10 @@ aXi oOj asC asC -aqG -aqH -eaL -gCO +fLr +mRB +mRB +gqi aqN kkV rVK @@ -88891,29 +73265,29 @@ lvU aGt qaS biH -tcF +aNC qdK arf cSI aqH eaL aro -arp -ahB -ahB -aTH -ahB +aax +aax +bke +vrA +lnW ahB -arr -xCE -vff -ayS -ayS -ayS -qWK -bEN -bEV -arp +oEU +qSG +akf +aax +aax +eMI +jkb +jkb +eMI +aax cfZ aqH qqW @@ -89021,70 +73395,31 @@ ylo ylo "} (97,1,1) = {" -aab -aab -aNi -viq -jJD -jJD -viq -jJD -aDS -dYM -dYM -dYM -dYM -dYM -blK -aOu -aOu -aOu -cGO -fEP -aNY -aOu -aOu -aOu -blB -bmO -bmO -bmO -bmO -bmO -bmO -bmO -bmO -bmO -bmO -bmO -adb -mAc -adz -gEm -tDt -ckz -jbN -toa -toa -toa -aFF -aOh -acC -acD -vMP -adT -arL -arL -arL -arL -arL -arL -arL +adz +adz +adz +adz +adz +adz +adz +rQd +bna +aai +wcO +abF +wcO +wcO +axr +cPg +wcn +xVS +rqZ +wcn +arR +bCp +dgD +eLc arL -asa -gtr -rvL -mJC ary ary ary @@ -89098,7 +73433,7 @@ lGp ary ary acP -eaL +vMP bnn bhE bPb @@ -89112,10 +73447,10 @@ aRv asC bnr asC -gvi +aGr aqG -aqH -eaL +acD +acD gCO aqN fHX @@ -89143,22 +73478,22 @@ cSI aqH eaL aro -arp -arp -arp -arp -arp -arp -arp -dMH -vff -iMM -arr -jhO -jhO -jhO -fCx -arp +aax +aax +aax +aaz +aaz +aaz +aaz +aaz +aax +aax +aax +eMI +jkb +jkb +eMI +aax cfZ aqH aqH @@ -89266,101 +73601,62 @@ ylo ylo "} (98,1,1) = {" -aab -ahO -jJD -nls -dug -dug -nls -jJD -eXi -aNZ -nXo -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -fEP -aNZ -aNZ -aNZ -aNZ -blF -aNZ -aNZ -aNZ -aNZ -iAI -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -aOc -adz -gEm -gEm -tDt -aFr -adb -adb -adr -adr -adb -adb -puF -acD -vMP -qaO +adz +adz +adz +adz +adz +adz +adz +xib +rwt +qEC +wod +uwy +ahF +aod +axy +vdh +wcn +xVS +arL +rCp +btI +bML +dhN +eLk +arL +fLr +afc mRB mRB -dSM mRB +gcE mRB -dSM mRB +woz +acD +cut mRB -uwy +woz vMP qaO mRB -aqF -afc -aqF -aqF -aqF -gcE -aqF -aqF -qpo -aqH -cut -aqF -qpo -eaL -tfC -aqF -aqF -aqF -aqF +mRB +mRB +mRB afc -qpo -aqH -eaL -tfC +woz +acD +vMP +qaO afc -aqF -aqF -aqF -qpo -aqH -eaL +mRB +mRB +mRB +woz +acD +acD gCO aqN aqN @@ -89388,22 +73684,22 @@ cSI aqH eaL aro -arp -ahB -ahB -aTG -ahB -ahB -arr -ayR -vff -nJl -arr -arr -arp -arp -arp -arp +aax +aax +gYL +gYL +gYL +gYL +gYL +gYL +gYL +aax +aax +eMI +jkb +jkb +eMI +aax eDZ buT buT @@ -89511,57 +73807,34 @@ ylo ylo "} (99,1,1) = {" -aab -aDN -xOJ -dYM -sxI -dYM -dYM -dYM -mBs -nXo -rJu -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -nXo -nXo -eCr -eTf -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -gEm -gEm -gEm -adz -tDt -cPC -adb -aPz -aOb -aOb -aEg -adb -puF +adz +adz +adz +adz +adz +adz +adz +xib +xib +nxQ +xib +hws +uEc +uEc +uEc +uEc +wcn +xVS +arL +arL +arL +arL +arL +arL +arL +aqG +acD acD -vMP acD acD acD @@ -89575,37 +73848,21 @@ acD vMP acD acD -aqH -eqM -eqM -eqM -aqH -aqH -aqH -aqH -aqH -aqH -aqH -aqH -aqH -eaL -aqH -aqH -aqH -aqH -aqH -aqH -aqH -aqH -eaL -aqH -aqH -aqH -aqH -aqH -aqH -aqH -eaL +acD +acD +acD +acD +acD +acD +vMP +acD +acD +acD +acD +acD +acD +acD +acD gCO aqN uoh @@ -89633,25 +73890,25 @@ cSI aqH eaL aro -arp -ahB -aUU -aVw -aty -ahB -arr -ayR -dQc -oqz -vuu -vuu -aum -ayS -ayS -arp -arr -arr -arp +aax +gYL +rvp +kFq +kFq +kFq +kFq +kFq +ewT +gYL +aax +abf +jkb +jkb +aax +aax +abf +abf +abf cfZ eaL aqH @@ -89756,57 +74013,34 @@ ylo ylo "} (100,1,1) = {" -aab -aDP -sqY -jpB -jpB -sga -hJG -jpB -gLW -aNZ -aPa -sIs -sIs -sIs -wwC -wwC -wwC -wwC -sIs -bmI -tVr -sIs -sIs -sIs -sIs -sIs -sIs -tVr -sIs -sIs -sIs -sIs -sIs -aoM -wwC -wwC -usW -hta -hta -hta -aPx -hta -aPM -aPA -rZK -aOd -aAN -adb -puF +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hws +ajY +aoR +aBa +uEc +wcn +xVS +arL +qiQ +jzF +bRs +dNd +eLR +arL +aqG +acD acD -vMP acD acD acD @@ -89820,37 +74054,21 @@ acD vMP acD acD -aqH -aqH -aqH -eqM -uoQ -aqH -aqH -aqH -aqH -aqH -aqH -aqH -aqH -eaL -aqH -aqH -aqH -aqH -aqH -aqH -aqH -aqH -eaL -aqH -aqH -aqH -aqH -aqH -aqH -aqH -eaL +acD +acD +acD +acD +acD +acD +vMP +acD +acD +acD +acD +acD +acD +acD +acD gCO aqN aRP @@ -89878,25 +74096,25 @@ cSI aqH eaL aro -arp -aNk -bqq +aax +gKQ +hho aVy auA -ahB -arr +aVT +avW rox -vff -qVz -ayS -ayS -aAZ -vuu +qaY +jGk +aax +pTp +jkb +jkb ayS -axh -axn +axj +tKy axE -arp +abf cfZ eaL aqH @@ -90001,101 +74219,62 @@ ylo ylo "} (101,1,1) = {" -aab -aDR -jJD -viq -jJD -jJD -viq -jJD -eXi -aNZ -fEP -aNZ -aNZ -aNZ -nXo -aNZ -aNZ -aNZ -aNZ -aPa -xQS -aNZ -aNZ -aNZ -bmN -aNZ -aNZ -fEP -aNZ -aNZ -aNZ -aNZ -nXo -eCr -aNZ -aNZ -aOc -adz -adz -adz -adz -ckz -adb -avg -awj -awP -aEb -adb -aFz -acD -vMP -acD -vwu -flo -flo -flo -ahv +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hws +alt +lJq +qcR +uEc +gRm +rpz +phF +gRm +bvi +bTU +vYt +eVI +arL +ggq +ggq bHf ggq eqK ggq -vYt +rhv flo flo -xKA -ahy -bHg -aSb -aJu -aSb -rhv -xKA -xKA -xKA -ahy -bHg -aSb +flo +dRz +bHf +ggq qsC -aSb +ggq rhv -xKA -xKA -xKA -ahy -bHg -aSb +flo +flo +flo +dRz +bHf +ggq qsC -aSb +ggq rhv -xKA -xKA -xKA -ahy -aqH -eaL +flo +flo +flo +dRz +acD +acD caA aqN xuI @@ -90123,27 +74302,27 @@ cSI aqH eaL aro -arp -aUs -atj +aax +gYL +hho aVz bHa tYF byn ppi -ixZ -iMM -arr -arr -arp -arp -bsb -vuu -ayS -nJl -arp -jVW -nUz +qaY +gYL +aax +cvi +jkb +jkb +aax +dBW +wII +meJ +abf +cfZ +eaL aqH aqI anw @@ -90246,57 +74425,32 @@ ylo ylo "} (102,1,1) = {" -aab -aab -aRu -nls -jJD -jJD -nls -jJD -eXi -aNZ -fEP -rFC -jpB -jpB -blK -mrG -blP -mrG -qgm -fEP -uez -mrG -wpA -rCd -blB -mrG -rOq -xSO -rOq -pQA -qgm -aNZ -aNZ -fEP -aNZ -bnb -adb -njI -njI -njI -njI -qNF -adb -adb -adr -adA -adb -adb -puF -dky -vMP +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hws +alK +lJq +ugO +aFv +wET +lqR +aQK +hXu +bwG +cxO +wET +fmk +arL +atn acD acD acD @@ -90304,43 +74458,29 @@ acD acD acD acD +aqz +acD acD acD acD vMP acD acD -aqH -aqH -aqH -aqH -aqH -aqH -aqH -aqH -aqH -aqH -aqH -aqH -aqH -nUz -aqH -aqH -aqH -aqH -aqH -aqH -aqH -aqH -eaL -aqH -aqH -aqH -aqH -aqH -aqH -aqH -eaL +acD +acD +acD +acD +acD +acD +vMP +acD +acD +acD +acD +acD +acD +acD +acD gCO aqN biJ @@ -90356,7 +74496,7 @@ aqO pWr bqb svD -oaa +lxS bBu arh arh @@ -90368,26 +74508,26 @@ cSI aqH eaL aro -arp -bnY -ahB +aax +gYL +hho aTH -ahB +iCO qoq -arp +aEa awt -vff -nJl +qaY +gYL arr -bDP -alk -aGx -ayR -ayS -qtZ -vuu -aHc -eqM +pTp +jkb +jkb +aax +iYj +ixZ +yaD +abf +cfZ eaL aqH aqI @@ -90491,57 +74631,33 @@ ylo ylo "} (103,1,1) = {" -ylo -aad -ajD -ajD -ajD -ajD -ajD -ajD -blr -blt -ewN -blo -bly -bps -abg -abg -abg -abg -aae -bmJ -aae -abg -abg -blM -blB -blB -bmS -bmS -bmS -blB -blB -bnd -aNZ -fEP -bnd -blB -adb -ady -ady -ady -ady -ady -adb -wUE -aOa -aOa -aOa -baJ -puF -acD -awu +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hws +alU +lJq +aFo +uEc +whW +aJN +phF +whW +arR +bTU +arR +fqp +arL +atn +oRo oRo oRo fpL @@ -90552,40 +74668,25 @@ oRo fpL oRo oRo +oRo wBJ oRo oRo -lvR -lvR -lvR -lvR -kuU -lvR -lvR -lvR -lvR -kuU -lvR -lvR -lvR -mer -kuU -lvR -lvR -lvR -lvR -lvR -lvR -lvR -mer -lvR -lvR -lvR -lvR -kuU -sDx -sDx -ayh +oRo +oRo +oRo +oRo +oRo +oRo +wBJ +oRo +oRo +oRo +oRo +fpL +oRo +oRo +jgy gCO aqN aqN @@ -90596,11 +74697,11 @@ bqm ari ghB lvU -dhG +lvU byI -dhG lvU -dhG +lvU +lvU oaF bBe arh @@ -90613,26 +74714,26 @@ sPI aqH eaL aro -arp -arp -arp -arp -arp -arp -arp +aax +gYL +hho +aCn +ajd +hCY +ros awv -vff -ayS -aww -ayS +qaY +gYL +aax bkL -aIg -ayR -ayS -axu -ayS -arp -aSb +bkL +bkL +aax +iYj +axj +bqD +abf +sGV eaL aqH aqI @@ -90736,101 +74837,62 @@ ylo ylo "} (104,1,1) = {" -aad -aad -aYC -blZ -bGq -bGr -bGt -ajD -bLc -blt -ewN -blo -bly -bly -abg -alP -btS -bGJ -aOq -qkr -fyC -bmM -aOY -blM -bOV -bOW -aOu -aOu -aOu -aOu -cGO -aNZ -aNZ -fEP -aNZ -vur -aOb -aOb -aOb -aOb -aOb -aOb -aFb -sgX -aOb -aOb -aOb -bmW -acE -acD -kgO -acD -dzX -guS -cfO -cfO -aUv -acD -vMP -dzX -cfO +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hws +aml +gwY +aFt +uEc +wcn +fhQ +arL +biy rdZ +cFe +rdZ +fGS +arL +fSr +koY +koY +koY +koY +koY cfO -cfO -buO -agF -agF -cWf -eaL -gKu -agF -agF +eqK cWf fMi -aqJ +eqK +ccB koY koY -xHV -nUz -aqJ koY koY koY +pjP uQz koY koY -pjP +koY +koY koY uQz koY koY ffa -xHV -eqM -eaL +grg +acD +vMP gCO aqO aSi @@ -90838,13 +74900,13 @@ boN lxS aqO aMs -iEF ari -kdn ari ari ari -kdn +ari +ari +ari ari lxS bBf @@ -90858,26 +74920,26 @@ awq lvR ayh hhA -arp -arp -arp -arp -arp -arp -arp +aax +gKQ +hho +feg +alp +mHM +awE bED -dQc -ppi -aCn +qaY +jGk +aax olD -bkL -aIg -ayR -ayS -axx -byr +olD +olD +aax +iYj +axj +axj arp -aws +aqH wUx lvR dFe @@ -90981,101 +75043,62 @@ ylo ylo "} (105,1,1) = {" -aad -aOl -akZ -amj -dio -ict -vka -anp -wpk -wpk -xEX -blo -acQ -iwx -abg -aRH -aaH -aaH -aaH -qkr -aaH -iiY -aaH -bku -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -aNZ -fEP -aNZ -aNZ -adz -adz -adz -adz -adz -adz -adz -tDt -adz -adz -adz -bmX -acD -acD -vMP -dky -afg -pNa -agK -bcP -agK -ahD -akg -agK -aEq -agK -ann -ann -ann -ann -aSb +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hws +hws +hws +hws +uEc +aGm +aGm +arL +arL +arL +arL +dOq +dOq +arL +pMU +pMU +pMU +vsN vsN -eaL -lJz -gvi -aqi -aqi -aqi -aqi -aqi -ahi -heo -eaL -deR -gvi -aqy -aqy -aqy -aqy -aqi -aqi -aqi -aqi -aqi -aqi pMU -heo -eqM -nUz +pMU +nXD +nXD +uTg +nXD +pMU +pMU +pMU +pMU +pMU +pMU +pMU +pMU +vsN +vsN +vsN +vsN +vsN +pMU +pMU +pMU +pMU +atn +acD +vMP gCO aSm aqT @@ -91103,27 +75126,27 @@ cSI aqH eaL aro -arp -xbW -ahB -aTG -ahB -qoq -arp -bjB -vff -iMM -arr -ali -alp -aGx -ayR -axi -axz -ppi -sGV -lvR -ayh +aax +gYL +lTA +sVA +sVA +sVA +sVA +sVA +sEb +gYL +aax +uUk +uUk +uUk +aax +ldy +axj +axj +axj +aqH +eaL aqH aqI aqK @@ -91226,101 +75249,62 @@ ylo ylo "} (106,1,1) = {" -ajD -ajD -ajD -ajD -ajD -ajD -ajD -ajD -jJN -blt -ewN -blo -bly -bly -abg -aam -bGH -aaH -vjb -aOX -aOZ -bGN -aOZ -aOZ -sIs -sIs -sIs -tVr -sIs -sIs -bna -sIs -sIs -vMM -sIs -bna -hta -hta -hta -hta -hta -hta -hta -aPx -hta -hta -hta -bmY -oRo -oRo -wBJ +adz +adz +adz +adz +adz +adz +adz +adz +adz +ylo +ylo +bcP aPD +ouk +fmC +phl afg -agK -agK -lVo -aGm -alj +afg +uSy awC eeL -hqA -knS -ann -bOH -aCE -ann +rZU +anr +anr +anr +anr ann -vsN -eaL -lJz -aqi -aqi -aFp -biX -taX -aqi -aqi -heo -nUz -deR -aqy -aqy -aCL -bQm -aqy -buF -buD -hRK -aql -iWH -aqi -aqi -heo -aqH -nUz +anr +anr +anr +anr +pMU +sid +vAm +axv +sid +atx +anr +anr +anr +alN +anr +anr +pMU +anr +anr +anr +anr +anr +oYH +anr +mJL +pMU +atn +acD +vMP gCO aSm aqT @@ -91348,25 +75332,25 @@ cSI aqH eaL aro -arp -aUy -aiS -aVA -bHb -tYF -byo -ppi -ixZ -nJl -arr -arr -arp -arp -rox -vff -ayS -iMM -arp +aax +aax +gYL +gYL +gYL +gYL +gYL +gYL +gYL +aax +aax +iYj +axj +axj +aHz +axj +axj +rCH +abf jHF eaL aqH @@ -91422,9 +75406,9 @@ vxv ntg ntg aKt -ygx -fzy -pCh +oTH +noa +quK aKt qVd kQS @@ -91471,102 +75455,63 @@ ylo ylo "} (107,1,1) = {" -adq -aOG -aFG -bne -ggh -aFG -bne -adq -blp -blt -gki -nrU -bml -bGp -abg -afI -bGI -ahR -bGL -bGM -bLw -bGO -blQ -blM -qgm -aNZ -aNZ -fEP -aNZ -aTL -blB -blB -blB -blB -blB -blB -adb -njI -njI -njI -njI -njI -axb -njI -sEo -njI -njI -bmX -acC -acD -acD -vMP -afg +adz +adz +adz +adz +adz +adz +adz +adz +adz +ylo +ylo +bcP +axo +bEN agK ajg -jsK -faT +afg +afg alj -awC -awJ -awF -bqJ -ann -aob -boM -bic -aEr -vsN -eaL -lJz -aqi -aCt -aQS -bkW -mmh -taX -aqi -prG -eaL -deR -aPW -bMw -aAv -aqA -aqy -buG -aQp -aqj -jAd -sbN -bNW -aqi -aRE -aqH -eaL -aqM +aGn +aGn +aHm +aQN +bqK +bqK +bqK +bqK +bqK +bqK +bqK +bqK +fKw +bqK +bqK +boL +bqK +bqy +bqK +bqK +bqK +bqK +bqK +bqK +bqy +bqK +bqK +bqK +bqK +bqK +bqK +pNa +uKV +pMU +aFz +acD +vMP +ahD bnM svD aqP @@ -91593,25 +75538,25 @@ cSI aqH eaL aro -arp -ygF -bqq -aVC -auA -ahB -arr -azC -dQc -ppi -ppi -ppi -tPk -ppi -ppi -axk -axC -axF -arp +aax +aax +bFB +bFB +bFB +bFB +bFB +bFB +bFB +aax +aax +iYj +axj +rCH +abf +vFm +vFm +kzm +abf cfZ eaL aqH @@ -91716,102 +75661,63 @@ ylo ylo "} (108,1,1) = {" -adq -aPK -aYv -amj -bpv -vka -vka -bKZ -wpk -wpk -xEX -blo -bly -bly -blM -blM -adL -adL -blM -blM -blM -adL -adL -blM -acF -blD -blD -wuK -blD -acF -ajZ -ajZ -ajZ -ajZ -ajZ -ajZ -acF -aPy -aPy -aPy -aPy -aPy -acF -acF -acF -acF -acF -acF -aFz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +aUp +bcP +faT +afg +afg +aFI +afg +afg +mUo +afg +afg +hLL +aBb +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +aBb +uKV +pMU +atn acD -dky -vMP -cxE -agK -alh -awF -aMG -alj -awC -awJ -awF -bqJ -ann -bOI -wKK -apB -alW -vsN -eaL -aTp -aqi -aES -aqj -bkX -aVi -pYS -aqi -aRE -eaL -deR -amZ -aqB -lyu -bQn -aqy -akQ -bQG -qQq -aqj -aqj -buI -aqi -heo -aqH -wUx -lvR +owe +oRo avq lvU lvU @@ -91838,25 +75744,25 @@ cSI aqH eaL aro -arp -ahB -aUK -aVt -avz -ahB -arr -ayR -dQc -oqz -ayS -ayS -aAZ -ayS -ayS -arp -arr -arr -arp +aax +aax +aaL +aId +aay +aId +aay +aId +aaK +aax +aax +iYj +axj +tpW +abf +abf +abf +abf +abf cfZ eaL aqH @@ -91961,102 +75867,63 @@ ylo ylo "} (109,1,1) = {" -aad -aad -bks -bmu -bhC -bGs -sPx -adq -xKr -blt -ewN -blo -acQ -acR -acF -aOr -hFW -hFW -hFW -alX -hFW -hFW -hFW -hFW -acF -aOw -aOx -nMP -aOw -aUn -acF -acF -acF -acF -acF -acF -acF -wqr -wqr -wqr -wqr -wqr -aFy -adW -aOt -acF -ajZ -acF -puF -acD +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +kGV +rjv +faT +afg +afg +alh +afg +afg +mUo +afg +nen +rZU +lzc +noM +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +noM +aBb +alH +pMU +atn acD vMP -afg -agK -alh -aAy -aAy -alj -awC -flt -awF -lzc -ann -bhK -oHI -atc -aEr -vsN -eaL -lJz -aqi -aEU -oJB -mJy -oTs -voF -aqi -heo -eaL -deR -aPW -buE -qeg -bNN -aqy -bNS -bNT -mJy -oTs -aQT -bNX -aqi -heo -aqH -eaL -mFm +aDi aqO jJM ari @@ -92083,22 +75950,22 @@ cSI aqH eaL aro -arp -ahB -ahB -aTH -ahB -ahB -arr -ayR -vff -iMM -arr -arr -arp -arp -arp -arp +aax +snW +aaL +aId +aay +aId +aay +aId +aaK +snW +aax +iYj +axj +tKy +miU +abf qWX oQR oQR @@ -92206,101 +76073,62 @@ ylo ylo "} (110,1,1) = {" -ylo -aad -aad -adq -adq -adq -aad -aad -blr -blt -ewN -blo -bly -bly -acF -qCU -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -anH -yeL -yeL -hRQ -yeL -yeL -anH -yeL -yeL -huv -yeL -anH -yeL -yeL -yeL -yeL -yeL -yeL -yeL -akK -fmF -acF -ajZ -acF -soi -acD -acD -vMP +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +mCj +aOA +aQa +afg +afg +afg +afg +afg +mUo afg -aEq -alh -bJj -aMG -alj -awC aJP -mHM -bqJ -ann -ann -aSM -ann -ann -bcP -akg -agK -aqi -aqi -aPT -bkY -aPT -aqi -aqi -aqi -dVM -aqi -aqy -aqy -aCS -aqy -aqy -aqi -aqi -aup -aqi -aqi -aqi -aqi +rZU +nkf +noM +aaG +aaG +aaZ +abd +hBM +abj +abl +abd +hBM +abt +aaZ +abd +aby +abB +aaZ +abd +hBM +abt +aaZ +abZ +ace +abt +aaZ +aaG +aaG +noM +aBb +uKV +pMU qLo -aqH -eaL +acD +vMP gCO aqO aqO @@ -92328,22 +76156,22 @@ cSI aqH eaL aro -arp -arp -arp -arp -arp -arp -arp -lhl -vff -nJl -arr -ahB -aUr -aWK +aax +aeP +wlc +aId +aay +aId +aay +aId +aaK +alS +aax +juI +dBW +axj aWK -arp +abf cfZ aqH aqH @@ -92451,101 +76279,62 @@ ylo ylo "} (111,1,1) = {" -ylo -aak -dKE -dKE -dKE -dKE -dKE -aak -blr -blt -ewN -aEz -acF -acF -acF -lZF -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -noK -fmF -acF -ajZ -acF -kYC -oRo -oRo -jxN +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +fGJ +vhg +aQa afg aEq -alh -aAy -aAy -alj -awC -aAy +afg +afg +afg +mUo +agK +eMu aAy -miU -ugM -faT -awC -miU -aHb -faT -awC -miU -aqi -aql -aqm -mJy -sbN -aql -aZj -aqm -mJy -bqL -aqi -bbN -mJy -aRk -bia -gqo -bie -mJy -bPm -bQU -bNY -aqi -heo -aqH -eaL +nkf +noM +aaG +aaI +aaN +aaS +aaS +aaS +aaS +aaS +aaS +aaS +aaS +aaS +aaS +abo +aaS +aaS +aaS +aaS +aaS +aaS +aaS +aaS +abV +acn +aaG +noM +aBb +uKV +pMU +atn +acD +vMP gCO aqO aAC @@ -92573,22 +76362,22 @@ cSI aqH eaL aro -arp -ahB -ahB -aTG -ahB -ahB -arr -ayR -vff -ayS -aET -ahB -aiS +aax +aId +hlf +aId +aay +aId +aay +aId +aaK +aId +aax +aax +aax bEO -aty -arp +aax +aax cfZ aqH ayU @@ -92696,31 +76485,35 @@ ylo ylo "} (112,1,1) = {" -ylo -aak -aon -asA -asA -asA -aPL -bky -blr -blt -ewN -blz -acF -blG -afZ -lON -acG -aaG -aaG -aaG -aaG -aaG -aaG +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +ewW +vhg +aQa +afg +afg +nen +awF +uyT +mUo +afg +qZW +rZU +nkf +noM aaG +aaJ +aaO aaG +aaX aaG aaG aaG @@ -92736,65 +76529,22 @@ aaG aaG aaG aaG +aaX aaG +bBX +aco aaG -acG -noK -blJ -acF -acF -acF -puF -acD +noM +aBb +uKV +pMU +aFz acD vMP -afg -agK -alh -awF -aMG -alj -awE -qZW -qZW -qZW -kRB -qZW -aAd -qZW -qZW -qZW -aAd -qZW -aqz -xbX -xbX -qZs -xbX -xbX -xbX -xbX -toG -sbN -aqi -bbU -mJy -aqj -aqj -aqj -aqj -mJy -aqj -aqj -rZJ -aqi -lvg -aqH -eaL gCO aqO aym -kdn +ari qje oaF vEY @@ -92818,22 +76568,22 @@ cSI aqH eaL aro -arp -ahB -aUZ -aVJ -aty -ahB -arr -ayR -dQc -ppi -ppi -hKA +aax +aId +hlf +aId +aay +aId +aay +aId +aaK +aId +aax +ayv bEK -aWM -bEW -arp +oVT +tpW +aax cfZ aqH eaL @@ -92887,7 +76637,7 @@ aKi aKo aKh aKu -fmR +paI aXR bbV aKJ @@ -92941,105 +76691,66 @@ ylo ylo "} (113,1,1) = {" -aak -aak -arc -aFs -aOe -aPB -arc -bky -blr -blt -ewN -blt -aGl -acG -acG -noK -acG +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +aVA +aOA +aQa +afg +afg +iNl +hqA +pMN +mUo +agK +eMu +rZU +nkf +noM aaG +aaM +aaO aaG -aaZ -abd -hBM -abj -abl -abd -hBM -abt -aaZ -abd -aby -abB -aaZ -abd -hBM -abt -aaZ -abZ -ace -abt -aaZ aaG aaG -acG -noK -fmF -acF -ajZ -acF -aFz -acD +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +bBX +acp +aaG +noM +ahL +pMU +pMU +qKZ acD vMP -cxE -agK -alh -aAy -aAy -alj -awC -alj -alj -alj -rKy -alj -alj -alj -rZU -lLO -lLO -lLO -aqi -cJS -cJS -aQT -nxZ -nxZ -nxZ -oJB -axO -xbX -xbX -xbX -aAw -aPY -aPY -ksT -aPY -ihD -ksT -xbX -xbX -aqz -lvR -lvR -uVe gCO aqO -rtN -kdn +aym +ari aqP lxS vEY @@ -93056,29 +76767,29 @@ rUd rUd vCR ayo -xnk +ayo bBt aSn cSI aqH eaL hhA -arp -upe -bqq -aVT -auA -ahB -arr -rox -vff -arr -arr -ijA -bEK -aWN -bEX -arp +aax +aId +aaL +aId +aay +aId +aay +aId +aaK +aId +aax +aCv +axj +mGL +bxh +aax pir aqH eaL @@ -93132,7 +76843,7 @@ aKi aKi aKi bkd -nCh +erC mfm bbV bbV @@ -93142,13 +76853,13 @@ cao lsk kOv kOv -mTz +uvQ jdV qAG kOv kOv iqp -lCv +cKY aKu bdZ aJZ @@ -93186,101 +76897,62 @@ ylo ylo "} (114,1,1) = {" -aak -dKE -arc -aFs -aOe -aPB -arc -aak -bls -blt -gki -wpk -oqs -yeL -yeL -gqE -acG +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +wKK +bDO +eqF +afg +afg +iNl +hqA +uVA +mUo +afg +ljw +rZU +nkf +noM aaG -aaI -aaN -aaS -aaS -aaS -aaS -aaS -aaS -aaS -aaS -aaS -aaS -abo -aaS -aaS -aaS -aaS -aaS -aaS -aaS -aaS -abV -acn +aaQ +aaO aaG -acG -noK -fmF -acF -ajZ -acF -puF -acD +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +aaG +bBX +acq +aaG +noM +aBb +sid +xvj +eqK acD vMP -afg -agK -alh -bJj -aMG -alj -awC -bJa -awF -feg -bgt -awF -awF -alj -bqJ -apI -apI -apI -apI -apI -apI -apI -apI -apI -apI -roh -mJy -aqj -aqj -aqj -aqj -aPZ -aPZ -kQd -uyw -aPZ -pvo -aqj -oTs -aPT -xHV -aqH -eaL gCO aqO ayz @@ -93292,10 +76964,10 @@ aqY bAv ayo pWj -shq -jcA -jcA -jcA +wFU +wFU +wFU +wFU aAL wFU wFU @@ -93308,22 +76980,22 @@ cSI aqH eaL aro -arp -aUC -ath -aVX -eKL -tYF -byp -ppi -dNd -arr -bEF -ijA -bEK -aWT -bEW -arp +aax +aId +aaL +aId +aay +aId +aay +aId +sxU +aId +aax +bjn +axj +axj +bxi +aax cfZ aqH eaL @@ -93377,7 +77049,7 @@ rwo btk rwo caf -etb +qYK kmf caf caf @@ -93393,7 +77065,7 @@ cam bQZ bQZ cam -lCv +cKY aKu aJZ bdS @@ -93431,28 +77103,34 @@ ylo ylo "} (115,1,1) = {" -aak -dKE -arc -aFw -aOe -aFw -aPQ -bln -blt -blt -ewN -blt -aGl -acG -acG -noK -acG +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +aUp +bcP +aar +obW +afg +kgD +iJz +gbw +mUo +agK +eMu +rZU +nkf +noM aaG -aaJ +aaI aaO aaG -aaX aaG aaG aaG @@ -93468,68 +77146,23 @@ aaG aaG aaG aaG -aaX +aaG +aaG aaG bBX -aco +acn aaG -acG -noK -fmF -acF -ajZ -aUn -puF -acD -acD -vMP -afg -agK -kgD -lLO -gbw -alj -awC -aMJ -aBb +noM aBb -aBb -aBb -aBb -alj -bqJ -apI -avh -aQq -dPK -dPK -dPK -dPK -aQq -oKg -apI -roh -mJy -oTs -aqi -oJB -aqj -jAd -aqj -aqj -aqj -aqj -mJy -aqj -bQX -aPT +hOU +xvj heo -aqH -eaL +acD +vMP gCO aqO aym -aYK +ari bqf lxS vEY @@ -93540,8 +77173,8 @@ liQ ayo ayo ayo -cYj -irP +ayo +liQ ayo ayo ayo @@ -93553,22 +77186,22 @@ cSI aqH eaL aro -arp -hCY -atj -aVt -avz -ahB -arp -wOt -jhO -arp -bEG -vTT -atj -bES -avz -arp +aax +tOL +aaL +aId +aay +aId +aay +aId +aaK +alS +aax +ayM +kBW +axj +bxj +aax meC aqH eaL @@ -93676,25 +77309,32 @@ ylo ylo "} (116,1,1) = {" -aak -aak -arc -aFs -aOe -aPB -arc -aak -tBh -hDl -ewN -blt -aGl -acG -acG -noK -acG +adz +adz +adz +adz +adz +adz +adz +adz +adz +ylo +ylo +bcP +mrr +bkB +afg +afg +ado +vMb +mUo +afg +oZv +rZU +aUb +noM aaG -aaM +aaJ aaO aaG aaG @@ -93705,7 +77345,7 @@ aaG aaG aaG aaG -aaG +drp aaG aaG aaG @@ -93716,61 +77356,15 @@ aaG aaG aaG bBX -acp +aco aaG -acG -aFB -acF -adI -adI -adI -bkB -bkB -bkB -mrr -bkB -agL -agL -agL -aGn -alj -awC -aAy -awF -aUb -awF -bgt -awF -alj -bqJ -apI -aau -axp -aqa -drE -drE -drE -axB -apZ -bnl -aqm -mJy -aRd -aqi -bhN -bhV -big -bLA -bLA -bLB -aqj -mJy -bag -bNZ -aqi -heo -aqH -eaL +noM +pVm +mSR +gZB +awH +oRo +iVp gCO aqO aym @@ -93798,22 +77392,22 @@ cSI aqH eaL aro -arp -arp -ahB -aTH -ahB -qoq -arp -brq -bqw -arp -bEH -bEH +aax +dgJ +aaL +aId +aay +aId +aay +aId +lwl +aId +aax +anV aWm -bET -arp -arp +bxf +bxg +aax cfZ aqH eaL @@ -93921,25 +77515,32 @@ ylo ylo "} (117,1,1) = {" -ylo -bky -asA -aFs -aOe -aPB -asA -bky -aRN -blt -hhb -aXM -aUn -dwl -aaD -noK -acG +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +aUp +bcP +csI +afg +afg +afg +gwP +aGn +hFc +agK +eMu +rZU +nkf +noM aaG -aaQ +aaR aaO aaG aaG @@ -93960,62 +77561,16 @@ aaG aaG aaG aaG -bBX -acq +abX +acr aaG -acG -noK -aOw -bkx -asP -bkA -adU -adU -adU -csI -adU -aLH -alj -aLI -alj -alj -awC -aMJ -aBb -aBb -aBb -aBb +noM aBb -alj -bqJ -apI -aPX -aqa -aqa -aEt -aEt -aEt -duk -aqa -asb -aqj -mJy -pYS -aqi -aqi -aqi -aqi -aqi -aPT -aPT -aGR -dVM -aPT -aPT -aqi +hOU +xvj aRE -aqH -eaL +acD +vMP gCO aqO aqO @@ -94043,22 +77598,22 @@ cSI aqH eaL aro -nQZ -arp -arp -arp -arp -arp -arp -arp -arp -arp -arp -arp -arp -arp -arp -nQZ +aax +aax +acd +acd +acd +acd +acd +acd +acd +aRt +aax +aax +aax +aax +aax +aax cfZ aqH eaL @@ -94117,7 +77672,7 @@ mJm lIu mqL aKu -jWB +qtk cam bQW aKt @@ -94166,25 +77721,32 @@ ylo ylo "} (118,1,1) = {" -ylo -bky -asA -aFs -aOe -aPB -asA -bky -aRN -blt -hhb -aXP -acF -roL -aaD -noK -acG +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +aOz +bOI +aQa +afg +afg +ael +aMJ +aUs +mUo +afg +bJa +rZU +bGb +noM aaG -aaI +aaV aaO aaG aaG @@ -94206,61 +77768,15 @@ aaG aaG aaG bBX -acn +acs aaG -acG -noK -aPE -bkx -adU -bkA -adU -aOz -aOz -vhg -adU -aLH -alj -aMJ -alj -alj -awC -bJa -awF -bgt -awF -bgt -bgt -alj -bqJ -apI -aFY -aqa -aqa -drE -drE -drE -sNG -kRO -ufN -xbX -toG -sbN -aqi -bhO -bns -bns -aqi -bih -buP -aqj -mJy -bPj -fTx -aqi -heo -aqH -eaL +noM +aBb +sid +xvj +eqK +acD +vMP gCO aqO aAC @@ -94278,7 +77794,7 @@ cSI aqH eaL aqM -kGJ +tFp tFp tFp tFp @@ -94289,15 +77805,15 @@ aqH eaL jja oQR -oQR -oQR -oQR -oQR -oQR -oQR +jVW +aqI +aqI +aqI +aqI +aqI xFk -oQR -oQR +aqI +jja oQR oQR oQR @@ -94362,7 +77878,7 @@ aKE aKE srY aKu -ygx +oTH cam bQW aKt @@ -94411,25 +77927,32 @@ ylo ylo "} (119,1,1) = {" -ylo -aak -arc -aFs -aOe -aPB -arc -aak -tZN -hDl -ewN -aXQ -acF -blI -aaD -dvI -acG +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +mCj +aOA +aQa +afg +afg +nTg +hqA +bqP +mUo +agK +eMu +rZU +nkf +noM aaG -aaJ +aaY aaO aaG aaG @@ -94440,7 +77963,7 @@ aaG aaG aaG aaG -drp +aaG aaG aaG aaG @@ -94451,61 +77974,15 @@ aaG aaG aaG bBX -aco +act aaG -acG -rkK -wya -fQC -rxd -xHd -rxd -mCj -aOA -iJz -rxd -dxS -qZW -uSy -qZW -qZW -oUz -taT -alj -alj -alj -alj -alj -alj -bqJ -apI -aau -axp -aqa -aEt -aEt -aEt -duk -iYR -apI -oJB -axO -xbX -bNO -xbX -pwd -xbX -bNO -xbX -xbX -xbX -toG -aqj -aYa -aPT -heo -aqH -eaL +noM +ahL +pMU +pMU +grg +acD +vMP gCO aqO aym @@ -94525,7 +78002,7 @@ wUx lvR lvR lvR -sDx +lvR kuU lvR lvR @@ -94656,27 +78133,35 @@ ylo ylo "} (120,1,1) = {" -ylo -bky -asA -aFs -aOe -aPB -asA -bky -aRN -kPC -ewN -aXP -acF -roL -aaD -noK -acG +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +nSm +vhg +aQa +afg +agK +bEI +hqA +bqq +mUo +afg +ajM +rZU +nkf +noM aaG -aaR +aaJ aaO aaG +aaX aaG aaG aaG @@ -94692,65 +78177,18 @@ aaG aaG aaG aaG +aaX aaG +bBX +aco aaG -aaG -abX -acr -aaG -acG -noK -aPE -bkx -adU -bkA -adU -aOz -vhg -aOz -adU -aLH -alj -aMJ -alj -alj -awC -alj -rZU -lLO -aJh -lLO -lLO -lLO -msu -apI -cQR -aqa -aqa -aqa -qIr -upA -duk -hBo -apI -dYJ -mJy -oTs -aqi -bQe -mJy -blb -aqi -bqZ -aqj -aqn -mJy -aqj -pYS -aPT -heo -aqH -eaL +noM +aBb +uKV +pMU +atn +acD +vMP gCO aqO aym @@ -94772,8 +78210,8 @@ aqH aqH aqH eaL -eqM -eqM +aqH +aqH aqH eaL aqH @@ -94852,7 +78290,7 @@ aKE aKE nAu aKu -wPz +hik cam bQW aKu @@ -94901,101 +78339,62 @@ ylo ylo "} (121,1,1) = {" -ylo -bky -asA -aFs -sBH -aPB -asA -bky -aRN -blt -ewN -sjR -aUn -qZj -aaD -noK -acG -aaG -aaV -aaO -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -bBX -acs -aaG -acG -noK -aOw -bkx -asR -bkA -adU -adU -mLR -adU -adU +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +ewW +vhg +aQa +afg aLH bcO -aNJ -alj -alj -awC -alj -bqJ -agK -agK -aEq -aEq -aEq +hqA +apy +mUo agK -apI -ryn -aqa -aqa -hKc -tav -aqa -duk -hBo -apI -bhT -mJy -aRd -aqi -bQf -mJy -bQp -aqi -blj -aqj -aRm -guq -aqj -aRd -aqi -heo -aqH -eaL +eMu +aAy +nkf +noM +aaG +aaR +aaP +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +abp +aaU +aaU +aaU +aaU +aaU +aaU +aaU +aaU +abY +acr +aaG +noM +aBb +uKV +pMU +atn +acD +vMP gCO aqO ayz @@ -95019,8 +78418,8 @@ aqI vyY aqI aqI -rWE -nUz +aqI +eaL aqH aqI aqI @@ -95097,7 +78496,7 @@ yji ipE wfL aKu -jWB +qtk cam bQW aKt @@ -95105,10 +78504,10 @@ tfP aYs ksk ksk -njL +nTO aKu lmx -lCv +cKY aKt iOL aKu @@ -95146,107 +78545,68 @@ ylo ylo "} (122,1,1) = {" -aak -aak -arc -aFs -wjb -aPB -arc -aak -gze -blt -ewN -blt -aGl -acG -acG -noK -acG -aaG -aaY -aaO -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +mCj +aOA +aQa +afg +afg +apU +hqA +xWH +mUo +afg +bEH +rZU +nkf +noM aaG aaG +abc +abh +iem +abk +abm +abh +iem +abu +abc +abh +abz +abC +abc +abh +iem +abu +abc +aca +acf +abu +abc aaG -bBX -act aaG -acG -aFB -acF -adI -adI -adI -ael -awi -ael -awi -ael -agL -agL -agL -xWH -alj -awC -alj -bqJ -agK -alF -hqA -hqA -hqA -kxs -apI -aau -axp -aqa -aPS -aPS -aPS -duk -apZ -apI -aqm -mJy -pYS -aqi -bQg -mJy -bQq -aqi -aYN -aqj -bQL -bad -aqj -pYS -aqi +noM +aBb +uKV +pMU bqs -aqH -eaL +acD +vMP gCO aqO aym ari bqf -hBA +ari vEY aqY qCi @@ -95266,7 +78626,7 @@ anw aiZ aqI eaL -eqM +aqH aqI aiZ anw @@ -95391,28 +78751,32 @@ ylo ylo "} (123,1,1) = {" -aak -dKE -arc -aFw -wjb -jyK -aPQ -bln -blt -blt -ewN -blt -aGl -acG -acG -noK -acG +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +aGk +ahH +aQa +afg +agK +bEI +hqA +faT +mUo +agK +smj +rZU +bfD +noM aaG -aaJ -aaO aaG -aaX aaG aaG aaG @@ -95428,64 +78792,21 @@ aaG aaG aaG aaG -aaX aaG -bBX -aco aaG -acG -noK -fmF -adI -blN -adI -aUp -aGk -ahH -aQa -mDe -agL -ajg -hqA -faT -prB -awC -alj -miU -agK -bnm -alj -ouk -bqM -buz -apI -dSc -aqa -aqa -hNL -hNL -hNL -sNG -kRO -ufN -xbX -toG -pYS -aqi -bQh -ntx -bQr -aqi -bpM -aqj -bQM -aSS -aqj -pYS -aqi -heo -aqH -eaL +aaG +aaG +aaG +aaG +aaG +aaG +noM +aBb +alH +pMU +atn +acD +vMP caA aqO ayD @@ -95511,7 +78832,7 @@ anw anw aws eaL -eqM +aqH aSb anw anw @@ -95587,7 +78908,7 @@ bji bpz bsX aKu -jWB +qtk cam cZw aKt @@ -95619,118 +78940,79 @@ bdP aqL ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(124,1,1) = {" -aak -dKE -arc -aFs -aOe -aPB -arc -aak -qEk -blt -hMR -wpk -oqs -yeL -yeL -gqE -acG -aaG -aaR -aaP -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -abp -aaU -aaU -aaU -aaU -aaU -aaU -aaU -aaU -abY -acr -aaG -acG -noK -fmF -adI -blN -adI -bJx -adU -bZy -adU -bZz +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +ylo +"} +(124,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +aUp +aUp +bcP +aQa +afg agL ayC -alj -alj +hqA +faT mUo -aAd -qZW -qZW -amp -qZW -qZW -oUz -boV -bOc -apI -phl -aqa -aqa -aPS -aPS -aPS -duk -aqa -asb -aqj -mJy -pYS -aqi -bQi -aqj -bQr -aqi -bpN -aqj -aqj -aqj -aqj -pYS -aqi -heo -aqH -eaL +afg +afg +rOH +aBb +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +noM +aBb +aWM +pMU +atn +acD +vMP gCO aqO aqO @@ -95791,8 +79073,8 @@ aJV mmy aJW bUU -cec -rfQ +vbj +rSg gLs bUC bYS @@ -95832,7 +79114,7 @@ aKE aKE srY aKu -ygx +oTH cam srY aKt @@ -95881,109 +79163,70 @@ ylo ylo "} (125,1,1) = {" -aak -aak -arc -aFs -aOe -aPB -arc -bky -blr -blt -blt -blt -aGl -acG -acG -noK -acG -aaG -aaG -abc -abh -iem -abk -abm -abh -iem -abu -abc -abh -abz -abC -abc -abh -iem -abu -abc -aca -acf -abu -abc -aaG -aaG -acG -noK -fmF -adI -blN -adI -iLw -vKa -mNe -uKV -mEG -agL +adz +adz +adz +adz +adz +adz +adz +adz +adz +ylo +ylo +bcP +aQa +afg +afg aGh -nen -awF +bOT +bqA aMH -awF -mwa +aGn +aGn aGC -agK boL -kkI -awC bqK -bOd -apI -aau -axp -aqa -hNL -hNL -hNL -orz -iYR -bnl -oJB -mJy -pYS -aqi -bQj -aqj -blc -aqi -bll -bLx -aqj -aqj -bLx -bOb -aqi -heo -aqH -eaL -aqM -tFp -tFp -tFp -tFp -tFp -tFp -tFp +bqK +bqK +aQN +bqK +bqK +bqK +bqK +bqK +bqK +bqK +bqK +bqK +bqK +bqK +bqK +aQN +bqK +bqK +bqK +bqK +bqK +bqK +bqK +bqK +bqK +bqK +kfZ +noM +pMU +atn +acD +vMP +ahD +ijA +ijA +ijA +ijA +ijA +ijA +ijA tFp tFp tFp @@ -96001,7 +79244,7 @@ ylo aqK aiZ eaL -eqM +aqH aiZ aqK ylo @@ -96036,11 +79279,11 @@ aJW aJW aJW bVS -aJS +msp rfQ gLs -bQN -bQv +blL +akL gLs hqX bQt @@ -96126,109 +79369,70 @@ ylo ylo "} (126,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo -aak -awr -asA -asA -asA -aVo -bky -qYj -uSi -uSi -uSi -acF -xxF -agn -edO -acG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -aaG -acG -noK -blJ -adI -adI -adI -adI -adI -aNI -adI +ylo +bcP adI -agL -alh -oAa +bjC +bjC +uyT +afg nen -qVe -awF -ejk -bqJ -agK +mbZ +uyT +afg +rZU +eBl +lgc +noM +noM +aBb +noM +noM +qAT +buA +awX +buA +buA +buA +buA +buA +buA +pJP +aBb +pAo +buA +buA +buA +buA +buA +buA +buA +buA boP -alj -awC -brQ buA -apI -apO -aQw -rpP -rpP -rpP -rpP -aQw -dXy -apI -roh -mJy -aRd -aqi -tCi -nxZ -bQs -aqi -bJw -bMv -bNQ -bNQ -bpn -vqP -aqi +buA +pMU qKZ -aqH -qqW -lvR -lvR -lvR -lvR -lvR -lvR -lvR -lvR +acD +oFY +oRo +oRo +oRo +oRo +oRo +oRo +oRo +oRo lvR lvR lvR @@ -96281,12 +79485,12 @@ bYR bWo aJW bVU -uOe +msp bVL ygy bVV bUY -buU +ykX bVT bQt gLs @@ -96371,88 +79575,49 @@ ylo ylo "} (127,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo -aak -wgY -wgY -wgY -wgY -wgY -aak -aVY -aVY -aVY -aYh +ylo +bcP +bcP +bcP +bcP +bcP +bcP +bcP +bcP +aQa +afg +pMU +pMU +pMU +msu +msu +vWM +msu +msu aan aan +atc +atc +atc +atc +atc aan -iul -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -acG -noK -ybl -adI -blO -buN -akL -rOH -csI -bOS -bOT -agL -alh -awF -oAa -qVe -awF -pAo -bqJ -agK -boU -gbw -awC -rZU -msu -agU -agU -agU -agU -agU -apI -apI -apI -apI -apI -roh -mJy -pYS -aqi -aqi +aan +bXN +bqM +bXN +bXN +bXN qIU qIU qIU @@ -96463,13 +79628,13 @@ qIU qIU qIU qIU -aqI -aqI -aqI -aqI -aqI -aqI -aqI +akH +akH +akH +akH +akH +akH +akH dvn qaB qaB @@ -96521,17 +79686,17 @@ ylo aqo bUP aJS -msp +tZp aJS aJS bUI caV -riE +msp bVM bUT bVW bUZ -buU +ykX bYT hqX gLs @@ -96567,7 +79732,7 @@ aKE aKE nAu aKu -wPz +hik cam bQW aKt @@ -96616,84 +79781,45 @@ ylo ylo "} (128,1,1) = {" -ylo -aSa -ylo -ylo -blY -ylo -ylo -aak -bky -bky -bky -bky -aak -ylo -aan -xdB -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -yeL -hRQ -yeL -blL -rxd -rxd -rxd -dSi -nXD -adU -aFV -agL -alh -awF -tXq -qVe -awF +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +bcP +aQa +afg +pMU hCm -fyq -ang -ang -ang -amX -ang -ang -ang -fJm -mdI -iNl -hDF -msB -cRx -gSC -hDF -ang -aqm +pMU +noM +noM +aBb +noM +noM +aan +adz +adz +adz +adz +adz +adz +adz +bbX +roh mJy pYS bii @@ -96710,15 +79836,15 @@ hqX qIU aPt cjs -ybv -ybv -ybv +awa +awa +awa qTd -aqI +akH kOd -aSb -mCD -anw +ggq +hKD +acM anw anw anw @@ -96766,7 +79892,7 @@ ylo aqo bUQ aJS -tZp +aJS bUL aJW aJW @@ -96774,7 +79900,7 @@ aJW caW aJW aJW -aaa +onk aJW gLs gLs @@ -96812,9 +79938,9 @@ bRc bRd bRe aKu -jWB -fzy -pCh +qtk +noa +quK aKt aKt aKu @@ -96861,84 +79987,45 @@ ylo ylo "} (129,1,1) = {" -ylo -aSa -ylo -aSa -bmB -aSa -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -aan -aOs -buJ -vNe -vNe -vNe -vNe -vNe -vNe -vNe -xZn -vNe -vNe -vNe -vNe -vNe -vNe -vNe -vNe -xZn -vNe -vNe -vNe -vNe -vNe -vNe -vNe -vNe -buJ -vNe -vNe -adI -svX -adU -bOQ -mLR -bOR -hsr -ovP -agL -ayC -awF -wSz -qVe -awF -xIJ -bqJ -ang -aJA +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aNI +aCE +mQG +aCE +aCE +aCE +rtr rtr -awT -arP aLa -ang -aMK -aMK -aMK -aMK -aMK -aMK -aMK -aMK -obW -aqj +aLa +rtr +lps +adz +adz +adz +adz +adz +adz +adz +bbX +roh mJy pYS aPZ @@ -96959,11 +80046,11 @@ mFT rUQ tfi reh -aqI +akH kOd -aSb +ggq aTd -aqK +xQN ylo ylo ylo @@ -97013,8 +80100,8 @@ bWU bUV bqG bUS -caU -bVE +bUI +laE bVX bVH bdS @@ -97106,84 +80193,45 @@ ylo ylo "} (130,1,1) = {" -ylo -aSa -aSa -aSa -bmB -aSa -aSa -aSa -ylo -ylo -ylo -ylo -ylo -ylo -aan -aan -aan -aan -ayO -aaD -aaD -aUe -aan -aan -aan -aan -aan -blH -aaD -aaD -buK -aan -aan -aan -aan -aan -ayO -aaD -aaD -aUe -aan -aan -aan -aan -aan -aeb -boT -ahL -aWu -bCJ -aXm -bCJ -mEG -agL -aGh -awF -uqb -qVe -awF +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aNI +wmO pBJ aGD -ang -aEV -aou -rmc -aou -aou -obW -aMK -hDF -fJm -aqt -aqt -aqt -aqt -aqt -aqt -oJB +aUK +aCE +apv +apv +amX +apv +apv +lps +adz +adz +aht +aht +aVC +aVC +aht +aht +roh mJy vYY bMu @@ -97200,15 +80248,15 @@ hqX qIU ttJ cjs -exY -aqI -aqI +qpo +akH +akH reh -aqI +akH kOd -aSb +ggq aTg -aqK +xQN ylo ajq ajq @@ -97255,9 +80303,9 @@ ylo ylo aqo qIU -bQv +akL gLs -bQN +blL gLs dzV bdS @@ -97351,77 +80399,38 @@ ylo ylo "} (131,1,1) = {" -ylo -ylo -ylo -aSa -bmB -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -aan -aHs -aaD -aaD -aUA -aan -ylo -aSa -ylo -aan -bpP -aaD -aaD -blC -aan -ylo -aSa -ylo -aan -aHs -aaD -aaD -aUA -aan -ylo -ylo -ylo -ylo -aeb -aeb -aeb -bmZ -bmZ -bmZ -aeb -aeb -aet -ayC -alj -alj -rKy -alj -alj -fyq +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aNI +bEG +pBJ +pBJ ang anW -aou -aMK -aou aWv -afa -afa -afa -afa +aWv +aAd +aWv +aWv +apw +adz +adz aht anq bas @@ -97434,29 +80443,29 @@ aqt aqt aqt qIU -bQv -bQv +akL +akL qIU -bQv -bQN +akL +blL qIU -bQv -bQN +akL +blL qIU aPC cjs pJY -aqI -aqI +akH +akH lBx -aqI +akH kOd -aSb -ggU +ggq +amp ajq ajq ajq -bhn +hTd gLs aSW hqX @@ -97485,7 +80494,7 @@ aIM bXB bXD aIA -bhn +hTd ajq ajq ajq @@ -97567,7 +80576,7 @@ bdQ bdQ bdQ bdQ -hNI +dMP bdP lKy aJZ @@ -97596,84 +80605,45 @@ ylo ylo "} (132,1,1) = {" -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -aSa -aan -aan -tkO -tkO -aan -aan -aSa -aSa -aSa -aan -aan -tkO -tkO -aan -aan -aSa -aSa -aSa -aan -aan -tkO -tkO -aan -aan -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aet -aHm -lLO -lLO -lLO -lLO -lLO +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aNI +bEG +akG iEY -ang +mwH aJE aRX +cvr +axx +cvr aRX -aRX -aXt -afa -ylo -aSa +apw +adz ylo -aht +aVC aqD aqE aAt -eon +aqx tZD -eon +twu bPW wwi bPQ @@ -97688,24 +80658,24 @@ bnE bpH aqv eqz -aSb +ggq cjs -ggU -aqI +amp +akH gnO xaQ qaB hvj -nQZ -gvi +ahy +aGr ajq -bhn -bhn -bhn +hTd +hTd +hTd gLs aCa hqX -bQN +blL bVm bVx aIM @@ -97713,7 +80683,7 @@ bVc aIA bWT bWX -bXa +urK bXc sXg aIM @@ -97730,9 +80700,9 @@ tta tta bXE aIA -bhn -bhn -bhn +hTd +hTd +hTd ajq ajq ajq @@ -97837,82 +80807,43 @@ ylo ylo ylo ylo -ylo -ylo -"} -(133,1,1) = {" -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aet -aet -abe -abe -abe -abe -abe -aet -afa -afa -afa +ylo +ylo +"} +(133,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aNI +bEG +aTp +pBJ +ang +anW afa afa +uIS afa afa -aSa -aSa -aSa -aht +apw +adz +ylo +aVC aYb azi aqx @@ -97934,17 +80865,17 @@ aqx qUT aPm bQy -anw -nQZ -aqQ -exY -anw +cjs +ahy +pdR +qpo +cjs ajq ajq ajq ajq ajq -bhn +hTd bhq bhc gLs @@ -97975,11 +80906,11 @@ bco bco aIA aIA -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd ajq ajq ajq @@ -98086,77 +81017,38 @@ ylo ylo "} (134,1,1) = {" -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aNI +acJ +aTp +kje +bJx +aCE +apv +apv +amX +apv +apv +lps +adz +adz aht aYq aAm @@ -98171,10 +81063,10 @@ sUR aqx nNW kcb -sUR +aet aqx nNW -ohV +ahW rmI bpL eqz @@ -98196,7 +81088,7 @@ bhc bhc bhc bhc -fbe +bhc aIA bWz aIA @@ -98205,7 +81097,7 @@ aIA aIA aSv bXe -kPH +uKE aIM bXn aTD @@ -98222,11 +81114,11 @@ bdq bdq bgn bgn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd ajq ajq ylo @@ -98331,81 +81223,42 @@ ylo ylo "} (135,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aNI +aCE +aFY +aCE +aCE +aCE +vwu +vwu +rIa +vwu +vwu +lps +adz +adz qIU -bQN -bQv -bQN +blL +boV +blL qIU aht aht @@ -98441,7 +81294,7 @@ bhc bhs bhc bhc -fbe +bhc aIA aIM bWK @@ -98470,9 +81323,9 @@ bdq bdq bdq bgn -bhn -bhn -bhn +hTd +hTd +hTd ajq ajq ajq @@ -98576,77 +81429,38 @@ ylo ylo "} (136,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aNI +dMT +aTp +ejk +aFV +aFV +apv +apv +amX +apv +apv +lps +adz +adz qIU aCa bYQ @@ -98675,9 +81489,9 @@ qAl bhc bhc bhc -bhn -bhn -bhn +hTd +hTd +hTd bhc qgt enU @@ -98686,20 +81500,20 @@ enU enU enU enU -uOi +enU bKa +hun +hun bWA -xzI -aIM -rSR +tsC bbd fXA aIM sXg -krK -krK +rjG +rjG aIM -kHk +lpV aIM aIM aIM @@ -98717,9 +81531,9 @@ aen bdn bgn bgn -bhn -bhn -bhn +hTd +hTd +hTd ajq ajq ylo @@ -98821,79 +81635,40 @@ ylo ylo "} (137,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -aSa -aSa -aSa -aSa -aSa -ylo -ylo -ylo -ylo -aSa -aSa -aSa -aSa -aSa -ylo -ylo -ylo -ylo -aSa -aSa -aSa -aSa -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -aSa -aSa -aSa -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -qIU -qIU +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aNI +vZQ +aTp +ejk +aFV +aFV +aqf +aWv +aAd +aWv +ajb +lps +lps +lps +lps +lps aSV qIU qIU @@ -98919,11 +81694,11 @@ qAl bhc bhp bhc -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd fbe bhr bhc @@ -98931,11 +81706,11 @@ bhc bhc bhc bhr -bhn +hTd aIA bWB huK -qlh +qTk qlh wDi xHM @@ -99066,79 +81841,40 @@ ylo ylo "} (138,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blU -blU -blU -bmv -bmv -bmv -bmv -bmv -blU -blU -blU -blU -bmv -bmv -bmv -bmv -bmv -blU -blU -blU -blU -bmv -bmv -bmv -bmv -bmv -blU -blU -blU -blU -blU -blU -blU -blU -blU -blU -blU -blU -blU -blU -blU -bmv -bmv -bmv -bmv -bmv -blU -blU -blU -blU -blU -blU -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -qIU +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aNI +aUZ +aTp +ejk +aFV +aFV +apv +apv +amX +apv +apv +apv +ovP +swK +ivW +lps aOQ qIU ylo @@ -99163,20 +81899,20 @@ aQC bhc bhc bhc -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd fbe bhc bhc bhp bhe bhc -bhn -bhn +hTd +hTd aIA bWC qJO @@ -99311,79 +82047,40 @@ ylo ylo "} (139,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aNI +aFV +aFY +aFV +aFV +aFV +apv +apv +amX +apv +apv +apv +cqo +wsd +awR +lps aAo ylo ylo @@ -99407,21 +82104,21 @@ bhc bhc bho bhc -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd bhc fbe bhc bhc bhc bhc -bhn -bhn -bhn +hTd +hTd +hTd aIA bWD bWM @@ -99556,79 +82253,40 @@ ylo ylo "} (140,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +lRg +amX +apv +apv +apv +apv +apv +amX +apv +apv +apv +cqo +cqo +awR +lps ylo ylo ylo @@ -99652,21 +82310,21 @@ bhc bhc bhc bhc -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd bhc bhc bhc fbe bhc bhc -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd aIA bWE bWN @@ -99801,81 +82459,42 @@ ylo ylo "} (141,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +agt +amX +apv +apv +apv +apv +apv +amX +apv +apv +apv +apv +apv +awR +lps +lps +lps ylo ylo ylo @@ -99896,9 +82515,9 @@ bhc bhc bhc bhc -bhn -bhn -bhn +hTd +hTd +hTd bhe bhp bhc @@ -99906,12 +82525,12 @@ qgt enU kCb bhc -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd gLs bQv bQv @@ -100046,82 +82665,43 @@ ylo ylo "} (142,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +agt +awK +ozl +apv +apv +apv +apv +amX +apv +apv +apv +apv +apv +aul +lxj +ivW +lps +lps ylo ylo ylo @@ -100141,9 +82721,9 @@ bhc bhe bhc bhc -bhn -bhn -bhn +hTd +hTd +hTd bhc bhc lmV @@ -100151,12 +82731,12 @@ nFy bhc bhc bhc -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd gLs bDM bUW @@ -100291,83 +82871,44 @@ ylo ylo "} (143,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +apw +agt +awL +jwf +lLO +mvf +lLO +lLO +ath +lLO +lLO +lLO +lLO +nwC +apv +apv +aul +ivW +lps +lps ylo ylo ylo @@ -100385,22 +82926,22 @@ bhc bhc bhc bhc -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd bhc bhc fbe bhc bhp bhc -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd bgn gLs hqX @@ -100536,83 +83077,44 @@ ylo ylo "} (144,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +apw +agt +auc +ozl +apv +amX +aWv +apv +aWv +apv +apv +awk +ozl +sOq +bEW +rmc +ozl +aul +ivW +apw ylo ylo ylo @@ -100630,21 +83132,21 @@ bhc bhc bhp bhc -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd bhc bhc fbe bhc bhc -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd bgn bgn gLs @@ -100781,86 +83283,47 @@ ylo ylo "} (145,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +apw +agt +akJ +afa +apv +amX +agr +apv +aVm +apv +apv +sLw +mLR +mLR +mLR +mLR +mLR +apv +awR +apw +adz +adz +adz ylo ylo ylo @@ -100875,20 +83338,20 @@ bhp bhc bhc bhc -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd bhc bhc bhr fbe -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd bgn bgn bgn @@ -101026,86 +83489,47 @@ ylo ylo "} (146,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +agt +aRX +aRX +apv +amX +apv +apv +apv +apv +apv +aRX +ozl +aFC +ozl +bEW +ozl +apv +awR +apw +adz +adz +adz ylo ylo ylo @@ -101121,18 +83545,18 @@ bhc bhe bhc bhc -bhn -bhn +hTd +hTd bhc bhc bhc bhc fbe -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd bgn bgn bgn @@ -101174,7 +83598,7 @@ bgB bgu aen aen -bhn +hTd bgn bgn xRM @@ -101271,86 +83695,47 @@ ylo ylo "} (147,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +agt +aRX +aRX +apv +amX +uwo +mWX +ozl +apv +apv +sLw +mLR +mLR +mLR +mLR +mLR +apv +awR +apw +adz +adz +adz ylo ylo ylo @@ -101375,8 +83760,8 @@ bhc fbe bhc bhc -bhn -bhn +hTd +hTd bhc bhv bgn @@ -101418,9 +83803,9 @@ bgX bgC bgu aen -bhn -bhn -bhn +hTd +hTd +hTd bgn xRM bgn @@ -101516,86 +83901,47 @@ ylo ylo "} (148,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +lRg +ozl +lXa +apv +amX +afa +apv +afa +apv +apv +awk +rmc +bEW +ozl +bEW +bEW +axN +sjs +apw +adz +adz +adz ylo ylo ylo @@ -101663,13 +84009,13 @@ bgX bgC bgu aen -bhn -bhn -bhn +hTd +hTd +hTd hcg tad jhL -bhn +hTd ajq aSa aSa @@ -101761,86 +84107,47 @@ ylo ylo "} (149,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +agt +ozl +hQb +apv +amX +apv +apv +apv +apv +aIb +apv +apv +apv +apv +apv +axN +sjs +lps +lps +adz +adz +adz ylo ylo ylo @@ -101859,8 +84166,8 @@ bhc fbe bhp bhc -bhn -bhn +hTd +hTd bhc bhc bhs @@ -101869,7 +84176,7 @@ bhc fbe bhc bhc -bhn +hTd bgu aen aen @@ -101878,12 +84185,12 @@ aen aen mTa bdf +aIA bcn bcn bcn bcn -bcn -bcn +aIA aJx aJx aJx @@ -101909,9 +84216,9 @@ bgC bgu aen aen -bhn -bhn -bhn +hTd +hTd +hTd bgn xRM bgn @@ -102006,90 +84313,51 @@ ylo ylo "} (150,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +agt +ozl +ehS +apv +amX +apv +axN +bOH +bJj +bOH +bOH +bOH +bOH +bOH +bOH +akC +lps +lps +hot +hot +hot +hot +aSa +aSa +aSa +aSa ajq bhc bhc @@ -102098,27 +84366,27 @@ bhc bhp bhc bhc -bhn -bhn -aPl -aPq -aPl +hTd +hTd +biV +kwj +biV aOC -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd bhc bhc bhc fbe bhc -bhn -bhn +hTd +hTd bgn bgV aen -opW +pTa aen bJE mTa @@ -102154,13 +84422,13 @@ bgB bgu aen aen -bhn -bhn -bhn +hTd +hTd +hTd bgn xRM bgn -bhn +hTd aQz aQz aQz @@ -102251,89 +84519,50 @@ ylo ylo "} (151,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +agt +ozl +iTT +apv +amX +apv +awR +lhl +lhl +axn +axn +axn +lhl +lps +lps +lps +lps +hot +hot +hot +hot +hot +hot +hot +hot ajq ajq bhc @@ -102342,25 +84571,25 @@ bhc bhc bhc bhc -bhn -bhn -bhn +hTd +hTd +hTd bhc fbe bhc -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd bhc bhc bhp qtm -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd bgn bgV aen @@ -102391,7 +84620,7 @@ bgI bgI aYF bgI -oNU +lCf bgI oiE bgX @@ -102400,9 +84629,9 @@ bgu aen aen bdf -bhn -bhn -bhn +hTd +hTd +hTd xRM bgn bgn @@ -102496,89 +84725,50 @@ ylo ylo "} (152,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +agt +ozl +wNU +apv +amX +apv +awR +lhl +aFR +lxj +lxj +lxj +bOc +lps +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ajq bhc bhc @@ -102586,27 +84776,27 @@ bhc bhc bhc bhc -bhn -bhn -bhn +hTd +hTd +hTd bhc bhc fbe bhc -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd bhp bhc fbe -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd bgn bdo bgV @@ -102647,7 +84837,7 @@ aen bdf bgn bgn -bhn +hTd xRM bgn bgn @@ -102661,7 +84851,7 @@ aQI aQQ aYR aYR -aPN +rxl bdQ bdQ aJZ @@ -102741,119 +84931,80 @@ ylo ylo "} (153,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +lRg +ozl +iQE +ald +amX +apv +aul +lhl +bBD +apv +aHc +bOd +aeo +lps +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ajq ajq bhc bhc bhc bhc -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd bhc -aQx +pcS fbe bhc bhc -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd bhc bhp fbe -bhn -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd +hTd bgn bgV aen @@ -102895,10 +85046,10 @@ bgn bgn xRM bgn -bhn -bhn -aQz -aQz +hTd +qAl +aQC +aQC aQJ aQO aQJ @@ -102986,120 +85137,81 @@ ylo ylo "} (154,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +awf +apv +apv +apr +ath +lLO +lLO +upe +lLO +lLO +gOG +aVt +bjB +lps +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ajq bhc bhq bhc bhc bhc -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd bhc bhc pRE bhc bhc -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd bhc bhc fbe -bhn -bhn -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd +hTd +hTd bgn bdo bgV @@ -103135,15 +85247,15 @@ bgu aen aen aen -bhn +hTd bgn bgn xRM -bhn -bhn -bhn -bhn -aQz +hTd +hTd +hTd +hTd +aQC aQQ aQI aQC @@ -103231,122 +85343,83 @@ ylo ylo "} (155,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +agt +aVw +ozl +aAd +apv +apv +sYc +lhl +sRx +bES +amX +aua +rKy +lps +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ajq bhc bhc bhc bhc -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd owP -tIk +vvB bhc bhc fbe bhc bhc -tIk -jUn -bhn -bhn -bhn -bhn +vvB +dvU +hTd +hTd +hTd +hTd bhc euV bhc -bhn -bhn -bhn -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd +hTd +hTd +hTd bgn bgV aen @@ -103370,7 +85443,7 @@ bgI bis bgI bgL -bgI +hBw bgT bgI bgQ @@ -103379,16 +85452,16 @@ bgB bgu aen aen -bhn -bhn -bgn -bgn -xRM -bhn -bhn -bhn -bhn -aQz +hTd +hTd +bgn +bgn +xRM +hTd +hTd +hTd +hTd +aQC aQU aQQ aQC @@ -103476,123 +85549,84 @@ ylo ylo "} (156,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +apw +agt +oHI +aVw +axx +apv +apv +awR +lhl +anX +apv +amX +ugC +boT +lps +adz +adz +adz +adz +adz +adz +adz +adz +adz ajq ajq bhc bhc bhc bhc -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd rgc -aPl +biV bhc bhc fbe bhc -aPf -aPl +gIG +biV rgc -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd bhc fbe bhu -bhn -bhn -bhn -bhn -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd +hTd +hTd +hTd +hTd bgu aen sDi @@ -103624,17 +85658,17 @@ bgC bgu aen aen -bhn -bhn +hTd +hTd bgn bgn xRM bgn bgn -bhn -bhn -aQz -aQz +hTd +hTd +aQC +aQC arv aQC aAz @@ -103721,122 +85755,83 @@ ylo ylo "} (157,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +apw +agt +ozl +oHI +axx +apv +apv +awR +lhl +awu +brQ +amX +axN +akC +lps +hot +hot +hot +hot +hot +hot +hot +hot +hot ajq bhc bhc bhr bhc bhc -bhn -bhn -bhn -bhn -wBk -tIk +hTd +hTd +hTd +hTd +hIY +vvB bhc -aQx +pcS fbe bhc bhc -tIk -kNQ -bhn -bhn -bhn -bhn +vvB +jUn +hTd +hTd +hTd +hTd bhu bhw bgn bgn -bhn -bhn -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd +hTd +hTd bgn bgv aen @@ -103869,17 +85864,17 @@ bgC bgu aen aen -bhn -bhn -bhn +hTd +hTd +hTd bgn xRM bgn bgn bgv -bhn -bhn -ajq +hTd +hTd +qAl aBc aBc aAz @@ -103966,121 +85961,82 @@ ylo ylo "} (158,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +apw +agt +ozl +agm +axx +apv +apv +alc +lhl +lhl +lhl +avG +lhl +lhl +lps +hot +hot +hot +hot +hot +hot +hot +hot +hot ajq bhc bhc bhc bhp -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd rgc -tIk -tIk +vvB +vvB bhc bhc fbe bhc bhc -tIk -tIk -bhn -bhn -bhn -bhn +vvB +vvB +hTd +hTd +hTd +hTd bgn xRM bgn bgn bgn -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd bgn bgv aen @@ -104114,17 +86070,17 @@ bgC bgu aen aen -bhn -bhn -bhn +hTd +hTd +hTd bgn xRM bdq bgv aen aen -bhn -ajq +hTd +qAl aAb aBc aAz @@ -104165,91 +86121,29 @@ aqL aqL ylo aQz -ahx -aQW -aQJ -aQC -aCh -xkB -uHr -aYT -bwk -yhw -yhw -yhw -yhw -oCa -yhw -kSM -auH -bvX -bxH -aEw -aEw -aEw -aEw -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(159,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +ahx +aQW +aQJ +aQC +aCh +xkB +uHr +aYT +bwk +yhw +yhw +yhw +yhw +isD +yhw +kSM +auH +bvX +bxH +aEw +aEw +aEw +aEw ylo ylo ylo @@ -104271,58 +86165,81 @@ ylo ylo ylo ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg +"} +(159,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +apw +awf +ozl +aHb +sub +seb +apv +awR +lhl +rIf +gME +amX +aul +ivW +lps +adz +adz +adz +adz +adz +adz +adz +adz +adz ajq bhe bhc bhc bhc -bhn -bhn -bhn -qPJ -aPl -tIk +hTd +hTd +hTd +sLH +biV +vvB bhp bhc bho sMb rXE bhc -tIk +vvB rgc -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd bgn xRM bgn bdq bdq bgn -bhn -bhn +hTd +hTd bgn bgn bdq @@ -104360,16 +86277,16 @@ bgu aen aen aen -bhn -bhn -bhn +hTd +hTd +hTd nrO aen aen aen aen aen -ajq +qAl aLc aPs aAz @@ -104456,97 +86373,58 @@ ylo ylo "} (160,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -ozR -ozR -ozR -ozR -ozR -pdg -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +agt +ozl +hTI +axx +amX +apv +alk +lhl +agt +apv +amX +apv +awR +lps +adz +adz +adz +adz +adz +adz +adz +adz +adz ajq bhc bhc bhc bhc -bhn -bhn -bhn -tIk -aPf +hTd +hTd +hTd +vvB +gIG qgt enU enU @@ -104554,11 +86432,11 @@ enU vcJ bhc bhs -aPl -wBk -bhn -bhn -bhn +biV +hIY +hTd +hTd +hTd bgn bgn etD @@ -104606,15 +86484,15 @@ aen aen aen aen -bhn -bhn +hTd +hTd mTa aen aen aen aen aen -ajq +qAl aCb aXd aAz @@ -104701,109 +86579,70 @@ ylo ylo "} (161,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -ozR -ozR -ozR -ozR -ozR -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +awf +apv +apv +aHc +amX +apv +alc +lhl +agt +apv +amX +wmS +awR +apw +adz +adz +adz +adz +adz +adz +adz +adz ajq ajq bhc bhc bhc bhc -bhn -bhn +hTd +hTd rgc -tIk +vvB bhc fbe bhc -aQx +pcS bhc bhc bhc -aQx -tIk +pcS +vvB rgc -bhn -bhn -bhn +hTd +hTd +hTd bgn bgu vyB @@ -104852,16 +86691,16 @@ aen aen aen aen -bhn +hTd mTa aen aen aen aen aen -ajq -asD -asD +qAl +jOh +jOh aAz aAT aAT @@ -104881,7 +86720,7 @@ ylo anD aDb aBX -aGF +jdU aDm aDx aui @@ -104946,96 +86785,57 @@ ylo ylo "} (162,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -ozR -ozR -ozR -ozR -ozR -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +axF +lps +hDF +bOH +bOH +brQ +amX +axN +sjs +lhl +agt +apv +amX +ozl +awR +apw +adz +adz +adz +adz +adz +adz +adz +adz ajq bhc bhc bhc bhc bhs -bhn -bhn +hTd +hTd rgc -aPl +biV bhc fbe bhr @@ -105044,12 +86844,12 @@ bhc bhe bhc bhc -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd bgu mTa aen @@ -105191,86 +86991,47 @@ ylo ylo "} (163,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -ozR -ozR -ozR -ozR -ozR -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +lps +lps +lps +lps +lhl +avG +lhl +lhl +lhl +agt +xTj +gOG +ozl +awR +lps +adz +adz +adz +adz +adz +adz +adz +adz ajq bhc bhc @@ -105278,23 +87039,23 @@ bhc bhc bhc bhc -bhn -qPJ -tIk +hTd +sLH +vvB bhc fbe bhc bhc -bhn +hTd aOC -aPl +biV aOC -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd bgu mTa bde @@ -105364,7 +87125,7 @@ aBc aCo aCu aCK -pMI +aaC azN aCO aCX @@ -105436,86 +87197,47 @@ ylo ylo "} (164,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -ozR -ozR -ozR -ozR -ozR -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +bHd +fbV +abe +wSz +lhl +rIf +apv +apr +avz +apv +awR +lps +adz +adz +adz +adz +adz +adz +adz +adz ajq bhc bho @@ -105523,22 +87245,22 @@ bhc bhc bhc bhc -bhn +hTd aOC aOC -aPl -aPq -aPl -bhn -bhn -bhn -aQy -bhn -bhn -bhn -bhn -bhn -bhn +biV +kwj +biV +hTd +hTd +hTd +jPa +hTd +hTd +hTd +hTd +hTd +hTd bgn bgu mTa @@ -105595,7 +87317,7 @@ aJw aJw aJw boo -asD +jOh ajm ajm ajm @@ -105681,86 +87403,47 @@ ylo ylo "} (165,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -ozR -ozR -ozR -ozR -ozR -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +bHd +fbV +abe +uqb +lhl +agt +ozl +amX +apv +ozl +awR +apw +adz +adz +adz +adz +adz +adz +adz +adz ajq bhc bhc @@ -105774,15 +87457,15 @@ bhc bhr fbe bhc -bhn -bhn -bhn -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd +hTd +hTd +hTd bgn bgn bgv @@ -105926,86 +87609,47 @@ ylo ylo "} (166,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -ozR -ozR -ozR -ozR -ozR -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +bHd +bHd +fbV +abe +wSz +axn +agt +wmS +amX +apv +ozl +awR +apw +adz +adz +adz +adz +adz +adz +adz +adz ajq bhc bhc @@ -106019,15 +87663,15 @@ bhc bhc fbe bhq -bhn -bhn -bhn -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd +hTd +hTd +hTd bgn bgv aen @@ -106062,7 +87706,7 @@ vCj vCj vCj vCj -dIa +wRO vCj vCj vCj @@ -106100,117 +87744,55 @@ dDj xlU dDj dDj -dDj -aCP -aDe -akB -aFS -aGv -aBX -aHU -aDH -aui -aKB -nJC -ahu -aLE -aLY -aMm -aMS -aNq -bNx -rBX -aNy -aNy -aNv -wGb -aNx -aNx -rBX -aNy -aNy -aNv -btq -auB -bwh -adp -adp -adp -auN -auH -bvB -nmp -syG -auH -bvZ -bvD -bvN -aCr -aCr -bwU -aEw -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(167,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +dDj +aCP +aDe +akB +aFS +aGv +aBX +aHU +aDH +aui +aKB +nJC +ahu +aLE +aLY +aMm +aMS +aNq +bNx +rBX +aNy +aNy +aNv +wYI +aNx +aNx +rBX +aNy +aNy +aNv +btq +auB +bwh +adp +adp +adp +auN +auH +bvB +nmp +syG +auH +bvZ +bvD +bvN +aCr +aCr +bwU +aEw ylo ylo ylo @@ -106231,32 +87813,55 @@ ylo ylo ylo ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -ozR -ozR -ozR -ozR -ozR -pdg -pdg -pdg +"} +(167,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +djF +mag +fbV +abe +wSz +axn +agt +ozl +amX +apv +hZD +awR +lps +adz +adz +adz +adz +adz +adz +adz +adz ajq bhc bhc bhq bhc -bhn +hTd bhc bhc bhc @@ -106264,14 +87869,14 @@ bhs bhc fbe bhu -bhn +hTd bgn -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd bgn bgv aen @@ -106304,10 +87909,10 @@ aJx aJx aJx aJx -ubW -ubW -ubW -ubW +cxM +cxM +cxM +cxM aJx aJx aJx @@ -106416,93 +88021,54 @@ ylo ylo "} (168,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -ozR -ozR -ozR -ozR -ozR -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +djF +drh +fbV +abe +wSz +lhl +iRf +brQ +amX +axN +bOH +sjs +lps +adz +adz +adz +adz +adz +adz +adz +adz ajq bhc bhc -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd bhc bhc bhc @@ -106513,8 +88079,8 @@ bgn bgn bdq bdq -bhn -bhn +hTd +hTd bdq bdq bgv @@ -106527,13 +88093,13 @@ bdc bgl bgm nhE -iVA +bsL bgm bgm bgm bgm aDV -ubW +cxM aJx jNU aJx @@ -106548,8 +88114,8 @@ aJx aJx aJx aJx -lXP -ubW +tKT +cxM aJx aJx aJx @@ -106575,7 +88141,7 @@ aJx aJx aJx aJx -avr +aoz aoz aBw qLE @@ -106661,93 +88227,54 @@ ylo ylo "} (169,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -ozR -ozR -ozR -ozR -ozR -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +djF +eAc +fbV +abe +wSz +lhl +lhl +lhl +avG +lhl +lps +lps +lps +hot +hot +hot +hot +hot +hot +hot +hot ajq bhc bhc -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd bhc bhc qgt @@ -106771,7 +88298,7 @@ bdf bdc bgl bgm -dOF +gFA bgm bgm bgm @@ -106779,7 +88306,7 @@ bgm bgm aJm aJx -ubW +cxM jNU aJx aJx @@ -106793,7 +88320,7 @@ aJJ aJJ aJJ aJJ -ubW +cxM aJx aJx aJx @@ -106820,7 +88347,7 @@ aJJ aJJ aJJ qVJ -asH +amv azV azV azV @@ -106863,7 +88390,7 @@ aNB tJv mbz aNy -tvW +jSn aNv btq auB @@ -106906,98 +88433,59 @@ ylo ylo "} (170,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -ozR -ozR -ozR -ozR -ozR -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +bHd +bHd +fbV +abe +vcr +bvW +bvW +wMI +abe +uqb +bHd +hot +hot +hot +hot +hot +hot +hot +hot +hot +hot ajq bhc bhc bhc -bhn -bhn +hTd +hTd bhc bhc bhp fbe bhc -bhn +hTd bgn nrO aen @@ -107085,112 +88573,50 @@ ahu ahu nJC ahu -ahu -ahu -ahu -ahu -ahu -ahu -ahu -lIq -ahu -ahu -nJC -aDe -auB -bsJ -qFp -lHK -lHK -nXv -aNx -aNx -xQb -esA -qiW -tQs -tUa -swY -auB -ruw -aCr -aCr -wJz -aCr -nDD -auS -nmp -nDD -auH -grc -bwp -rxk -aEw -ylo -ylo -aSa -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(171,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +ahu +ahu +ahu +ahu +ahu +ahu +ahu +ide +ahu +ahu +nJC +aDe +auB +bsJ +qFp +lHK +lHK +nXv +aNx +aNx +xQb +esA +bIH +hBr +tUa +swY +auB +ruw +aCr +aCr +wJz +aCr +nDD +auS +nmp +nDD +auH +grc +bwp +rxk +aEw ylo ylo +aSa ylo ylo ylo @@ -107211,39 +88637,62 @@ ylo ylo ylo ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -ozR -ozR -ozR -ozR -ozR -pdg -pdg -pdg +"} +(171,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +bHd +fbV +kXD +ftP +ftP +ftP +ftP +kqH +wSz +djF +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ajq bhc bhp bhc -bhn +hTd bhc bho bhc bhc fbe -bhn -bhn -bhn +hTd +hTd +hTd mTa bde bdo @@ -107350,7 +88799,7 @@ bvt xmC aNx aXN -nCl +kdy cfA bvt bvt @@ -107396,86 +88845,47 @@ ylo ylo "} (172,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -ozR -ozR -ozR -ozR -ozR -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +bHd +rye +nPr +nPr +nPr +nPr +cXv +abe +wSz +djF +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ajq ajq bhc @@ -107486,9 +88896,9 @@ enU enU enU vcJ -bhn -bhn -bhn +hTd +hTd +hTd mTa bdf aJm @@ -107505,7 +88915,7 @@ bdc bdc aJm bgm -iVA +bsL nhE bgs bgs @@ -107641,87 +89051,48 @@ ylo ylo "} (173,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -ozR -ozR -ozR -ozR -ozR -pdg -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +bHd +djF +djF +djF +djF +bHd +fbV +abe +wSz +djF +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hot ajq bhc bhc @@ -107730,9 +89101,9 @@ fbe bhc bhc bhc -bhn -bhn -bhn +hTd +hTd +hTd aen mTa bdf @@ -107750,7 +89121,7 @@ bdl beV bhW bgm -iVA +bsL nhE bgs bgs @@ -107886,87 +89257,48 @@ ylo ylo "} (174,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -ozR -ozR -ozR -ozR -ozR -pdg -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +bHd +fbV +abe +wSz +djF +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hot ajq bhc bhc @@ -107974,9 +89306,9 @@ bhp fbe bhc bhc -bhn -bhn -bhn +hTd +hTd +hTd aen aen mTa @@ -107995,7 +89327,7 @@ beu beW bhW bgm -mSG +wLj nhE bgs bgs @@ -108037,7 +89369,7 @@ aen aen bde bgn -bhn +hTd bgn bdo kps @@ -108058,118 +89390,58 @@ nJC aje qIU aDC -csE -aKV -bzm -eWX -aHZ -gXG -aHZ -aOK -anE -aGM -aug -aug -aug -aHt -anE -agG -ahu -azB -mmp -mmp -dDj -dDj -dDj -fWK -dDj -dDj -dDj -xlU -fWK -dDj -fWK -dDj -dDj -dDj -dDj -dDj -dDj -wpO -lLe -lLe -lLe -rki -lLe -ezs -aMi -aMi -aMi -aMi -aMi -byl -bze -auR -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(175,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +csE +aKV +bzm +eWX +aHZ +gXG +aHZ +aOK +anE +aGM +aug +aug +aug +viG +anE +agG +ahu +azB +ahG +ahG +dDj +dDj +dDj +fWK +dDj +dDj +dDj +xlU +fWK +dDj +fWK +dDj +dDj +dDj +dDj +dDj +dDj +wpO +lLe +lLe +lLe +rki +lLe +ezs +aMi +aMi +aMi +aMi +aMi +byl +bze +auR ylo ylo ylo @@ -108189,29 +89461,50 @@ ylo ylo ylo ylo +"} +(175,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg +jkE +jkE +deR +deR +deR +deR +deR +jkE +jkE +bHd +fbV +abe +wSz +bHd +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hot ajq bhc bhc @@ -108219,9 +89512,9 @@ bhc fbe bhc bhe -bhn -bhn -bhn +hTd +hTd +hTd aen aen mTa @@ -108279,11 +89572,11 @@ bgZ bgu aen bde -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd bgn xRM bgV @@ -108323,7 +89616,7 @@ ahu ahu ahu ahu -lIq +ide ahu ahu nJC @@ -108343,11 +89636,11 @@ ahu nAE aMi aMi -wIk -eRX +wQQ +fdI aMi gxb -vzv +foT aMi aMi aMi @@ -108376,98 +89669,59 @@ ylo ylo "} (176,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg +jkE +jkE +eYe +knS +knS +knS +knS +knS +awe +jkE +jkE +fbV +abe +wSz +bHd +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hot ajq bhq bhc kCk fyO bhc -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd aen mTa bdf @@ -108523,13 +89777,13 @@ bhb bgZ bgn bdo -bhn -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd +hTd xRM bgn bgV @@ -108589,7 +89843,7 @@ auK qAk qAk qAk -feZ +deu aMi gxb uJq @@ -108621,97 +89875,58 @@ ylo ylo "} (177,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg +jkE +gXB +jYa +acK +acK +acK +acK +acK +aea +sWi +xIJ +fbV +abe +wSz +bHd +hot +hot +hot +hot +hot +hot +hot +hot +hot +hot +hot ajq ajq bhc bhc fbe bhc -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd bgu aen mTa @@ -108768,13 +89983,13 @@ bhb bha bgn bgn -bhn -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd +hTd xRM bgn bgn @@ -108835,7 +90050,7 @@ auJ auJ auJ iQL -eRX +fdI gxb kjH bjs @@ -108866,97 +90081,58 @@ ylo ylo "} (178,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +jkE +jkE +kpV +oOr +oOr +oOr +oOr +oOr +oOr +oOr +xHV +xIJ +wMI +abe +wSz +bHd +hot +hot +hot +hot +hot +hot +hot +hot +hot +hot +hot +hot ajq bhc bhc fbe bhc -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd bgu aen mTa @@ -109013,12 +90189,12 @@ bhb bha bgn bgn -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd bgn xRM bgn @@ -109073,84 +90249,22 @@ ahu pbS auJ hbB -bxt -bxt -njh -aCg -bxC -auK -iQL -aMi -gxb -kjH -bvj -bvj -aEx -auR -auR -aEx -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(179,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +bxt +bxt +njh +aCg +bxC +auK +iQL +aMi +gxb +kjH +bvj +bvj +aEx +auR +auR +aEx ylo ylo ylo @@ -109171,36 +90285,59 @@ ylo ylo ylo ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg -pdg +"} +(179,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +deR +ajS +kRN +oOr +fnJ +end +xuo +nCd +vtv +oOr +oOr +hSI +rut +abe +wSz +bHd +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hot +adz ajq bhc bhc euV bhc -bhn -bhn -bhn +hTd +hTd +hTd bht bgn bgV @@ -109259,11 +90396,11 @@ bha bgn bdq bdq -bhn -bhn -bhn +hTd +hTd +hTd bgn -bhn +hTd bgn etD bdq @@ -109307,7 +90444,7 @@ rxD rxD rxD qeh -lFY +oNp aug wrX bRX @@ -109356,95 +90493,56 @@ ylo ylo "} (180,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +deR +ajS +kRN +oOr +cYV +kUv +qJi +uXh +gAE +alW +alW +alW +rqa +kqH +wSz +bHd +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +hot +adz ajq ajq bhc fbe bhc bhc -bhn +hTd bhq bht bgn @@ -109505,8 +90603,8 @@ bgu aen aen bdf -bhn -bhn +hTd +hTd bgn bdq bgv @@ -109549,7 +90647,7 @@ qnb hYZ lId auf -aOj +xIR qnb pnc wda @@ -109564,7 +90662,7 @@ pbS auJ bxm aCs -wKf +wBX bxy aMi fVm @@ -109601,89 +90699,50 @@ ylo ylo "} (181,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +jkE +jkE +ahv +oOr +oOr +oOr +oOr +oOr +oOr +oOr +lYk +xIJ +cXv +abe +uqb +bHd +iBu +iBu +adz +adz +adz +adz +adz +adz +adz +adz +hot +adz +adz ajq bhc vSF @@ -109750,7 +90809,7 @@ bgn bgV aen bdn -bhn +hTd bgn bgv aen @@ -109809,7 +90868,7 @@ vzc auJ bEg mZm -oCt +piQ bxz pCi lLe @@ -109846,89 +90905,50 @@ ylo ylo "} (182,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg -cPi -pdg -pdg -pdg -pdg -pdg -pdg -pdg -pdg +jkE +kTd +qcp +hqj +ajS +hqj +ajS +hqj +lYk +phE +xIJ +fbV +abe +wSz +bFs +jUo +iBu +adz +adz +adz +adz +adz +adz +adz +adz +hot +adz +adz ajq ajq bhc @@ -109938,7 +90958,7 @@ bhc bhc bhe bhc -bhn +hTd mTa bdf bdc @@ -109993,165 +91013,82 @@ bhb bgZ bgZ bgu -xzW -cZu -nJR -xWE -cZu -cZu -xFN -xoj -ajq -ajq -ylo -ylo -ylo -ylo -agD -ahm -ahm -ajc -sYk -ahu -ahu -nJC -aje -akd -bwc -aHZ -lHI -bTW -aks -akd -eWX -gXG -aks -aGY -anE -anE -bDs -uRs -rGC -wrX -anE -aMf -iav -hYZ -umo -aNE -anE -anE -anE -aHk -anE -anE -anE -anE -agG -nJC -ahu -pbS -auJ -hqv -aCs -bxw -fTK -fbs -bxF -auJ -wYP -aMi -gxb -kzd -auJ -bzM -bya -bvq -aEx -aEx -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(183,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +xzW +cZu +nJR +xWE +cZu +cZu +xFN +xoj +ajq +ajq ylo ylo ylo ylo +agD +ahm +ahm +ajc +sYk +ahu +ahu +nJC +aje +akd +ggv +aHZ +lHI +bTW +aks +akd +eWX +gXG +aks +aGY +anE +anE +bDs +uRs +rGC +wrX +anE +aMf +qtW +hYZ +umo +aNE +anE +anE +anE +aHk +anE +anE +anE +anE +agG +nJC +ahu +pbS +auJ +hqv +aCs +bxw +cSz +fbs +bxF +auJ +wYP +aMi +gxb +kzd +auJ +bzM +bya +bvq +aEx +aEx ylo ylo ylo @@ -110165,7 +91102,6 @@ ylo ylo ylo ylo -blY ylo ylo ylo @@ -110173,7 +91109,52 @@ ylo ylo ylo ylo +"} +(183,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +jkE +jkE +jkE +bEX +oyA +sCH +gpO +fsP +dqZ +iNK +jkE +jkE +fbV +abe +wSz +jQC +mtW +iBu +adz +adz +adz +adz +adz +adz +adz +adz +hot ylo +adz ylo ajq bhc @@ -110181,9 +91162,9 @@ bhc bhc bhc bhc -bhn -bhn -bhn +hTd +hTd +hTd mTa bdf bdc @@ -110241,7 +91222,7 @@ bgu mTa aen bdf -bhn +hTd bdo bgV aen @@ -110257,7 +91238,7 @@ ajc aYy dtd nBi -mhq +uWE ahu nJC aje @@ -110280,7 +91261,7 @@ aXZ aYl anE bDD -fOh +ami cnj aMr bDF @@ -110336,99 +91317,60 @@ ylo ylo "} (184,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +jkE +jkE +jkE +xIJ +sdu +sdu +sdu +sdu +sdu +xIJ +jkE +jkE +fbV +abe +wSz +jQC +lHe +iBu +adz +adz +adz +adz +adz +adz +adz +adz +hot ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz ylo ajq ajq bhc bhc -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd mTa bdf bdc @@ -110470,7 +91412,7 @@ bhg bhg bhh bhh -jJm +iSo bhh bhh bhh @@ -110485,9 +91427,9 @@ bgZ bgu mTa bde -bhn -bhn -bhn +hTd +hTd +hTd bgn bdo ajq @@ -110533,7 +91475,7 @@ anE bsU aug cnj -cqT +sej wrX bSb anE @@ -110581,87 +91523,48 @@ ylo ylo "} (185,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +jkE +jkE +uiW +uiW +uiW +uiW +uiW +uiW +ruM +jkE +jkE +wMI +abe +wSz +jQC +mtW +iBu +adz +adz +adz +adz +adz +adz +adz +adz +hot ylo ylo ylo @@ -110670,9 +91573,9 @@ ajq bhc bhc bhc -bhn -bhn -bhn +hTd +hTd +hTd bgu mTa bdf @@ -110723,161 +91626,19 @@ bhg bhg bTC bhb -bhb -bhb -bTt -bgZ -bgu -mTa -bdn -bhn -bhn -bgn -bgn -bgn -ajq -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -arJ -arJ -hYo -lIY -ahu -nJC -aje -ajX -bxU -aHZ -xWm -bUx -lUI -ajX -iTL -gXG -aGz -ajX -anE -anE -anE -anE -anE -anE -anE -anE -anE -anE -anE -anE -anE -buw -aug -bDC -bRV -aOB -anE -anE -agG -nJC -ahu -pbS -auJ -auJ -auJ -auJ -auJ -buZ -auJ -auJ -bzJ -aMi -dqQ -hBF -auJ -rCb -vks -aMi -bzV -auR -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(186,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +bhb +bhb +bTt +bgZ +bgu +mTa +bdn +hTd +hTd +bgn +bgn +bgn +ajq ylo ylo ylo @@ -110886,6 +91647,66 @@ ylo ylo ylo ylo +arJ +arJ +hYo +lIY +ahu +nJC +aje +ajX +bxU +aHZ +xWm +bUx +lUI +ajX +iTL +gXG +aGz +ajX +anE +anE +anE +anE +anE +anE +anE +anE +anE +anE +anE +anE +anE +buw +aug +bDC +bRV +aOB +anE +anE +agG +nJC +ahu +pbS +auJ +auJ +auJ +auJ +auJ +buZ +auJ +auJ +bzJ +aMi +dqQ +hBF +auJ +rCb +vks +aMi +bzV +auR ylo ylo ylo @@ -110900,13 +91721,56 @@ ylo ylo ylo ylo -blY ylo ylo ylo ylo ylo ylo +"} +(186,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +jkE +auY +rry +mNV +mNV +mNV +mNV +mNV +qAr +uiW +aiT +rut +abe +wSz +bFs +jUo +iBu +adz +adz +adz +adz +adz +adz +adz +adz +aSa ylo ylo ylo @@ -110915,8 +91779,8 @@ ajq ajq bhc bhc -bhn -bhn +hTd +hTd bgn bgv mTa @@ -110976,7 +91840,7 @@ bgu mTa aen bdn -bhn +hTd bgn bgn ajq @@ -111071,87 +91935,48 @@ ylo ylo "} (187,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +deR +uiW +xoq +oxV +vEI +fby +aav +lRY +aSu +uiW +aiT +rut +abe +uqb +bHd +iBu +iBu +adz +adz +adz +adz +adz +adz +adz +adz +aSa ylo ylo ylo @@ -111161,7 +91986,7 @@ ajq bhe bhc bhu -bhn +hTd bgu aen mTa @@ -111239,7 +92064,7 @@ agD hYo llM ahu -ebE +qgs aje akd bRI @@ -111316,87 +92141,48 @@ ylo ylo "} (188,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +deR +uiW +xoq +bqJ +aIk +cdN +cKG +qIm +aSu +uiW +aiT +rut +abe +wSz +bHd +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aSa ylo ylo ylo @@ -111453,163 +92239,23 @@ bhg bhg bhg bhg -bhg -caS -bgZ -bhl -bgZ -bhb -bhb -bha -bgu -aen -mTa -aen -aen -aen -bdf -ajq -ajq -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -agD -hYo -llM -ahu -nJC -aje -akd -aMu -aHZ -gXG -bTX -dII -akd -eWX -fGV -wfK -wfK -wfK -wfK -wfK -wfK -aHJ -wfK -wfK -wfK -aCN -aHZ -aHZ -gSu -tbc -tbc -tbc -aLT -tbc -tbc -akd -skc -eUf -nJC -ahu -ntp -auJ -rCb -aMi -aMi -aMi -iQs -gpn -auJ -auJ -auJ -auJ -bxP -auJ -auJ -auJ -aEx -aEx -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(189,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +bhg +caS +bgZ +bhl +bgZ +bhb +bhb +bha +bgu +aen +mTa +aen +aen +aen +bdf +ajq +ajq ylo ylo ylo @@ -111620,6 +92266,64 @@ ylo ylo ylo ylo +agD +hYo +llM +ahu +nJC +aje +akd +aMu +aHZ +gXG +bTX +dII +akd +eWX +fGV +wfK +wfK +wfK +wfK +wfK +wfK +aHJ +wfK +wfK +wfK +aCN +aHZ +aHZ +gSu +tbc +tbc +tbc +aLT +tbc +tbc +akd +skc +eUf +nJC +ahu +ntp +auJ +rCb +aMi +aMi +aMi +wBA +gpn +auJ +auJ +auJ +auJ +bxP +auJ +auJ +auJ +aEx +aEx ylo ylo ylo @@ -111635,13 +92339,56 @@ ylo ylo ylo ylo -blY ylo ylo ylo ylo ylo ylo +"} +(189,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +deR +uiW +xoq +cux +bbS +uia +apu +sFI +aSu +uiW +aiT +oIS +kqH +wSz +bHd +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aSa ylo ylo ylo @@ -111757,7 +92504,7 @@ aHZ aHZ aHZ aHZ -tGr +uJe aHZ aHZ bej @@ -111772,7 +92519,7 @@ lLe lCa kdH dMo -ujX +jjS bwV bwZ auJ @@ -111806,94 +92553,55 @@ ylo ylo "} (190,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +deR +uiW +xoq +kST +vqA +jqR +cAV +oUz +aSu +uiW +aiT +rut +abe +wSz +bHd +hot +hot +hot +hot +hot +hot +hot +hot +hot +hot +aSa +aSa +hot +aSa +aSa +aSa +aSa +aSa ajq bgn bgv @@ -111972,7 +92680,7 @@ agD arJ wYt whe -sOq +lik ahu nJC phX @@ -111996,17 +92704,17 @@ aIh aHZ aHZ lYO -iuD +hDR wfK azG wfK wfK wfK wfK -aLW -aLW -aLW -mmp +cnK +cnK +cnK +ahG dDj azA ahu @@ -112017,7 +92725,7 @@ aMi bjv tSE wsn -eRX +fdI bwW ydU auJ @@ -112051,94 +92759,55 @@ ylo ylo "} (191,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +deR +uiW +xoq +lwi +ojT +tez +ekR +dzX +aSu +uiW +aiT +rut +abe +wSz +bHd +hot +hot +hot +hot +hot +hot +hot +hot +hot +hot +aSa +aSa +aSa +hot +hot +hot +aSa +aSa ajq ajq aen @@ -112192,160 +92861,17 @@ bgZ bgZ bgZ bgZ -bgZ -bhb -bhb -bha -bgu -aen -mTa -aen -aen -ajq -ajq -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -agD -ajc -aVD -dtd -duC -cJU -ahu -nJC -aje -ajX -vmJ -gXG -tja -bTZ -ajX -aOH -aFD -luQ -luQ -luQ -luQ -luQ -luQ -wnB -ajX -aIz -iTL -tja -wWr -fGU -aHZ -eVQ -oqI -oqI -oqI -oqI -oqI -oqI -akd -vQt -ulq -nJC -ahu -voo -auJ -wYP -aMi -aMi -aMi -aMi -kAq -aMi -tae -auJ -auJ -bxT -aMi -aMi -pUy -auR -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(192,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +bgZ +bhb +bhb +bha +bgu +aen +mTa +aen +aen +qAl +ajq ylo ylo ylo @@ -112355,6 +92881,66 @@ ylo ylo ylo ylo +agD +ajc +aVD +dtd +duC +cJU +ahu +nJC +aje +ajX +vmJ +gXG +tja +bTZ +ajX +aOH +kXh +luQ +luQ +luQ +luQ +luQ +luQ +wnB +ajX +aIz +iTL +tja +wWr +efH +aHZ +eVQ +oqI +oqI +oqI +oqI +oqI +oqI +akd +vQt +ulq +nJC +ahu +voo +auJ +wYP +aMi +aMi +aMi +aMi +eoi +aMi +tae +auJ +auJ +bxT +aMi +aMi +pUy +auR ylo ylo ylo @@ -112370,7 +92956,6 @@ ylo ylo ylo ylo -blY ylo ylo ylo @@ -112378,10 +92963,55 @@ ylo ylo ylo ylo +"} +(192,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +jkE +auY +edJ +hxc +hxc +hxc +hxc +hxc +alZ +uiW +aiT +rut +abe +wSz +bHd +adz +adz +adz +adz +adz +hot +adz +adz +adz +adz ylo ylo ylo ylo +aSa +aSa ylo ylo ylo @@ -112394,8 +93024,8 @@ aen bde bdo bgn -bhn -bhn +hTd +hTd bgn bdo bgV @@ -112445,8 +93075,8 @@ inY cZu xoj aen -ajq -ajq +qAl +qAl apV aki aki @@ -112541,92 +93171,53 @@ ylo ylo "} (193,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +jkE +jkE +uiW +uiW +uiW +uiW +uiW +uiW +jPk +jkE +jkE +cXv +abe +wSz +bHd +adz +adz +adz +adz +adz +hot +adz +adz +adz +adz ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa +aSa ylo ylo ylo @@ -112637,12 +93228,12 @@ aen aen aen bdf -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd bgn bdo bgV @@ -112689,10 +93280,10 @@ bgZ wcB aen aen -ajq -ajq -apV -apV +qAl +qAl +alw +alw bKH bKJ bKL @@ -112786,92 +93377,53 @@ ylo ylo "} (194,1,1) = {" +adz +adz +adz +adz +adz ylo ylo ylo ylo ylo +aaj +aal +aal +aal +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +aaj +wnJ +apx +cWu +aaj +adz +adz +adz +adz +adz +hot +adz +adz +adz +adz ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa +aSa ylo ylo ylo @@ -112883,13 +93435,13 @@ aen bde bgn bgn -bhn -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd +hTd bgu mTa bdf @@ -112933,10 +93485,10 @@ bgZ bgZ wcB aen -ajq -ajq -apV -apV +qAl +qAl +alw +alw bKG bKI aUP @@ -113031,92 +93583,53 @@ ylo ylo "} (195,1,1) = {" +adz +adz +adz +adz +adz ylo ylo ylo ylo ylo +aaj +evq +abs +abE +abD +abD +abD +tuB +abD +abD +abD +abb +abD +hBp +pCT +hBp +abD +wnJ +apx +hyf +aaj +yma +yma +adz +adz +adz +hot +adz +adz +adz +adz ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa +aSa ylo ylo ylo @@ -113129,12 +93642,12 @@ bgn bgn bgn bgn -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd bgu mTa bdf @@ -113180,7 +93693,7 @@ ehC ajq ajq apV -apV +alw bKE sor amG @@ -113197,7 +93710,7 @@ ajc aYy dtd llM -qUI +jjw ahu nJC aWH @@ -113276,92 +93789,53 @@ ylo ylo "} (196,1,1) = {" +adz +adz +adz +adz +adz ylo ylo ylo ylo +aaj +aaj +abs +abs +abb +abD +abs +abs +ads +abD +ads +abs +abv +abD +hBp +pCT +hBp +abD +wnJ +apx +cWu +fdc +fdc +yma +adz +adz +adz +hot +adz +adz +adz +adz ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa +aSa ylo ylo ylo @@ -113375,10 +93849,10 @@ bgn bgn bgn bgn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd bgn bgv mTa @@ -113454,11 +93928,11 @@ hPL akd anx sip -agB -ahh -ahU -aiC -ajF +lYX +dUO +wMa +dUZ +lic egZ anx akv @@ -113484,7 +93958,7 @@ ajc aMi aMi uJq -hEH +pWH qAk qAk qAk @@ -113521,92 +93995,53 @@ ylo ylo "} (197,1,1) = {" +adz +adz +adz +adz +adz ylo ylo ylo ylo +aal +xQF +abr +ong +ach +abD +aei +adm +jdt +abD +aeX +ong +adR +abD +agf +hcU +hBp +abD +wnJ +apx +cWu +fdc +fdc +yma +adz +adz +adz +hot +adz +adz +adz +adz ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa +aSa ylo ylo ylo @@ -113622,7 +94057,7 @@ bgn bgn bgn bgn -bhn +hTd bgn bgv aen @@ -113662,9 +94097,9 @@ xoj bde bdo bdo -bhn -bhn -bhn +hTd +hTd +hTd ajq ajq ylo @@ -113673,10 +94108,10 @@ aki iZZ saV amG +xEq +gpg amG -bKK -amG -wIY +ocU saV pDt aki @@ -113699,11 +94134,11 @@ lIX akd anx sip -agE -ahj -aif -aiM -ajO +sau +tnT +kSs +sQy +sym egZ anx akv @@ -113728,14 +94163,14 @@ ahu wQG qAk wYP -fsn +kdO aCs aCs aCs aCs aCs bxJ -pxj +lCn dxB auR ylo @@ -113766,92 +94201,53 @@ ylo ylo "} (198,1,1) = {" +adz +adz +adz +adz +adz ylo ylo ylo ylo +aal +aba +abr +mfN +abb +abD +abb +mfN +aaq +abD +adY +mfN +abb +abD +hBp +kBE +hBp +abD +wnJ +apx +cWu +fdc +fdc +yma +adz +adz +adz +hot +adz +adz +adz +adz ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa +aSa ylo ylo ylo @@ -113869,7 +94265,7 @@ bgn bgn bdq bgv -opW +pTa aen vyB cZu @@ -113892,10 +94288,10 @@ aJI bgu aen bde -bhn +hTd bgn -bhn -bhn +hTd +hTd bgn bgV aen @@ -113904,164 +94300,85 @@ aen aen bde bdo -bgn -bhn -bhn -bhn -ajq -ajq -ajq -ylo -ylo -ylo -aki -iZZ -saV -amG -amG -vLb -amG -amG -saV -pDt -aki -ylo -ylo -ylo -ylo -ylo -ylo -arJ -auv -ahu -nJC -aje -ajX -dmD -gXG -cLh -alz -akd -anx -sip -agP -ahI -air -aiN -ajW -egZ -anx -noY -aHZ -gXG -aHZ -tja -akd -iTL -fGV -bZp -wfK -wfK -lIW -aHZ -bZN -uag -akd -odN -nJC -ahu -pbS -auJ -bxJ -kqE -aCs -wvG -oGI -bwP -aCs -bxJ -pxj -dxB -auR -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(199,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +bgn +hTd +hTd +hTd +ajq +ajq +ajq ylo ylo ylo +aki +iZZ +saV +amG +xEq +pjE +amG +amG +saV +pDt +aki ylo ylo ylo ylo ylo ylo +arJ +auv +ahu +nJC +aje +ajX +dmD +gXG +cLh +alz +akd +anx +sip +mwn +qzH +ozG +izH +oLG +egZ +anx +noY +aHZ +gXG +aHZ +tja +akd +iTL +fGV +bZp +wfK +wfK +lIW +aHZ +bZN +uag +akd +odN +nJC +ahu +pbS +auJ +bxJ +mDS +aCs +wvG +oGI +bwP +aCs +bxJ +lCn +dxB +auR ylo ylo ylo @@ -114085,18 +94402,58 @@ ylo ylo ylo ylo -blY ylo ylo ylo +"} +(199,1,1) = {" +adz +adz +adz +adz +adz ylo ylo ylo ylo +aaj +abD +abI +mfN +abv +abD +abv +mfN +adD +abD +aaq +mfN +abv +abD +hBp +kBE +hBp +abD +wnJ +apx +cWu +fdc +fdc +yma +adz +adz +adz +hot +adz +adz +adz +adz ylo ylo ylo ylo +aSa +aSa ylo ylo ylo @@ -114121,7 +94478,7 @@ aen aen bde bdo -bhn +hTd bgn bgV aen @@ -114136,22 +94493,22 @@ aJx aJI bgn bdo -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd bgn bgV vFJ aen aen bdf -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd ajq ajq ylo @@ -114164,7 +94521,7 @@ bKD bKF rvD jVn -vLb +pjE iXU ats bKF @@ -114189,11 +94546,11 @@ hyY akd anx sip -ahb -ahK -ais +lSe +xgl +ckd aiP -ajY +yfS egZ anx akv @@ -114256,104 +94613,65 @@ ylo ylo "} (200,1,1) = {" +adz +adz +adz +adz +adz ylo ylo +aaj +aaj +aaj +abD +abD +abT +abD +abD +abD +abT +abD +abD +abD +abT +abD +abD +abD +nLK +abD +abD +wnJ +apx +cWu +fdc +fdc +yma +adz +adz +adz +hot +adz +adz +adz +adz ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa +aSa +aSa +aSa +aSa +aSa +aSa +aSa +aSa +aSa +aSa +aSa +aSa +aSa ajq ajq ajq @@ -114364,10 +94682,10 @@ aen aen aen bde -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd bgn bgV aen @@ -114382,19 +94700,19 @@ aJI bgn bdq bgn -bhn -bhn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd +hTd +hTd bgn bgV aen bde -bhn -bhn -bhn +hTd +hTd +hTd ajq ajq ajq @@ -114408,8 +94726,8 @@ apV akl akl akl -sor -vLb +efy +pjE amQ akl akl @@ -114434,17 +94752,17 @@ tZT akd anx sip -ahe -ahT -aiy -ajl -aka +cbS +fZT +mxP +mLJ +fpv egZ anx akv eWX aHZ -tGr +uJe gSu ajX bUm @@ -114501,12 +94819,53 @@ ylo ylo "} (201,1,1) = {" +adz +adz +adz +adz +adz ylo ylo +aal +ftx +tjf +iJB +ldg +dNb +vMV +acl +ldg +dNb +vMV +vOh +ldg +dNb +kOA +tOT +ldg +dNb +kOA +wQJ +ldg +uBk +hyf +aaj +yma +yma +adz +adz +adz +hot +adz +adz +adz +adz ylo ylo ylo ylo +aSa +aSa ylo ylo ylo @@ -114518,87 +94877,7 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa ylo ylo ajq @@ -114610,10 +94889,10 @@ aen aen bdf bgn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd bgu aen aen @@ -114628,16 +94907,16 @@ bgu aen bdn bgn -bhn -bhn -bhn -bhn +hTd +hTd +hTd +hTd bgn bgn bgu aen bdf -bhn +hTd ajq ajq ajq @@ -114744,95 +95023,55 @@ ylo ylo ylo ylo -"} -(202,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo +"} +(202,1,1) = {" +adz +adz +adz +adz +adz ylo ylo +aal +kBE +acO +ade +lSS +iWK +wZB +wBf +lSS +iWK +wZB +ade +lSS +pCT +acO +iPn +lOM +lOM +lOM +mQU +pCT +apx +cWu +aaj +adz +adz +adz +adz +adz +hot +adz +adz +adz +adz ylo ylo ylo ylo +aSa +aSa ylo ylo ylo @@ -114844,6 +95083,7 @@ ylo ylo ylo ylo +aSa ylo ylo ylo @@ -114857,7 +95097,7 @@ bgn bgn bgn bgn -bhn +hTd bgn bgv aen @@ -114875,7 +95115,7 @@ aen bdf bgn bgn -bhn +hTd bgn bgn bgn @@ -114991,11 +95231,53 @@ ylo ylo "} (203,1,1) = {" +adz +adz +adz +adz +adz ylo +aaj +aaj +abT +abD +abD +abD +abT +abD +abD +abD +abT +abD +abD +abD +abD +abD +abD +mqU +mqU +xfC +mZf +mQU +apx +xBz +aaj +adz +adz +adz +adz +adz +hot +adz +adz +adz +adz ylo ylo ylo ylo +aSa +aSa ylo ylo ylo @@ -115007,88 +95289,7 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blX -blW -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa ylo ylo ylo @@ -115236,10 +95437,53 @@ ylo ylo "} (204,1,1) = {" +adz +adz +adz +adz +adz +aaj +aaj +abb +mfN +adR +abD +aef +mfN +aef +abD +abb +mfN +abv +abD +ssw +jdt +abs +fxf +qFq +qKc +abs +aFl +bHl +apx +cWu +aaj +adz +adz +adz +adz +adz +hot +adz +adz +adz +adz ylo ylo ylo ylo +aSa +aSa ylo ylo ylo @@ -115251,89 +95495,7 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa ylo ylo ylo @@ -115384,7 +95546,7 @@ aDn akl bjm aVg -gZF +tLm amw akl akl @@ -115397,7 +95559,7 @@ amw anz aUJ amn -iBs +iFb aki ylo ylo @@ -115481,10 +95643,53 @@ ylo ylo "} (205,1,1) = {" +adz +adz +adz +adz +adz +aal +aPe +abr +mfN +adR +abD +abs +mfN +abv +abD +abb +mfN +ads +abD +mea +akS +abs +fxf +aFU +aFU +abs +fCK +bHl +apx +hyf +aaj +adz +adz +adz +adz +adz +hot +adz +adz +adz +adz ylo ylo ylo ylo +aSa +aSa ylo ylo ylo @@ -115496,89 +95701,7 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa ylo ylo ylo @@ -115628,7 +95751,7 @@ aTz agH akl amk -xBK +pJR hvZ gBh dfg @@ -115693,99 +95816,11 @@ aCs bwP oGI bwP -aCs -bxJ -kjH -dxB -auR -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(206,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aCs +bxJ +kjH +dxB +auR ylo ylo ylo @@ -115803,7 +95838,6 @@ ylo ylo ylo ylo -blY ylo ylo ylo @@ -115813,6 +95847,55 @@ ylo ylo ylo ylo +"} +(206,1,1) = {" +adz +adz +adz +adz +adz +aal +aaq +abs +sfx +aaf +abD +aub +sfx +abv +abD +asu +sfx +akS +abD +abs +abs +aaf +abD +alb +abs +abs +aFq +bHl +apx +cWu +aaj +hot +hot +hot +hot +hot +hot +hot +hot +hot +hot +aSa +aSa +aSa +aSa +aSa +aSa ylo ylo ylo @@ -115824,6 +95907,7 @@ ylo ylo ylo ylo +aSa ylo ylo ylo @@ -115911,8 +95995,8 @@ dDj dDj dDj dDj -mmp -mmp +ahG +ahG dDj dDj dDj @@ -115923,7 +96007,7 @@ dDj dDj dDj dDj -mmp +ahG dDj dDj xlU @@ -115971,6 +96055,53 @@ ylo ylo "} (207,1,1) = {" +adz +adz +adz +adz +adz +aaj +aaj +abv +abv +abs +abD +ale +abr +abs +abD +abv +abs +ads +abD +dZW +abs +abs +iZQ +abs +abs +abs +sQI +kMZ +apx +cWu +aaj +hot +hot +hot +hot +hot +hot +hot +hot +hot +hot +aSa +aSa +aSa +aSa +aSa +aSa ylo ylo ylo @@ -115982,93 +96113,7 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa ylo ylo ylo @@ -116216,11 +96261,53 @@ ylo ylo "} (208,1,1) = {" +adz +adz +adz +adz +adz ylo +aaj +abD +abD +acY +abD +abD +abD +abb +abD +abD +abD +akX +abD +pSZ +abs +abs +fxf +abs +abs +abs +ffp +pCT +apx +fEV +aaj +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo +aSa +aSa ylo ylo ylo @@ -116232,88 +96319,7 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa ylo ylo ylo @@ -116342,7 +96348,7 @@ atI ayL ayZ azj -azj +hMv azD apl aDo @@ -116403,14 +96409,14 @@ ajc ajc ajc ajc -lIq +ide ahu ahu eNI gZs gZs gZs -xld +wDK gZs vXy ahu @@ -116461,92 +96467,53 @@ ylo ylo "} (209,1,1) = {" +adz +adz +adz +adz +adz ylo +aaj +abE +abD +abD +abD +afy +abD +abD +abD +aee +abD +abD +abD +jsp +abs +abs +fxf +abs +abs +abs +ffp +qIW +uBk +hyf +aaj +yma +yma +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa +aSa ylo ylo ylo @@ -116587,7 +96554,7 @@ atI ayP azb azb -azb +sRL azF apl ajt @@ -116706,92 +96673,53 @@ ylo ylo "} (210,1,1) = {" +adz +adz +adz +adz +adz +aaj +aaj +abs +abs +abb +abD +abs +abs +aee +abD +abs +abs +ads +abD +vuq +abs +abs +iZQ +abs +abs +abs +nvA +mQU +apx +cWu +fdc +fdc +yma +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa +aSa ylo ylo ylo @@ -116855,7 +96783,7 @@ ajB ams bvQ amw -bvx +wtM akl akl amU @@ -116951,92 +96879,53 @@ ylo ylo "} (211,1,1) = {" +adz +adz +adz +adz +adz +aal +xQF +abr +ong +ach +abD +aei +ong +ads +abD +aei +ong +ala +abD +abs +abs +aaf +abD +alb +abs +abs +aFl +bHl +apx +cWu +fdc +fdc +yma +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa +aSa ylo ylo ylo @@ -117150,7 +97039,7 @@ arJ tpM auw aXT -ois +bYJ pkP arJ arJ @@ -117196,92 +97085,53 @@ ylo ylo "} (212,1,1) = {" +adz +adz +adz +adz +adz +aal +aba +abr +mfN +abb +abD +abb +mfN +adx +abD +abb +mfN +aaq +abD +ssw +adx +abs +fxf +aFX +aFX +abs +fCK +bHl +apx +xBz +fdc +fdc +yma +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa +aSa ylo ylo ylo @@ -117441,92 +97291,53 @@ ylo ylo "} (213,1,1) = {" +adz +adz +adz +adz +adz +aaj +aaj +abI +mfN +abv +abD +abv +mfN +aaq +abD +abb +mfN +agk +abD +mea +nWh +abs +fxf +sTD +wOQ +abs +aFq +bHl +apx +cWu +fdc +fdc +yma +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +aSa +aSa ylo ylo ylo @@ -117590,138 +97401,59 @@ add akl akl akl -akl -akl -xPw -amU -lGo -rXs -pgf -akl -akl -akl -akl -akl -apV -ylo -ylo -ylo -aSa -ylo -ylo -aSa -ylo -ylo -aSa -ylo -ylo -ylo -ylo -atd -vtq -uJr -asZ -vtq -atd -ylo -ylo -ylo -agD -agD -agD -arJ -agD -agD -agD -ylo -ylo -ylo -agD -agD -agD -arJ -agD -agD -agD -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(214,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +akl +akl +xPw +amU +vtx +rXs +pgf +akl +akl +akl +akl +akl +apV ylo ylo ylo +aSa ylo ylo +aSa ylo ylo +aSa ylo ylo ylo ylo +atd +vtq +uJr +asZ +vtq +atd ylo ylo ylo +agD +agD +agD +arJ +agD +agD +agD ylo ylo ylo +agD +agD +agD +arJ +agD +agD +agD ylo ylo ylo @@ -117763,15 +97495,55 @@ ylo ylo ylo ylo -bmB -aSa +"} +(214,1,1) = {" +adz +adz +adz +adz +adz ylo -akj -akj -bmj -bmj -akj -akj +aaj +aaj +abT +abD +abD +abD +abT +abD +abD +abD +abT +abD +abD +abD +abD +abD +abD +bpU +bpU +hzm +erP +kMZ +apx +cWu +fdc +fdc +yma +adz +adz +adz +adz +adz +adz +adz +adz +alx +alx +aex +aex +alx +alx ylo ylo ylo @@ -117780,7 +97552,7 @@ ylo alx aeC aeV -dkK +fLk aeV aeV vBS @@ -117839,7 +97611,7 @@ amM akl akl amU -lGo +vtx rXs akl akl @@ -117931,92 +97703,53 @@ ylo ylo "} (215,1,1) = {" +adz +adz +adz +adz +adz ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -bmB -aSa -aSa -akj +aal +kBE +hCt +mYe +oyJ +qxi +ddS +qNJ +oyJ +qxi +ddS +mYe +oyJ +pCT +hCt +rws +oYP +oYP +oYP +kMZ +pCT +apx +hyf +aaj +yma +yma +adz +adz +adz +adz +adz +adz +adz +adz +aex ybQ aSz aSB gkC -akj +alx alx aex aex @@ -118027,7 +97760,7 @@ bGE aeV lFq xMg -vsg +nOS gPC iSB oVM @@ -118071,7 +97804,7 @@ pTD adt buo uov -dKn +sfn buq buo bus @@ -118084,7 +97817,7 @@ gBh dfg akl buV -lGo +vtx nzR akl wvZ @@ -118176,92 +97909,53 @@ ylo ylo "} (216,1,1) = {" +adz +adz +adz +adz +adz ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -bmB -aSa -ylo -akj +aal +iwU +lco +mKP +ebH +mSi +eTC +adS +ebH +mSi +eTC +opH +ebH +mSi +rGn +fuG +ebH +mSi +rGn +mKP +ebH +uBk +cWu +aaj +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +aex ybQ aSB aSB gkC -akj +alx aes aRr akp @@ -118270,15 +97964,15 @@ sxJ alx aeC aeV -bIe -qjf +qnm +jUh aeV vBS afJ aeC aeV xvE -vsg +nOS aeV jFJ apA @@ -118290,7 +97984,7 @@ fWN fWN fWN fWN -iJB +pNB bTj bSM agx @@ -118328,8 +98022,8 @@ bjm akl aHg akl -nAa -lGo +rnz +vtx tCI akl aHg @@ -118421,92 +98115,53 @@ ylo ylo "} (217,1,1) = {" +adz +adz +adz +adz +adz ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -blY -ylo -ylo -akj +aaj +aaj +aaj +abD +abD +abT +abD +abD +abD +abT +abD +abD +abD +abT +abD +abD +abD +wmV +abD +abD +wnJ +apx +cWu +aaj +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +alx bmo -rTb -pSp -pSp -pfz +nQU +cKz +cKz +hnr hnr hnr hnr @@ -118524,8 +98179,8 @@ aeD aeV xvE aeV -vsg -vsg +nOS +nOS avl avl miJ @@ -118533,8 +98188,8 @@ avl avl avl avl -nSP -gOZ +imc +yeM avl avl avl @@ -118573,7 +98228,7 @@ akl akl svn rDr -cPR +phP amG svn rDr @@ -118665,93 +98320,54 @@ ylo ylo ylo "} -(218,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +(218,1,1) = {" +adz +adz +adz +adz +adz ylo ylo -blY ylo ylo -akj -rTo -bmp +aaj +abD +adR +mfN +ads +abD +abE +mfN +ads +abD +adG +mfN +aed +abD +hBp +kBE +hBp +abD +wnJ +apx +hyf +aaj +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +alx +aeC +aeV fWe -vZD -vZD +ckY +ckY ckY ckY ckY @@ -118785,7 +98401,7 @@ ayl ayl ayl mYQ -ayk +cXt krR mYQ mYQ @@ -118818,7 +98434,7 @@ amB akl aHg akl -lCq +gMS amG epg akl @@ -118911,92 +98527,53 @@ ylo ylo "} (219,1,1) = {" +adz +adz +adz +adz +adz ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -bmB -aSa -ylo -akj -rTo -rAc -nOj -bmp -bmp +aal +abb +abs +mfN +ahX +abD +abs +mfN +adv +abD +abb +mfN +aaq +abD +hBp +kBE +hBp +abD +wnJ +apx +cWu +aaj +aaj +adz +adz +adz +adz +adz +adz +adz +adz +adz +alx +aeC +nOS +xvE +aeV +aeV aeV aeV aeV @@ -119045,8 +98622,8 @@ ajj ajj ajj aTF -nbn -iBo +hEf +dQD mYQ cXH cXH @@ -119058,7 +98635,7 @@ bsN sNO add amw -eaN +qNj hvZ gBh xWS @@ -119072,7 +98649,7 @@ gBh fWx amk amn -feC +dnt aki ylo ylo @@ -119095,7 +98672,7 @@ bQF fTw atB bQw -hzM +wWE aMW bQC atG @@ -119156,92 +98733,53 @@ ylo ylo "} (220,1,1) = {" +adz +adz +adz +adz +adz ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -aSa -aSa -bmB -aSa -aSa -akj -rTo -bmp -nOj -mFp -jno +aal +abb +abs +sfx +aih +abD +aei +sfx +aaq +abD +aei +sfx +aed +abD +agf +cce +hBp +abD +wnJ +apx +cWu +fdc +aaj +adz +adz +adz +adz +adz +adz +adz +adz +adz +alx +aeC +aeV +xvE +fSB +leJ leJ leJ bGB @@ -119268,7 +98806,7 @@ lVx uVH ajH bCL -hSr +lue ajI ajH tBT @@ -119290,7 +98828,7 @@ aUd fmZ aju qIw -nbn +hEf oxr nZN add @@ -119324,7 +98862,7 @@ ylo asK asK aNc -qFA +dSP bMR bNi nOP @@ -119401,92 +98939,53 @@ ylo ylo "} (221,1,1) = {" +adz +adz +adz +adz +adz ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -aSa -ylo -aSa -bmB -aSa -ylo -akj -rTo -bmp -nOj -lFP -bmF +aaj +aaj +abs +abs +abs +abD +alr +abv +abs +abD +abv +abs +aaq +abD +hBp +pCT +hBp +abD +wnJ +apx +cWu +fdc +aaj +adz +adz +adz +adz +adz +adz +adz +adz +adz +alx +aeC +aeV +xvE +vBS +afJ afJ alx afJ @@ -119534,8 +99033,8 @@ mYQ mYQ mYQ mYQ -nxP -nxP +yij +yij aDl pTD adt @@ -119553,120 +99052,45 @@ akl akl akl amx -rKa -amz -rKa -xHm -akl -akl -akl -akl -alw -alw -apV -apV -apV -apV -asK -aNe -aNg -aNg -xMA -gCN -aNg -aLC -atk -hWg -asZ -uJr -atm -att -aGT -cyK -txK -wOX -att -aXz -bug -aXh -rgm -auz -auz -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(222,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +rKa +amz +rKa +xHm +akl +akl +akl +akl +alw +alw +apV +apV +apV +apV +asK +aNe +aNg +aNg +xMA +tlf +aNg +aLC +atk +hWg +asZ +uJr +atm +att +aGT +cyK +txK +wOX +att +aXz +bug +aXh +rgm +auz +auz ylo ylo ylo @@ -119719,19 +99143,55 @@ ylo ylo ylo ylo +"} +(222,1,1) = {" +adz +adz +adz +adz +adz ylo -aSa ylo ylo -blY ylo ylo -akj -rTo -bmp -nOj +aaj +abv +abv +adR +aaj +aaj +aaj +hEb +abD +abD +abD +aee +abD +hBp +pCT +hBp +abD +wnJ +apx +cWu +fdc +aaj +adz +adz +adz +adz +adz +adz +adz +adz +adz +alx +aeC +aeV +xvE pfG -bmF +afJ akz akz aeQ @@ -119891,92 +99351,53 @@ ylo ylo "} (223,1,1) = {" +adz +adz +adz +adz +adz ylo ylo ylo ylo ylo +aaj +aal +aal +aal +aaj ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -akj -npm -npm -npm -npm -npm -akj -rTo -bmp -nOj -lFP -akj +aaj +aaj +aaj +aaj +aaj +abD +abD +abD +abD +abD +abD +jXM +apx +acT +sOl +pls +pls +pls +pls +fGO +fGO +fGO +fGO +fGO +fGO +idf +aeC +aeV +xvE +vBS +alx akz bmd qkw @@ -120016,7 +99437,7 @@ ahM ahM wah agH -nbn +hEf oxr mxa aru @@ -120136,92 +99557,53 @@ ylo ylo "} (224,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -akj -aRp -aRp -aRp -aRp -aRp -bmj -rTo -bmp -nOj -bmA -bmF +adz +adz +adz +adz +adz +fGO +aqi +aFp +biX +taX +aqi +aqi +jXM +wOt +acT +aqy +aqy +aCL +bQm +aqy +buF +buD +hRK +aql +iWH +aqi +aob +aeC +aeV +xvE +jFJ +afJ bmc rwF vkW @@ -120261,8 +99643,8 @@ ahM ayE agj nnx -nbn -mbI +hEf +tVE agd arB arM @@ -120322,7 +99704,7 @@ aHv sLF atv bEb -fyM +glv gyg aNs ozH @@ -120381,91 +99763,52 @@ ylo ylo "} (225,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -akj -akj -aRp -aRp -aRp -aRp -aRp -bmj -rTo -opi -nOj -bmp +adz +adz +adz +adz +adz +fGO +aCt +aQS +bkW +mmh +taX +aqi +odW +apx +acT +aPW +bMw +aAv +aqA +aqy +buG +aQp +aqj +hEn +sbN +bNW +aob +aeC +biR +xvE +aeV bms aeB aeB @@ -120507,7 +99850,7 @@ ayF agj agC agH -iBo +dQD dvp arC arT @@ -120534,114 +99877,44 @@ amN amN amN amN -amN -avR -amN -amN -xJH -rKa -xHm -alw -alG -amd -amd -anl -amz -amz -amz -asZ -asZ -uJr -asZ -asZ -asZ -asZ -asZ -asZ -uJr -xZc -atv -aGW -mHd -aHv -sLF -atv -bEb -aNs -lQw -aNs -akW -aXw -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(226,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +amN +avR +amN +amN +xJH +rKa +xHm +alw +alG +amd +amd +anl +amz +amz +amz +asZ +asZ +uJr +asZ +asZ +asZ +asZ +asZ +asZ +uJr +xZc +atv +aGW +mHd +aHv +sLF +atv +bEb +aNs +lQw +aNs +akW +aXw ylo ylo ylo @@ -120694,23 +99967,54 @@ ylo ylo ylo ylo +"} +(226,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo ylo -akj -bmC -aRp -aRp -aRp -aRp -aRp -akj +adz +adz +adz +adz +adz +fGO +aES +aqj +bkX +aVi +pYS +aqi +kyH +apx +acT +amZ +aqB +lyu +bQn +aqy +akQ +bQG +qQq +aqj +aqj +buI +aob bmx -bmp -hws -vZD +aeV +aap +ckY pSb fEC fEC @@ -120728,7 +100032,6 @@ aeJ aeJ aeJ aeJ -aeJ afn aeJ aeJ @@ -120738,6 +100041,7 @@ aeJ aeJ aeJ aeJ +aeJ afN ajT aeB @@ -120797,7 +100101,7 @@ mEd pfQ pfQ iJv -bXh +nOV pfQ pfQ pfQ @@ -120871,91 +100175,52 @@ ylo ylo "} (227,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -akj -bmC -aRp -aRp -aRp -aRp -aRp -bmk -bmp -bmp -nOj -bmp +adz +adz +adz +adz +adz +fGO +aEU +oJB +mJy +oTs +voF +aqi +jXM +apx +acT +aPW +buE +qeg +bNN +aqy +bNS +bNT +mJy +oTs +aQT +bNX +aob +aeV +aeV +xvE +aeV bms aeB aeB @@ -121009,9 +100274,9 @@ agH oxr agH agH -nbn -nbn -nbn +hEf +hEf +hEf agH agH oxr @@ -121116,91 +100381,52 @@ ylo ylo "} (228,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -akj -akj -aRp -aRp -aRp -aRp -aRp -akj -bmn -bmp -nOj -bmp +adz +adz +adz +adz +adz +fGO +aqi +aPT +bkY +aPT +aqi +aqi +aqi +dVM +aqi +aqy +aqy +aCS +aqy +aqy +aqi +aqi +aup +aqi +aqi +aqi +aob +flt +aeV +xvE +aeV bms aeB aeB @@ -121243,7 +100469,7 @@ bnZ tmv agH uDh -nxP +yij mYQ mYQ mYQ @@ -121256,8 +100482,8 @@ hhT mYQ mYQ mYQ -nxP -nxP +yij +yij mYQ krR mYQ @@ -121266,10 +100492,10 @@ mEd uXw amK aNH -amS +faa fog -eJz -usD +rIW +dDr auu qxB aNH @@ -121361,92 +100587,53 @@ ylo ylo "} (229,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -bmj -aRp -aRp -aRp -aRp -aRp -bmj +adz +adz +adz +adz +adz +fGO +aql +aqm +mJy +sbN +aql +aZj +aqm +mJy +bqL +aqi +bbN +mJy +aRk +bia +gqo +bie +mJy +bPm +bQU +bNY +aob bqO -bmp -nOj +aeV +xvE bqR -bnw +cGF tov aeI vkW @@ -121519,110 +100706,39 @@ nUg mhg amN xJH -rKa -oQf -iho -xhA -hva -hva -hva -hva -hva -hva -atl -bww -apt -kEq -euc -kEq -kEq -kEq -apD -nXj -pDP -atl -aGW -mHd -tJs -ikv -aGT -aWI -oBe -mHd -ikv -pJn -auz -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(230,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +rKa +oQf +iho +xhA +hva +hva +hva +hva +hva +hva +atl +bww +apt +kEq +euc +kEq +kEq +kEq +apD +nXj +pDP +atl +aGW +mHd +kGI +ikv +aGT +aWI +oBe +mHd +ikv +pJn +auz ylo ylo ylo @@ -121675,23 +100791,55 @@ ylo ylo ylo ylo +"} +(230,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo ylo -bmj -aRp -aRp -aRp -aRp -aRp -bmj -bqO -bmp -nOj +adz +adz +adz +adz +adz +fGO +aqj +aqj +qZs +xbX +xbX +xbX +xbX +toG +sbN +aqi +bbU +mJy +aqj +aqj +aqj +aqj +mJy +aqj +aqj +rZJ +aob +bGu +aeV +xvE bqS -bmF +afJ cAg aeI vkW @@ -121772,7 +100920,7 @@ amf amf anm jvC -anK +ioP auO atl aCz @@ -121783,14 +100931,14 @@ ykJ aCz ykJ aEK -sWd +nMN xoK bou oBe mHd aHv -tJs -djC +kGI +dEH aHv aHv mHd @@ -121851,95 +100999,56 @@ ylo ylo "} (231,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -akj -aRp -aRp -aRp -aRp -aRp -akj -lps -rAc -jxA +adz +adz +adz +adz +adz +fGO +cJS +cJS +aQT +nxZ +nxZ +nxZ +oJB +axO +xbX +xbX +xbX +aAw +aPY +aPY +ksT +aPY +ihD +ksT +xbX +xbX +axz +ckY +dyU +fbr bqS -bmF +afJ rno aeI -dQJ +qiF aeB aeB afl @@ -121953,7 +101062,7 @@ afi afi afi afi -dUj +wic afi afi afi @@ -122016,8 +101125,8 @@ alM amh amY anh -anK -anK +ioP +ioP aoI atl aaw @@ -122096,6 +101205,16 @@ ylo ylo "} (232,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -122103,85 +101222,36 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -bmj -aRp -aRp -aRp -aRp -aRp -bmj -bqO -bmp -jtY +agU +agU +agU +agU +apI +apI +apI +apI +apI +apI +roh +mJy +aqj +aqj +aqj +aqj +aPZ +aPZ +kQd +wQx +aPZ +pvo +aqj +oTs +iSB +nzD +aeV +aMF bqS -bmF +afJ snO aeI vkW @@ -122258,7 +101328,7 @@ eQR xHm alw aXl -amm +nbj hva ane jvC @@ -122341,6 +101411,16 @@ ylo ylo "} (233,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -122348,85 +101428,36 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -bmj -aRp -aRp -aRp -aRp -aRp -bmj +agU +avh +aQq +dPK +dPK +dPK +dPK +aQq +oKg +apI +roh +mJy +oTs +aqi +oJB +aqj +hEn +aqj +aqj +aqj +aqj +mJy +aqj +bQX +iSB bqO -bmp -nOj +aeV +xvE coS -bnw +cGF rwF aeI vkW @@ -122482,124 +101513,56 @@ aUj ajk bOf bPC -bOm -dvx -anZ -bPJ -ajk -wbK -iho -xhA -dwr -oQf -xhA -rKa -amz -rKa -oQf -xhA -dwr -oQf -nQB -alw -alO -alY -aXC -ano -iho -iho -apb -atl -aaw -aCA -aEv -aCz -aEv -aCz -aEv -aEK -apW -aqC -atl -toJ -riC -mHd -qPo -exf -aXb -exf -lkk -exf -auz -auz -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -"} -(234,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +bOm +dvx +anZ +bPJ +ajk +wbK +iho +xhA +dwr +oQf +xhA +rKa +amz +rKa +oQf +xhA +dwr +oQf +nQB +alw +alO +alY +aXC +ano +iho +iho +apb +atl +aaw +aCA +aEv +aCz +aEv +aCz +aEv +aEK +dYu +aqC +atl +toJ +riC +mHd +qPo +exf +aXb +exf +lkk +exf +auz +auz ylo ylo ylo @@ -122652,6 +101615,18 @@ ylo ylo ylo ylo +"} +(234,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -122659,18 +101634,35 @@ ylo ylo ylo ylo -akj -akj -aRp -aRp -aRp -aRp -aRp -akj -jHV -bmp -nOj -bmp +agU +aau +axp +aqa +brq +brq +brq +axB +apZ +bnl +aqm +mJy +aRd +aqi +bhN +bhV +big +bLA +bLA +bLB +aqj +mJy +bag +bNZ +aob +aeC +aeV +xvE +aeV bms aeB aeB @@ -122729,7 +101721,7 @@ bOg bPD bOm wVG -dmK +hLQ bPK ajk akl @@ -122755,7 +101747,7 @@ alw alw alw atl -oNi +tYy unf sgN aCz @@ -122831,6 +101823,16 @@ ylo ylo "} (235,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -122838,84 +101840,35 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -akj -bmC -aRp -aRp -aRp -aRp -aRp -bmk -bmp -bmp -nOj -bmp +agU +eKL +aqa +aqa +aEt +aEt +aEt +duk +aqa +asb +aqj +mJy +pYS +aqi +aqi +aqi +aqi +aqi +aPT +aPT +aGR +dVM +aPT +aPT +aob +aeC +aeV +xvE +aeV bms aeB aeB @@ -122960,7 +101913,7 @@ agH oxr aiX ajo -bPq +mvk anZ opo ekd @@ -122995,12 +101948,12 @@ asV alw ask asw -xsZ -auU +vYR +rKx avf asX -ati -yhI +atl +tYy apz dFP dFP @@ -123076,6 +102029,16 @@ ylo ylo "} (236,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -123083,84 +102046,35 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -akj -bmC -aRp -aRp -aRp -aRp -aRp -akj -ycg -bmp -hws -vZD +agU +ayR +aqa +aqa +brq +brq +brq +sNG +kRO +ufN +xbX +toG +sbN +aqi +bhO +bns +bns +aqi +bih +buP +aqj +mJy +bPj +fTx +aob +bmz +aeV +aap +ckY pSb fEC fEC @@ -123238,8 +102152,8 @@ fWx amk amk alw -atN -atN +wzd +wzd aCz aCz aCz @@ -123249,7 +102163,7 @@ atl atl atl auP -ati +atl atl atl atl @@ -123321,6 +102235,16 @@ ylo ylo "} (237,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -123328,84 +102252,35 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -akj -akj -aRp -aRp -aRp -aRp -aRp -bmj -rTo -bmp -nOj -bmp +agU +aau +axp +aqa +aEt +aEt +aEt +duk +iYR +apI +oJB +axO +xbX +bNO +xbX +pwd +xbX +bNO +xbX +xbX +xbX +toG +aqj +aYa +iSB +aeC +aeV +xvE +aeV bms aeB aeB @@ -123467,7 +102342,7 @@ wVG bOp gke ajk -bvx +wtM aUF bjm akl @@ -123486,7 +102361,7 @@ alw aCz asX auo -sap +qON atD aCz aCz @@ -123494,7 +102369,7 @@ aCz atS aCz aCz -ato +atz aXo aXy apH @@ -123566,6 +102441,16 @@ ylo ylo "} (238,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -123573,85 +102458,36 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -akj -aRp -aRp -aRp -aRp -aRp -bmj -rTo -bmp -nOj -mFp -bmF +agU +cQR +aqa +aqa +aqa +nfk +fKk +duk +hBo +apI +dYJ +mJy +oTs +aqi +bQe +mJy +blb +aqi +bqZ +aqj +eKw +axO +xbX +ycg +iSB +yea +ckY +jQT +fSB +afJ cCP tov vkW @@ -123699,7 +102535,7 @@ yhC aDJ aDL yhC -yhC +ifT aDM yhC atf @@ -123739,7 +102575,7 @@ atD asX ask ask -ato +atz cMw aXy aXy @@ -123811,6 +102647,16 @@ ylo ylo "} (239,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -123818,85 +102664,36 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -akj -bmC -bmC -bmC -bmC -bmC -akj -yea -vZD -jQT -lFP -bmF +agU +sAG +aqa +aqa +xcv +fKk +aqa +duk +hBo +apI +bhT +mJy +aRd +aqi +bQf +mJy +bQp +aqi +blj +aqj +aRm +guq +aqj +bKU +aob +aeD +aeV +xvE +vBS +afJ aeU bme gei @@ -123944,9 +102741,9 @@ ajx ajx ajx ajx -ajx -ajx -vsn +wdb +wdb +egB aor aWr blk @@ -124056,6 +102853,16 @@ ylo ylo "} (240,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -124063,85 +102870,36 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahE -ahE -bmD -bmD -bmD -ahE -ahE -bGu -bmp -nOj +agU +aau +axp +aqa +aPS +aPS +aPS +duk +apZ +apI +aqm +mJy +pYS +aqi +bQg +mJy +bQq +aqi +aYN +aqj +bQL +bad +aqj +gff +axz +ckY +ckY +jQT pfG -bmF +afJ aeU aeU wmU @@ -124189,12 +102947,12 @@ ajx ajx ajx ajx -ajx -ajx -ajx +wdb +wdb +wdb vpT aWr -blk +hcK pji blk aWr @@ -124218,7 +102976,7 @@ fWx amk amk alw -xsZ +vYR asX ati ati @@ -124301,6 +103059,16 @@ ylo ylo "} (241,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -124308,86 +103076,37 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahE -bLg -bLd -bLn -bKS -bLr -bmG +agU +ayR +aqa +aqa +brf +brf +brf +sNG +kRO +ufN +xbX +njX +pYS +aqi +bQh +ntx +bQr +aqi +bpM +aqj +bQM +aSS +aqj +pYS +aob uzl -vOw -jtY -bmA -bmF -bmF +jUh +aMF +jFJ +afJ +afJ aeM aeM afe @@ -124453,7 +103172,7 @@ amn amD akl akl -kVn +ikt amG rXs akl @@ -124546,6 +103265,16 @@ ylo ylo "} (242,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -124553,86 +103282,37 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -bmD -bLh -bLi -bKR -bmh -vQs -bmm -uzl -bmp -nOj -bmp -bmp -bmp +agU +eKL +aqa +aqa +aPS +aPS +aPS +duk +aqa +asb +aqj +aqj +pYS +aqi +bQi +aqj +bQr +aqi +bpN +aqj +aqj +aqj +aqj +pYS +aob +aeC +aeV +xvE +aeV +aeV +aeV afe bqU bqW @@ -124679,7 +103359,7 @@ bog boR ajx boR -uww +nni ajx ajx aWd @@ -124699,7 +103379,7 @@ akl akl kmj dqu -lGo +vtx rXs pgf akl @@ -124789,75 +103469,18 @@ ylo ylo ylo ylo -"} -(243,1,1) = {" -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +"} +(243,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -124865,19 +103488,37 @@ ylo ylo ylo ylo -bmD -ukz -bmh -mgq -bmh -xMi -bmm -bmq -bmp -hws -vZD -vZD -vZD +agU +aau +axp +aqa +brf +brf +brf +orz +iYR +bnl +oJB +aqj +pYS +aqi +bQj +aqj +blc +aqi +bll +bLx +aqj +aqj +bLx +bOb +aob +aeC +aeV +iQq +ckY +ckY +ckY kxc qaj rKo @@ -124900,7 +103541,7 @@ agb mdV agw agw -hFo +uWk spD agw sez @@ -124913,7 +103554,7 @@ eOI ags rTX rrY -nUd +vRJ skK ags agw @@ -124927,7 +103568,7 @@ boR ajx ajx ajx -uLV +uYN bJc ajx wXT @@ -124938,7 +103579,7 @@ ajx qkz vfb jvC -oPq +twQ wXE jvC ydY @@ -125036,6 +103677,16 @@ ylo ylo "} (244,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -125043,90 +103694,41 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahE -bmb -lPY -jgI -bmw -rYj -bGy -vZD -vZD -jQT -bmp -bmr +agU +apO +aQw +rpP +rpP +rpP +rpP +aQw +dXy +apI +roh +aqj +aRd +aqi +tCi +nxZ +bQs +aqi +bJw +bMv +bNQ +bNQ +bpn +vqP +aob +aeC +aeV +aeV +aeV +akp xkn aeM mGn iLj -hTe +rsy smk lyK wjw @@ -125159,7 +103761,7 @@ iFy pgH rrE knG -skp +ldK iFy iFy ryc @@ -125281,6 +103883,16 @@ ylo ylo "} (245,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -125288,86 +103900,37 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahE -bmG -bmG -bmG -bmG -bmG -bmG +agU +agU +agU +agU +agU +agU +agU +agU +agU +agU +fGO +fGO +fGO +fGO +fGO +fGO +fGO +fGO +fGO +fGO +fGO +fGO +fGO +fGO +alx bmz -bmp -nOj -bmp -bmp -bmp +aeV +aeV +aeV +aeV +aeV qOF ayb ayb @@ -125403,7 +103966,7 @@ agb ikC agb agb -cUT +vFE agw agw agw @@ -125427,14 +103990,14 @@ app app app ajk -amw +oii aUJ amn amP akl akl amU -lGo +vtx rXs akl akl @@ -125526,6 +104089,16 @@ ylo ylo "} (246,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -125543,76 +104116,27 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahE -bKQ -bma -bbz -blS -bbA -bmG -bKU -bmp -nOj -bmp -bmp -bmp +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +alx +aeC +aeV +aeV +aeV +aeV +aeV afe bqV ayb @@ -125627,7 +104151,7 @@ aWp aeM aDK aeB -shW +tEu vkW aeB tLa @@ -125645,7 +104169,7 @@ rTX aSJ agb gjh -hFo +uWk dzT agb lGD @@ -125679,7 +104203,7 @@ gBh dfg akl buV -geV +oHE aUY akl wvZ @@ -125771,6 +104295,16 @@ ylo ylo "} (247,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -125788,74 +104322,25 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahE -bKT -rQD -rrv -rYj -rYj -bbS -vZD -vZD -eSg -bmr +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +alx +aeC +aeV +aeV +akp rKq ton aeM @@ -125883,9 +104368,9 @@ rrY eOI tPT bTl -tPT +lUK eOI -clg +jFs nJn aZu agb @@ -125917,7 +104402,7 @@ ylo ylo ylo apV -kFo +oyu bvQ bjm akl @@ -126016,6 +104501,16 @@ ylo ylo "} (248,1,1) = {" +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -126033,76 +104528,27 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahE -ahE -bPh -hFR -hFR -qGF -bmG +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +alx anJ -dyU -dyU +leJ +leJ bKX -bmF -bmF +afJ +afJ aeM aeM aeM @@ -126128,8 +104574,8 @@ iFy iFy iFy oRJ -vlv -vlv +vaO +vaO iFy iyp agb @@ -126261,6 +104707,9 @@ ylo ylo "} (249,1,1) = {" +adz +adz +adz ylo ylo ylo @@ -126285,67 +104734,25 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahE -ahE -bLm -bLq -bLu -bmG -aTy -bmr -bmr -bmr +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +alx +sxJ +akp +akp +akp tqb lwu jAO @@ -126372,8 +104779,8 @@ oOL kPS eTR bSr -avp -avp +mnV +mnV eTR eDP wVA @@ -126506,6 +104913,9 @@ ylo ylo "} (250,1,1) = {" +adz +adz +adz ylo ylo ylo @@ -126530,67 +104940,25 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ahE -ahE -ahE -ahE -ahE -akj -bmj -bmj -akj +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +adz +alx +alx +aex +aex +alx akz akz aeI @@ -126646,13 +105014,13 @@ anZ yfh yfh anZ -anZ +bfn app ylo ylo aki akm -lvE +kyo amk hvZ gBh @@ -126751,6 +105119,9 @@ ylo ylo "} (251,1,1) = {" +adz +adz +adz ylo ylo ylo @@ -126780,57 +105151,15 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo @@ -126996,6 +105325,9 @@ ylo ylo "} (252,1,1) = {" +adz +adz +adz ylo ylo ylo @@ -127025,57 +105357,15 @@ ylo ylo ylo ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo -ylo +adz +adz +adz +adz +adz +adz +adz +adz +adz ylo ylo ylo diff --git a/maps/map_files/CORSAT/standalone/lockdown_gammacontrol.dmm b/maps/map_files/CORSAT/legacy_standalone/lockdown_gammacontrol.dmm similarity index 100% rename from maps/map_files/CORSAT/standalone/lockdown_gammacontrol.dmm rename to maps/map_files/CORSAT/legacy_standalone/lockdown_gammacontrol.dmm diff --git a/maps/map_files/CORSAT/standalone/lockdown_gammanorth.dmm b/maps/map_files/CORSAT/legacy_standalone/lockdown_gammanorth.dmm similarity index 100% rename from maps/map_files/CORSAT/standalone/lockdown_gammanorth.dmm rename to maps/map_files/CORSAT/legacy_standalone/lockdown_gammanorth.dmm diff --git a/maps/map_files/CORSAT/standalone/lockdown_highsec.dmm b/maps/map_files/CORSAT/legacy_standalone/lockdown_highsec.dmm similarity index 100% rename from maps/map_files/CORSAT/standalone/lockdown_highsec.dmm rename to maps/map_files/CORSAT/legacy_standalone/lockdown_highsec.dmm diff --git a/maps/map_files/CORSAT/standalone/lockdown_thetacontrol.dmm b/maps/map_files/CORSAT/legacy_standalone/lockdown_thetacontrol.dmm similarity index 100% rename from maps/map_files/CORSAT/standalone/lockdown_thetacontrol.dmm rename to maps/map_files/CORSAT/legacy_standalone/lockdown_thetacontrol.dmm diff --git a/maps/map_files/CORSAT/standalone/lockdown_thetaeast.dmm b/maps/map_files/CORSAT/legacy_standalone/lockdown_thetaeast.dmm similarity index 100% rename from maps/map_files/CORSAT/standalone/lockdown_thetaeast.dmm rename to maps/map_files/CORSAT/legacy_standalone/lockdown_thetaeast.dmm diff --git a/maps/map_files/CORSAT/standalone/sigma_ice.dmm b/maps/map_files/CORSAT/legacy_standalone/sigma_ice.dmm similarity index 100% rename from maps/map_files/CORSAT/standalone/sigma_ice.dmm rename to maps/map_files/CORSAT/legacy_standalone/sigma_ice.dmm